Simple particle fountain simulation based on legacy OpenGL 2.1, with WIP high-performance mode (GL4.6).
 
 
 
 
 
Go to file
Brett fd62c4d347 add readme 2023-03-31 17:45:41 -04:00
cmake-build-debug Inital commit+ 2023-03-31 17:41:54 -04:00
cmake-build-release Inital commit+ 2023-03-31 17:41:54 -04:00
cmake-build-relwithdebinfo Inital commit+ 2023-03-31 17:41:54 -04:00
include Inital commit+ 2023-03-31 17:41:54 -04:00
libs Inital commit+ 2023-03-31 17:41:54 -04:00
resources Inital commit+ 2023-03-31 17:41:54 -04:00
src Inital commit+ 2023-03-31 17:41:54 -04:00
.gitmodules Inital commit+ 2023-03-31 17:41:54 -04:00
CMakeLists.txt Inital commit+ 2023-03-31 17:41:54 -04:00
README.md add readme 2023-03-31 17:45:41 -04:00
a3_marking.pdf Inital commit+ 2023-03-31 17:41:54 -04:00
asgn_3.pdf Inital commit+ 2023-03-31 17:41:54 -04:00
build.sh Inital commit+ 2023-03-31 17:41:54 -04:00
freeglut.dll Inital commit+ 2023-03-31 17:41:54 -04:00
run.sh Inital commit+ 2023-03-31 17:41:54 -04:00

README.md

Readme

  • the readme is a WIP
  • freeglut is required.
    • install with sudo apt install freeglut3-dev
  • build with:
    • clone the repo
    • mkdir build && cd build/
    • cmake -DCMAKE_BUILD_TYPE=Release ../
    • make -j 16
    • ./assign3
  • stay tuned for the high performance mode