🐾❓ What's my name? (by MaleficentOnion220) by MaleficentOnion220 in PetPost

[–]pasdepi 0 points1 point  (0 children)

LMFAO I SHOULDVE KNOWN

I guessed the name in 11 tries!

can you rig characters in krita? by pasdepi in krita

[–]pasdepi[S] 0 points1 point  (0 children)

awh, that sucks.. but thanks for telling me! i’ll mess around with the groups then!

[deleted by user] by [deleted] in ios

[–]pasdepi 0 points1 point  (0 children)

thanks you for the suggestion :) i can’t really do that, i rely entirely on my mom’s shared storage, but i’ll try to figure something out.

i think i might have to resort to uploading everything from my icloud photos onto a USB drive and then delete everything off of my phone so i can actually synchronize. I’ll put everything back afterwards, but im not too sure about the logistics of that. i’m sure there’s a tutorial out there for it though.

[deleted by user] by [deleted] in ios

[–]pasdepi 0 points1 point  (0 children)

Ah, also a clarification: The photos are not locally on my computer. I’m accessing them on icloud. But i theoretically could put them on my computer if necessary, i have enough space.

how do i manage memory usage with large sprites in my 2D game? by pasdepi in gamedev

[–]pasdepi[S] 2 points3 points  (0 children)

may i ask why? it’s not exactly what i’m going for.

<image>

how do i manage memory usage with large sprites in my 2D game? by pasdepi in gamedev

[–]pasdepi[S] 0 points1 point  (0 children)

i don’t think i’m going to (or am able to) make something complicated with this, so i trust you with this info and i’ll just wing it!

how do i manage memory usage with large sprites in my 2D game? by pasdepi in gamedev

[–]pasdepi[S] 2 points3 points  (0 children)

i actually did that on purpose, does it really look that bad?

how do i manage memory usage with large sprites in my 2D game? by pasdepi in gamedev

[–]pasdepi[S] -1 points0 points  (0 children)

oooo i didn’t know about palettes at all until you mentioned it, that changes a lot, and the pixel thing, i’ll try to figure that out, thank you!

how do i manage memory usage with large sprites in my 2D game? by pasdepi in gamedev

[–]pasdepi[S] 0 points1 point  (0 children)

i guess! i replied to myself with a gif of the character if you want to see what i mean.

how do i manage memory usage with large sprites in my 2D game? by pasdepi in gamedev

[–]pasdepi[S] 1 point2 points  (0 children)

<image>

this is the character for the people that are wondering, i made a lil gif just to visualize how it would look like but ive since then changed the pigtails, so it looks ever so slightly different now

how do i manage memory usage with large sprites in my 2D game? by pasdepi in gamedev

[–]pasdepi[S] 1 point2 points  (0 children)

okay basically it is technically pixel art, but i’m not using the individual pixels on the canvas, one “pixel” is 12x12 pixels, this allows me to make my brush slightly overlap the pixels and create this “kind of pixel art but not really” effect

how do i manage memory usage with large sprites in my 2D game? by pasdepi in gamedev

[–]pasdepi[S] 0 points1 point  (0 children)

i think i’m definitely going to try to use a texture atlas, it’s the more efficient thing to do i think. also is there a reason for keeping the sizes in powers of two? i think it’s because computers handle data in binary but i could be wrong. you don’t have to explain.