nigel-andrews / OM3D

EPITA course for 5th year students

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OM3D

EPITA course for 5th year students

Slides: https://docs.google.com/presentation/d/1qJhH0cmEMVQRhF37UOYDdw0ZKtd00_oQXW1dZrUbSL4/edit

TP1: https://hackmd.io/@G2s9zdzlSd-RfTlBoN_x2A/ryY2BSgVo

TP2 [WIP]: https://hackmd.io/@gWNtISeXQWysGQ0awDxVYQ/HyiNLHS7p

How to build

Requirements: cmake 3.20 minimum, C++17, and OpenGL 4.5.

# At the project root
mkdir -p TP/build/debug
cd TP/build/debug
cmake ../..
make

Contact

If you have a problem, please send a mail to

About

EPITA course for 5th year students


Languages

Language:C++ 91.8%Language:GLSL 6.4%Language:CMake 1.0%Language:C 0.5%Language:Nix 0.3%