A basic Real-Time 3D renderer. Not meant to be usable, but for learning.
Go to file
antifallobst c9489db973
feat(utils): implemented math traits for Vector2 and added Vector4
2023-12-17 16:20:15 +01:00
lithium-loader refactor: moved Vertex back into the utils crate 2023-12-01 00:11:20 +01:00
lithium-utils feat(utils): implemented math traits for Vector2 and added Vector4 2023-12-17 16:20:15 +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.