You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

48m 45s logged

big refactoring

made it so the assets (textures and shaders) are basically created (not really) at compile time, so i can reference them using just their name (ex: “frog”) instead of the relative path from the file its being referenced in (ex: “../../assets/images/frog.png”) AND it lets me make sure the file exists at compile time

AND it makes sure the final binary is completely standalone (i think)

0
6

Comments 0

No comments yet. Be the first!