For a computer graphics course at Grand Canyon University
By Benjamin Carter and Josh Canode.
Watch Video Of It Here In Action
- Requires OpenGL
- GLU
- GLUT
- First Clone the git repository
- this can be found at https://github.com/BenRobotics101/ComputerGraphics
- or in linux can be cloned by running
git clone https://github.com/BenCarter44/ComputerGraphics.git - you can run
git checkout mainto make sure you are in the main branch.
- Make sure the working directory is the root of the repository.
- Run
make. - The program will be
Programunder the root of the repository. Run it with./Program
You can look at the refman.pdf or the index.html file under doxygenOutput/html for an interactive documentation page on the project.
File Structure:
- src/
- This is where the source files are
- include/
- This is where the header files are
- Project8.docx/.pdf
- The report
- Makefile
- The makefile
- Flowchart.drawio.png
- The flowchart
- ForestStateGraph.drawio.png
- A map of the different forest states.
