Recent content by Gagler

  1. G

    Homebrew SDL for the 3ds

    Hi, I have installed SDL 1.2 for devkit pro. My problem is that I don't know how to link the file my project. Could someone help me out by providing a makefile with some example code? Or just tell me how to get it working? Thanks
  2. G

    Homebrew adding the SDL library to my project

    Thank you so much!! I've been having trouble with this for a few months and all I had to do was ask. It's great to have people like you in this community with such expertise. I've also noticed a considerably better compilation time for the source on linux which is an added bonus! Thanks again!
  3. G

    Homebrew adding the SDL library to my project

    Thanks alot! I take it the packman is for linux. Sorry to follow up on the question but i just wasn't able to get devkitpro working on linux (i'm on ubuntu by the way). I'm just not sure what to do with the .deb package. How would I do that if you don't mind me asking?
  4. G

    Homebrew adding the SDL library to my project

    Hi I have been trying to add the SDL library my project but I haven't been having any luck. I am trying to install the SDL 1.2 library ported by @nop90 (can't post the hyperlink since I'm a new user but you should be able to find it). I have tried to run 'makeall' as instructed to by the creator...
  5. G

    Homebrew 3DS audio programming

    Hi, I'm very new to homebrew developement but I do have some experience in programming with C++. What I'm wondering is if there are any tutorials or guides out there which can help me with programming audio on the 3DS. For example, I am looking for a way to output varying waves such as sine...