Search results

  1. F

    Homebrew NightFox's lib for Libnds (NFlib) (DS Entry -- Coding Library)

    It's not so easy ^^ the letters in the text fonts which are created by dsFont have another order as the letters in text fonts in the examples of the library :P
  2. F

    Homebrew NightFox's lib for Libnds (NFlib) (DS Entry -- Coding Library)

    Geat library! But the only reason why I don't use it, is that the text engine isn't very well. The text engine should support text fonts which are created by dsFont...
  3. F

    Tutorial DS Programming for Newbies!

    The NDS dev scene is not dead xD My latest project: http://frezziii.blog...label/VocableDS :D
  4. F

    Homebrew How to use 16x16 custom fonts with libnds?

    That doesn't declare any letters to specific tiles of a custom font....I give up! I use PAlib....I've already experimented with PAlib and it worked fine. I think I use PAlib for graphic stuff and libnds for all other things :P What a shame that PAlib was given up )=
  5. F

    Homebrew How to use 16x16 custom fonts with libnds?

    I have already download the last version of PAlib. In the directory "tools" I found dsFont and it worked fine. And I also figured out how to export with GRIT. But I need a code example for ndslib/NFlib....
  6. F

    Homebrew How to use 16x16 custom fonts with libnds?

    Maybe I can use NFlib....it's support 8x16 fonts and eglomer from the NF-forum has programed a support for 16bit-fonts. But how can I make a font? Maybe with dsFont? But how can define which tile belongs to which letter? I need a font for these letters...
  7. F

    Homebrew How to use 16x16 custom fonts with libnds?

    In Palib it's pretty simple too use 16x16 customs fonts but how does it work with libnds? And is there a text-font-maker? Sincere regards, frezziii
  8. F

    Tutorial DS Programming for Newbies!

    Maybe so?: [CODE] #include #include touchPosition touch; bool IfStylusInArea(s16 x1, s16 x2, s16 y1, s16 y2){ if(KEY_TOUCH & keysDown() && touch.px >= x1 && touch.px = y1 && touch.py
  9. F

    Tutorial DS Programming for Newbies!

    Thanks, it's pretty simple but effective....I've already programed for the NDS....years ago xD But I've used Palib and the program wasn't written very well :3 Edit: [CODE] bool IfStylusInArea(s16 x1, s16 x2, s16 y1, s16 y2){ touchPosition touch; scanKeys(); touchRead(&touch); if(KEY_TOUCH &...
  10. F

    Tutorial DS Programming for Newbies!

    Could you put in an example for the touchscreen use? Like: if(Touchscreen is touched on a location) { This will be happen } Your tutorial really good! Keep going ;)
General chit-chat
Help Users
  • No one is chatting at the moment.
    bassviolet @ bassviolet: uwu