Recent content by haloopdy

  1. haloopdy

    Homebrew 3DS Junk draw

    i am completely rewriting the app; i'm very far into it. i started this app many years ago and i was not a very good c programmer at the time, having only worked with c# (which i hate). for the past several years, the ONLY thing i have been writing in is c for personal projects, so i understand...
  2. haloopdy

    Homebrew 3DS Junk draw

    Listing out the features already in 0.6 so I don't forget, because IDK when I'll have time to test this. It's required such a huge redo of so much code: Removed "mode switching" (to animation mode, etc) in favor of more control over the canvas Added canvas settings saved into the save file...
  3. haloopdy

    Homebrew 3DS Junk draw

    aww thank you so much!! i would love to add a textured brush (i like using them too), but it has a couple problems. one is that i wanted to keep the drawing format very simple so it's easy to re-implement. i like the idea of longevity and/or inter-connected drawing (if i ever do that), and it...
  4. haloopdy

    Homebrew 3DS Junk draw

    gosh, you're inspiring me to clean up the app even more! if i can get myself moving, i think i will work on some neat additional features. i've added a bunch of issues to the repo to give myself a todo list Edit: might as well share the last thing i drew too, since i've been using junkdraw again:
  5. haloopdy

    Homebrew 3DS Junk draw

    Small update: https://github.com/randomouscrap98/3ds_junkdraw/releases/tag/0.5.2_pre3 Mostly just fixing a few bugs that you shouldn't run into (safety checks for maliciously-crafted reference images), plus fixing some overflowing text on the reference upload page. Biggest change is being able...
  6. haloopdy

    Homebrew 3DS Junk draw

    wooaaah that's awesome!! i'm so glad it works for you, and i'm so so happy to see more people using it!
  7. haloopdy

    Homebrew 3DS Junk draw

    I'm very happy with this new feature: upload references for use while drawing (artist https://bsky.app/profile/creature0354.bsky.social): This is a VERY invasive change and I STRONGLY RECOMMEND you backup your drawings before trying this out, as well as saving frequently while using the...
  8. haloopdy

    Homebrew 3DS Junk draw

    FINALLY, took forever to figure out how to build a .cia file. Gosh, what a mess it is trying to get any information. Thank you https://gbatemp.net/threads/release-magic-draw-super-powerful-drawing-app-for-3ds.679987/ (indirectly) for actually checking in a working example of building a .cia...
  9. haloopdy

    Homebrew 3DS Junk draw

    The last version was finalized and has a stable release; here's the next prerelease (0.5.1) I'm working on. This is a bit of a weird one, as I try to setup stuff necessary for flood fill/etc: Replaced some palettes that seemed redundant with ones that are actually different. Sorry if you were...
  10. haloopdy

    Homebrew 3DS Junk draw

    And maybe the last update before I work on making these new features "stable". This is a very large major update Drawings saved in this version are incompatible with older versions, even if they are pre-existing drawings loaded into this version. Use with caution! Major modification to data...
  11. haloopdy

    Homebrew 3DS Junk draw

    Another update, this time in service to animation. This one changes core rendering code, so there's a higher likelihood it might crash in the middle of a drawing, use with caution You can now set a page loop point. This means: Navigating pages will loop as you jump through them in both...
  12. haloopdy

    Homebrew 3DS Junk draw

    Hello, hope a new release doesn't count as a necro-bump lol. I have a 0.4.4 prerelease which adds several new (perhaps useful) features: Your settings are now saved when you exit the menu. Saving might take a very long time on some SD cards; let me know if this becomes a problem New grayscale...
  13. haloopdy

    Homebrew 3DS Junk draw

    I have a 0.4.3 prerelease which finally adds an undo/redo buffer. It's an extremely simple implementation that redraws the whole screen on each undo/redo action, so you may find it a bit slow, but you can spam the undo and it'll interrupt the redraw. - Hold R + B = undo - Hold R + A = redo -...
  14. haloopdy

    Axonic3D's 3DS Junk Draw Art Thread/Gallery

    Drew a couple more things yesterday. I must say, drawing on the 3ds really hits the spot... as long as I'm willing to put up with the limitations lol. Some requests from a discord server (not my characters, etc)
  15. haloopdy

    Homebrew 3DS Junk draw

    I've added an optional RGB color picker (finally) as an alternative to the palette system. There's some weird caveats that I'm not sure how to work out yet, but it should work, especially if you use palettes only to select nice colors then switch back to rgb for most of your work...