simulate ideal gas particles by using openGL this will simulates the particles based on real physics
- make
- glfw3
- glm
- glew
These packages are usually available in most package manager, if you don't want to find the dependancies, you can use nix to run the binary
The program can be compiled using make
git clone https://github.com/ChunHou20c/IdealGasSimulation.git
make
./target/IdealGasSimulation
I had also package the program using nix flake, to run it first clone the repo and then nix run
git clone https://github.com/ChunHou20c/IdealGasSimulation.git
cd IdealGasSimulation
nix run
The program can be run without cloning the repo
nix run github:ChunHou20c/IdealGasSimulation