Angelo

Results 4 comments of Angelo

Just to add a note for future reference, we've still got an old but semi-functional version for level objects at `feature/instanced-level-objects`

I don't think not having shared skin resources is currently an issue. Normal maps are generally unique to the marble skin, with the exception to the poolball skins. Adding to...

Given issues #85 #87 and what we're currently storing in the database, I wonder if it's worth it to define an entirely new database from scratch. Right now, there's data...

Since [Worker threads in Node](https://nodejs.org/api/worker_threads.html) are experimental, we should look into [child processes](https://nodejs.org/api/child_process.html) instead.