Simple particle fountain simulation based on legacy OpenGL 2.1, with WIP high-performance mode (GL4.6).
 
 
 
 
 
Go to file
Brett a86b620d2f geometry shader, billboarding 2023-04-02 23:49:58 -04:00
include geometry shader, billboarding 2023-04-02 23:49:58 -04:00
libs working compute shaders! 2023-04-02 14:52:03 -04:00
resources Inital commit+ 2023-03-31 17:41:54 -04:00
src geometry shader, billboarding 2023-04-02 23:49:58 -04:00
.gitignore add .gitignore 2023-03-31 17:53:20 -04:00
.gitmodules Inital commit+ 2023-03-31 17:41:54 -04:00
2023-4-1_15-19-50.log instancing of particles, no movement 2023-04-01 15:48:31 -04:00
CMakeLists.txt instancing of particles, no movement 2023-04-01 15:48:31 -04:00
README.md update readme 2023-03-31 17:48:14 -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
mangohud.sh instancing of particles, no movement 2023-04-01 15:48:31 -04:00
run.sh Inital commit+ 2023-03-31 17:41:54 -04:00

README.md

Readme

  • Jacob wanted to see it.
  • the readme is a WIP
  • freeglut is required.
    • install with sudo apt install freeglut3-dev
  • build with:
    • git clone --recursive https://github.com/Tri11Paragon/COSC-3P98-Assigment-3.git
    • cd COSC-3P98-Assigment-3/
    • mkdir build && cd build/
    • cmake -DCMAKE_BUILD_TYPE=Release ../
    • make -j 16
    • ./assign3
  • stay tuned for the high performance mode