Zemanzo / web-marbles

Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23 stars 12 forks source link

Marble Manager #161

Closed Qaomen closed 5 years ago

Qaomen commented 5 years ago

Description Since marbles will eventually be used by both the client and editor, and needs to be updated before rendering, we could do with a manager that keeps track of all marbles in the scene that updates/interpolates them based on input by the client (networking) or editor (physics). Lots of the final design is still subject to change. This will also remove the marble update code from the renderer.

Minimum Acceptance Criteria

Is blocked by the following issues Blocked by #69