Skip to content

Raki/OGLDemos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OGLDemos

OpenGL Practice

A Repo to share my practice using OpenGL.

Dependencies:

  • vcpkg
  • vs2020
  • imgui (included)
  • glfw
  • glew

Installation:

  1. Download and install vs2020
  2. 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

image

image

  • Geometric Shader Demo

image

  • HeightMap Demo

heightmap

  • Dynamic Tiling

dynamic tiling

  • Lights

Rendering 25000 colored cubes(1,50,000 tris) at 60 fps

image

  • CSG

image

CSG

  • Orientation

Orient object towards given vector

  • PBR

image

  • Displacement map (Vertex + Tessellation + Geometry + Fragment stages)

image

About

OpenGL Practice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors