Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (25 loc) · 744 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 744 Bytes

OpenGL Engine & Primitive Generator

OpenGL based engine that parses a XML file containing a scene

Usage

  • 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

Examples

Example Scene 1 Example Scene 2

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details