hackclub / sprig

🍃 Learn to code by making games in a JavaScript web-based game editor.

Home Page:https://sprig.hackclub.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve the model for the sprig on front page

Sheepy3 opened this issue · comments

image

The model for the sprig on the front page is fairly rudimentary. I am interested in cleaning up / optimizing the model to make it look nicer and perhaps more performant.

@Sheepy3 can you specify what specifically you'd improve / optimize, and how? Also, highly suggest separating out perf work (which I'd file under tech debt) vs any cosmetic improvements/refinements/geometry modifications (feature request).

image
the current model used is a collection of hundreds of objects which balloon the vertice count to over 200,000. While most modern systems can handle this just fine, the model is not a super accurate representation of the sprig (ex: usb port is just a gray rectangle) and could do with a better optimized and more accurate model

all of this work would fall under cosmetic improvements and geometry modifications