This version is archived, as I've started a new iteration salvaging the more reasonable parts of this project. Original README is below
This is a game engine I'm making from scratch in Rust. I don't have a lot of experience in game dev and I definitely have even less experience in game engine building. It will definitely be a very strange, pretty possibly obnoxious in some aspects, and overall bizarre piece of software.
With this project I'm trying to keep my dependency list to be as lean as possible while making as much as reasonable from scratch. Some of the dependencies will be replaced by my own implementation as I gain experience and knowledge along the way.
I'm not considering adding DX, Metal or OpenGL support.