OpenGL Practice
A Repo to share my practice using OpenGL.
Dependencies:
- vcpkg
- vs2020
- imgui (included)
- glfw
- glew
Installation:
- Download and install vs2020
- Install vcpkg
- Install glew using vcpkg
- Install glfw using vcpkg
Running:
Open visual studio solution and run
-
OpenStreetMapSample
This demo loads .osm file and display it's contents
- Geometric Shader Demo
- HeightMap Demo
- Dynamic Tiling
- Lights
Rendering 25000 colored cubes(1,50,000 tris) at 60 fps
- CSG
- Orientation
Orient object towards given vector
- PBR
- Displacement map (Vertex + Tessellation + Geometry + Fragment stages)









