15 lines
301 B
Markdown
15 lines
301 B
Markdown
# Engine.rs
|
|
|
|
|
|
|
|
The Goal of this repo is to make a simple engine like program in Rust
|
|
|
|
It is mainly for learning purposes and should be the base for a later, more fleshed out Engine made in Rust (with the possibility to create logic in Julia)
|
|
|
|
|
|
|
|
|
|
|
|
The engine uses a left-handed y-up coordinate system
|
|
|