Skip to content

Final project of INF443 (computer graphics class) at École polytechnique

Notifications You must be signed in to change notification settings

remigerme/dune-modelling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dune modelling project

Install

Please use SSH to clone this repository :

git clone --recurse-submodules [email protected]:remigerme/dune-modelling.git

Make sure you have cmake installed on your machine (and all libs required by cgp such as libglfw3 and stuff).

Setup and run (using VSCode)

If you're using Linux, there is no setup. Just debug with the Debug project with new files configuration.

If you're using macOS, you need to replace gdb by lldb in .vscode/launch.json. Then debug.

Setup and run (without VSCode)

Everytime you create a new file (and so the first time too), run this command - inside the build directory :

cmake ..

To compile and run the project, use this command - still inside the build directory :

make -j8
./dune-modelling

Learn more about the project

A blog article is available. Main handcrafted mechanisms are presented in a graphic way to help understand how the project was made without diving into the code.

About

Final project of INF443 (computer graphics class) at École polytechnique

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published