MariaPrograms / demos

Graphics demos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

A number of graphics demos made for learning and playing around with. The code is (hopefully) clean and self-documented, all dependencies are included.

Building and running

  • mkdir build && cd build.
  • cmake -G "Visual Studio 15 2017 Win64" .. (or other generator depending on the OS/IDE).
  • In Visual Studio build build/Demos.sln. In CLion build the CMakeLists project directly. Not tested in other IDEs.
  • Run demo executables from build/<target>/.

Demos

  • StbTrueType.cpp: rendering TrueType font in OpenGL using stb_truetype library.

1

  • Transform.cpp: using Transform and Camera classes for working with transform hierarchies and first person camera.

1

  • To be continued...

Dependencies

  • stb_truetype
  • SDL
  • GLEW
  • glm

About

Graphics demos


Languages

Language:C++ 95.9%Language:CMake 4.1%