Start by initializing submodules:
git submodule update --init --recursive --depth 1If you are using Ubuntu install the following components:
apt-get install -qy libglfw3-dev libgl1-mesa-devIf you are using brew run the following command to install required components:
brew install glfwPlease use WSL for now and refer to Linux
To use this program you have to first obtain an obj file. You then run
rusty_gl <path_to_obj_file>Or from source
cargo run -r -- <path_to_obj_file>