arthurBricq / crafty

Multiplayer Minecraft clone in pure Rust with OpenGL
34 stars 2 forks source link

Create the Entity Manager #14

Closed arthurBricq closed 2 months ago

arthurBricq commented 2 months ago

An entity = anything that can moves

Entity manager will be in charge of providing the Rects to be rendered at each frame.

it's important to have this before starting the multi-player mode, so that we can see other players when they will connect.