Recent content by sheepy0125

  1. sheepy0125

    Homebrew Citro2D C2D_Image example

    oh, really? thank you for pointing that out, I'll be sure to fix that in my project ^w<. I totally thought it was unneeded. thank you so much for correcting me
  2. sheepy0125

    Homebrew Citro2D C2D_Image example

    oh, that's super cool!!! I'd really love to see the code if you have it hosted anywhere >W<.. it sounds like you're making it harder than it needs to be.. have you considered blitting a user-drawn image on top of (i.e. after) a regular canvas sprite? I definitely feel the memory safety pain...
  3. sheepy0125

    Homebrew Citro2D C2D_Image example

    ehe <3 I was in the same predicament so I totally get it!! I'm just so glad that people (who know way more than me!) already dealt with this before & I was able to just plagiarize from them. about the memory leak in that snippet: in the full example, I called C3D_TexDelete() and free'd the...
  4. sheepy0125

    Homebrew Citro2D C2D_Image example

    hey! I've noticed there weren't any good examples for drawing an *image* with Citro2D. spritesheets and t3x files, sure! anyways, I want to share what I learnt from digging around other homebrew projects for someone in a similar position to me ^w^. here is a snippet from git DOT sr DOT...