This repository has been archived by the owner on Mar 29, 2019. It is now read-only.
v0.1
Past due by about 8 years
0% complete
In order to develop a simple game, we still need some important systems, such as:
- Finish a basic application interface (#6)
- Implement basic physics and entity system (#7)
- Implement a scheduling system (#8)
- Implement lighting system (#9)
On #8, threads are optional, but much appreciated. With these complete, we can start implement simple games, such as M…
In order to develop a simple game, we still need some important systems, such as:
- Finish a basic application interface (#6)
- Implement basic physics and entity system (#7)
- Implement a scheduling system (#8)
- Implement lighting system (#9)
On #8, threads are optional, but much appreciated. With these complete, we can start implement simple games, such as Minecraft clones, plataform games, etc.