Search results

  1. norips

    Homebrew [Project] Looking for help

    Exactly :-). It's to make a map editor, nothing too fancy, just like the tool on my first post.
  2. norips

    Homebrew [Project] Looking for help

    Hi everybody :-). I'm looking for a web developper. Actually I try to create a Mario Maker like. The project is to create a tool like that one : https://norips.github.io/ The source code of the tool above is here : https://github.com/norips/norips.github.io PM me if you are interested or...
  3. norips

    Homebrew mGBA and blargSNES compile request

    Actually you can't set GFX_RIGHT for GFX_BOTTOM because GFX_BOTTOM only have 1 screen try modifying this line void* outputFramebuffer = gfxGetFramebuffer(GFX_TOP, GFX_LEFT, &height, &width); with this void* outputFramebuffer = gfxGetFramebuffer(GFX_TOP, GFX_RIGHT, &height, &width); if you want...
  4. norips

    Homebrew [WIP] Geomitty Dash (poor clone)

    Sorry, for now i can't work on this project, I have some stuff to do (university), source are here, if someone would like to improve my app, go ahead i would be very happy :). You can always PM if you want some help or something else.
  5. norips

    Homebrew [Beta release] 3DS_Motion

    New version is here ! Download it on my github repo here : https://github.com/norips/3DS_Motion/releases
  6. norips

    Homebrew [Beta release] 3DS_Motion

    @Seamus9999 What do you want as a button to copy the last frame ? Start button ?
  7. norips

    Homebrew [Beta release] 3DS_Motion

    Press Y to show the last frame in gray
  8. norips

    Homebrew [Beta release] 3DS_Motion

    All is possible ;). I will add this in the new version.
  9. norips

    Homebrew [Beta release] 3DS_Motion

    You can check my github repo if you want at https://github.com/norips/3DS_Motion
  10. norips

    Homebrew [Beta release] 3DS_Motion

    Root of the sd card auto https://gbatemp.net/threads/homebrew-3ds-paint-update-2-0-new.374473/ I will add screenshot later :)
  11. norips

    Homebrew [Beta release] 3DS_Motion

    / ! \ This is a fork of 3DS_Paint made by @AlbertoSONIC. I only add the stop-motion animation feature 3DS Motion This is a fork of 3DS_Paint, with this app your create animation using your 3DS, keep in mind you can't load gif file or any other thing, it need to be, for now, a one shot movie...
  12. norips

    Homebrew [Q] Does an APT app jump exit the app that it's called from?

    Capture video from camera yes. But not from the screen itself
  13. norips

    Homebrew "Failed to merge target specific data of file..." "uses VFP register arguments..."

    Check this makefile https://github.com/xerpi/3ds_portlibs
  14. norips

    Homebrew HBKBLib - A 3DS Keyboard Library

    Put your project on github. So we can help ;)
  15. norips

    Homebrew Bedroom Programmers - now hiring

    Great then, I will keep an eye on this thread if I can help ;).
  16. norips

    Homebrew Bedroom Programmers - now hiring

    Ah, closed source I see, that's not the best choice I think. The homebrew scene is where it is now thanks to the open source :)
  17. norips

    Homebrew Bedroom Programmers - now hiring

    Why you don't put source in a github repo ? Everybody can help you then.
  18. norips

    Homebrew How to setup Dev Environment? (nihstro, libsf2d, sfillib)

    Install it from source I think. http://download.icu-project.org/files/icu4c/4.8.1.1/icu4c-4_8_1_1-src.zip
  19. norips

    Homebrew How to setup Dev Environment? (nihstro, libsf2d, sfillib)

    Maybe this ? http://site.icu-project.org/download/48 Mid page there is download link for source and binary
  20. norips

    Homebrew How to setup Dev Environment? (nihstro, libsf2d, sfillib)

    Download libsf2d, go to the folder, make and make install, check the makefile's sample for LIBS flag and you're done. You can make the same with other lib such as sfilib. EDIT: Put your nihstro file here : /devkitPro/devkitARM/bin Just tested and this work fine