inda21plusplus / Project-Delta

This is the repository for the group project assignment in the course "Project in Introduction to Computer Science" (DD1396), by the Inda21plusplus group.
MIT License
8 stars 0 forks source link

Cleanup wpgu for PR #22

Closed ollisco closed 2 years ago

foodelevator commented 2 years ago

Almost everything in main should be moved out from there.

Also, the rendering has a long way to go.

foodelevator commented 2 years ago

I made a new crate for stuff that everything will depend on (such as Transform) so that when you compile the physics crate, you won't have to also compile the graphics crate with all it's dependencies (but both should use the same Transform).

I named it common, but I don't like the name. Perhaps it should be called math(s) since that's all it contains (for now at least)? Or maybe there is a better way to structure it?