Skip to content

professionalowo/rusty_gl

Repository files navigation

RustyGL

Installation

Start by initializing submodules:

git submodule update --init --recursive --depth 1

Linux

If you are using Ubuntu install the following components:

apt-get install -qy libglfw3-dev libgl1-mesa-dev

MacOS

If you are using brew run the following command to install required components:

brew install glfw

Windows

Please use WSL for now and refer to Linux

Usage

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>

About

Graphics programming with OpenGL, GLFW and Rust

Resources

License

Stars

Watchers

Forks

Contributors