this post was submitted on 31 Aug 2024
881 points (98.6% liked)

196

16359 readers
2489 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] TootSweet@lemmy.world 15 points 1 month ago (2 children)

I really hope you don't know about this 4GB limit specifically because you've run up against it while doing anything real-world.

[–] Daxtron2@startrek.website 6 points 1 month ago (1 children)

Canvas code can get out of hand very quickly if not done right

[–] TootSweet@lemmy.world 1 points 1 month ago (2 children)

I've made exactly two projects that utilized canvas, both of which I "released" in a sense. One contains 248kb of JS code and the other contains 246kb. That's before it's minified.

So I guess that means I did my canvas code right. Lol.

(Unless you meant 3d canvas or WebGL stuff with which I haven't played.)

[–] thanks_shakey_snake@lemmy.ca 6 points 1 month ago

I think they're referring to the memory footprint, not the source code file size.

[–] Daxtron2@startrek.website 2 points 1 month ago

Code size isn't really related to how much graphics data you're throwing in RAM

[–] dsilverz@thelemmy.club 6 points 1 month ago

Not yet, but I often code myself some experiments involving datasets (i like to experiment with Natural Language Processing, randomness, programmatic art and demoscenes, the list goes on).