Implementation of various CG algorithms/techniques using OpenGL 4.5 & DirectX 11.
Required tools
- DirectX SDK (install it before Visual Studio)
- Vulkan SDK
- Visual Studio Community 2017
- Git
- CMake
- Make sure that
git
andcmake
commands are available from the command line.
Clone the repository as usual and then execute init.cmd
script. The script creates all the required folders, uploads submodules and copies all the dependencies. After the script has successfully completed you can open the project in VS2017 src/cg.sln
.
- Parallax Occlusion Mapping (DirectX 11)
- Fur Simulation (OpenGL 4.5)
- Learn DirectX 11 (DirectX 11)
- Deferred Lighting Renderer (OpenGL 4.5)