Files
OpenGL_Intro/README.md
T
2021-08-23 11:19:19 +02:00

18 lines
690 B
Markdown

# Gloom-rs
To get started, make sure you have `git`, `cargo` and, `rustc` installed and available.
git clone https://github.com/pbsds/gloom-rs
## Report
You're free to write your report any way you'd like, as long as it is delivered as a PDF file.
To spread the word of *the one true way*, I have included a `pandoc` report skeleton in the `report` folder.
To use it make sure you have `pandoc` installed along with a latex engine.
Make sure it works before using it to write your report.
## Code delivery
To make a code archive (`source.zip`) for uploading on blackboard run either `create_code_archive_for_blackboard_LINUX.sh` or `create_code_archive_for_blackboard_WINDOWS.bat`.