Recent content by KonPet

  1. KonPet

    Homebrew Osu on Nintendo DS?

    You'll have to get an old osu client (which is easy), get my modified osu.exe, then use that to launch the client instead. Then there will be a button "Export to NDS", and a bunch of options to modify the output. Sadly, making a standalone converter is kinda out of the question for now. Also...
  2. KonPet

    Homebrew Osu on Nintendo DS?

    That's not going to work, as it uses functions of a really old osu beta client. I was able to get my hands on the complete source code of said client though, so I can release the converter soon. But there are still a few bugs, as I also added a bunch of new features to the file format
  3. KonPet

    Tutorial Preparing images for GRIT

    For nflib?
  4. KonPet

    Tutorial DS Programming for Newbies!

    Just watch this video by PolyMars then: It's the best you can currently get. If you want other resources look at my post
  5. KonPet

    Tutorial DS Programming for Newbies!

    Late reply, but you have to run the "make" command wherever your Makefile is
  6. KonPet

    Homebrew Homebrew app NitroEdit - Nintendo DS(i) ROM editor for the Nintendo DS(i) consoles themselves

    Yo, this is pretty cool! Good luck with adding new features
  7. KonPet

    Homebrew Bad Apple NDS

    When browsing YouTube, I got a lot of Bad Apple videos into my recommended feed, so I thought that it would be cool to make a version for the NDS, because surely, no one has made one so far. Turns out, Gericom already made a working version 4 years ago, which ran at 60FPS with 48 kHz stereo...
  8. KonPet

    Tutorial DS Programming for Newbies!

    To make them work with modern formats you need to modify them slightly, at least I had to. It's not much tho, just add the -gB8 flag. That ensures that grit outputs the format that nflib uses when loading sprites
  9. KonPet

    Homebrew Bad Apple for the Nintendo DS

    I recently got a lot of Bad Apple vids in my recommended, so I wanted to make my own one, but apparently you're 4 parrallel universes ahead of me... I'll still try though
  10. KonPet

    Tutorial Useful resources to help you out with starting to make NDS homebrew

    Hi, a lot of people have asked themselves, how to get started with NDS homebrew development, so I compiled a list of a few links I consider quite important to look into. First, of course you have to know either C/C++, as they're the only languages you can currently write NDS Homebrew in (appart...
  11. KonPet

    Homebrew I want to make a ds homebrew that does nothing but display a single image or gif and play a sound

    Take a look at this great tutorial: https://gbatemp.net/threads/ds-programming-for-newbies.322106/ It's old, but still has a lot of really useful information, because not much has changed. Also, I recommend watching this video (). Try to replicate what he's doing and you'll be developing NDS...
  12. KonPet

    Tutorial Preparing images for GRIT

    THIS GUIDE IS FOR USING SPRITES WITH NFlib WHICH NEEDS THE SPRITES IN 8bpp MODE Since some people already asked, here is a step-by-step guide on how to use GIMP to prepare an image for GRIT: Method 1 (recommended): 1.: Put the -gB8 flag into the command that converts the sprite with grit. That...
  13. KonPet

    Homebrew Conway's Game Of Life DS

    Good idea. Probably won't be easy but I'm sure it'll be fun
  14. KonPet

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

    Thanks for this awesome library! It's still helpful, after all these years.
  15. KonPet

    Tutorial How to use CMaps with NFlib

    I haven't done really impressive things yet, but I can recommend this video by PolyMars: I learned a lot from it and it's very impressive. Also, you can test most NDS homebrew using no$gba or DeSmuMe (no$gba is more accurate while DeSmuMe is better performance-wise).