Skip to content

A simulation project using OpenGL (GLUT) and C++

Notifications You must be signed in to change notification settings

errolken/town-life-simulation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Town Life Simulation

A simulation project using OpenGL (GLUT) and C++.

Documentation

  • Install a C++ Compiler like GNU GCC Compiler sudo apt-get install build-essential. (Recommended)
  • Install the freeglut package sudo apt-get install freeglut3 freeglut3-dev.
  • Compile the project gcc main.cpp -lGLU -lGL -lglut -lstdc++ -lm -o <output.out>.
  • Run the project ./<output.out>.

Note: This project was developed with WSL. Please use WSL or a linux system to compile/run the project.

About

A simulation project using OpenGL (GLUT) and C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%