Recent content by haloopdy

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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 -...
  8. 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)
  9. 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...
  10. haloopdy

    Homebrew 3DS Junk draw

    Oohhh you know what, you're right. I might be able to fix that actually. I was trying to limit the performance impact but maybe i'm overthinking it. I'll try something out, maybe we'll actually be able to solve everything by just having a sane color order for now Edit: I'm sorry for the hassle...
  11. haloopdy

    Homebrew 3DS Junk draw

    Ah glad to hear it's not a problem. I don't look at other apps for inspiration, no. I hope that's not weird... I've used Colors! 3d but I don't think about it when designing this app lol. I would definitely include the video in the post if you made it! Do whatever you like of course, no...
  12. haloopdy

    Homebrew 3DS Junk draw

    Hm, I've been messing around with the code and I don't think an eyedropper tool will be possible in the traditional sense, which is a real shame. I can't query the texture without downloading the whole thing into memory first, and since the texture is too large, this fails. I've thought about...
  13. haloopdy

    Axonic3D's 3DS Junk Draw Art Thread/Gallery

    Yeah, it is! It's not mine, just a request from someone. The shading is something of a hack; the default palette is made for spritework, so there's lots of colors that work well as shading for other colors. I'm glad you like it, and thank you for the compliments!
  14. haloopdy

    Axonic3D's 3DS Junk Draw Art Thread/Gallery

    these are all so wonderful! i haven't been drawing much lately and really haven't been using the app, but here's a couple quick ones from last year Someone's OC: Me: your art's so awesome that i feel embarrassed posting this stuff but figured might as well, maybe it'll encourage others to...
  15. haloopdy

    Homebrew 3DS Junk draw

    Aww wow, thank you so much! I'm doing well, thank you. I'm glad to see the thread, you've made such amazing art with so little in the tool. Hm, if the color picker is the most useful thing I could add right now, I could try to do that. The problem is that I've stopped using windows because...