GameDevTecnico / cubos

A still very barebones game engine focused on voxels and data-oriented programming
https://gamedevtecnico.github.io/cubos/
MIT License
80 stars 20 forks source link

Implement Static Bodies #1253

Open fallenatlas opened 1 month ago

fallenatlas commented 1 month ago

Bodies that have physics to them and affect those that hit them. They can be moved by code but are not affected by external forces.