OpenGL based engine that parses a XML file containing a scene
- install with:
bash build.sh
- run generator with:
./target/release/bin/generator --help
- run engine with:
./target/release/bin/engine input_file
you can find examples here
This project is licensed under the MIT License - see the LICENSE file for details