A basic Real-Time 3D renderer. Not meant to be usable, but for learning.
Go to file
antifallobst 83ea75fea9
readme: made the license header smaller
2023-11-30 23:53:51 +01:00
lithium-loader refactor: moved Vertex to loader 2023-11-30 17:30:53 +01:00
lithium-utils feat(utils): implemented basic math op traits for Vector3 2023-11-30 23:53:17 +01:00
src feat(core): added the Object type 2023-11-30 19:10:36 +01:00
.gitignore added .vscode to gitignore 2023-11-30 19:04:17 +01:00
Cargo.lock feat(core): added the Object type 2023-11-30 19:10:36 +01:00
Cargo.toml feat(core): added the Object type 2023-11-30 19:10:36 +01:00
LICENSE added a README and LICENSE file 2023-11-30 19:15:44 +01:00
README.md readme: made the license header smaller 2023-11-30 23:53:51 +01:00

README.md

Lithium

Lithium is a small Real-Time 3D renderer written in rust. It is not meant for real world usage, but for learning about 3D rendering.

License

Lithium is licensed under the MIT open source license. Check the LICENSE file for more info.