Gdt

Graphics Development Tools (GDT) A collection of utility classes for graphics development
Alternatives To Gdt
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Magnum4,407
7 days ago91otherC++
Lightweight and modular C++11 graphics middleware for games and data visualization
Glitter2,237
4 months ago17CMake
Dead Simple OpenGL
Swiftshader1,760
3 months ago2apache-2.0C++
SwiftShader is a high-performance CPU-based implementation of the Vulkan graphics API. Its goal is to provide hardware independence for advanced 3D graphics.
Anki 3d Engine1,077
17 hours ago8otherC++
AnKi 3D Engine - Vulkan backend, modern renderer, scripting, physics and more
Sdl Gpu1,017
a year ago71mitC
A library for high-performance, modern 2D graphics with SDL written in C.
C Ray680
11 days ago17mitC
c-ray is a small, simple path tracer written in C
Tprpix644
2 months ago2bsd-3-clauseC++
a Cross-Platform, 2D Survival Sandbox Game Project. Based on C++17/cmake/OpenGL/SQLite3.
Linaengine580
25 days agomitC++
Lina Engine is an open-source , modular, tiny and fast C++ game engine, aimed to develop 3D desktop games.
Libsdl2pp501
a month ago3April 11, 201737otherC++
C++ bindings/wrapper for SDL2
Blah462
a month ago1mitC++
A small 2d c++ game framework
Alternatives To Gdt
Select To Compare


Alternative Project Comparisons
Readme

GDT

Graphics Development Tools (GDT) A collection of utility classes for graphics development

Building

Requirements

Setting up

The first step is to pull the repository from GitHub. You can do this in any way you like, but here is one possible way:

  1. Create a local folder called GDT for the project on your computer
  2. Go into the folder and open GitBash or a terminal with git enabled
  3. Execute the command git init to initialize the Git repository
  4. Execute the command git remote add origin [email protected]:JulianThijssen/GDT.git to link your local repository to the remote GitHub one.
  5. Fetch all branches from the repository using git fetch -a
  6. Now you can pull in the source files from the master branch by executing git pull origin master
  7. If you get a permission denied message on the last step be sure that you have an SSH-key pair and have added the public one to your GitHub account. See: https://help.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh

Building

  1. Launch CMake (available here: https://cmake.org/)
  2. In the source code field browse to the local folder from the last section (which contains CMakeLists.txt).
  3. In the build field copy the source code field but append /Build at the end. This will put all files necessary for building in the Build folder (it will create it if it doesn't exist).
  4. Press Configure and select the generator for your IDE of choice with the platform of x64. Press Finish to configure the project.
  5. If no errors appear in the CMake log on the bottom, press Generate to generate the solution for your given IDE.
  6. Press Open Project to launch the IDE and the project.

Compilation

Visual Studio

  1. At the top of Visual Studio set the build mode to your desired configuration Debug or Release.
  2. Right click the solution Solution GDT and press Build Solution.
  3. If all is well it should output 4 succeeded, 0 failed at the end, and have produced a folder called Output in the GDT folder which contains the library and include files.
Popular Graphics Projects
Popular Cmake Projects
Popular Graphics Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C
Cmake
Matrix
Math
Vector
Ide
Graphics
Linear Algebra