
-
midiToKeyboard Public
a simple program to emulate keyboard inputs using a MIDI controller
-
-
openglConfiguration Public template
All the OpenGL libraries already configured for you with CMake
-
cmakeSetup Public template
-
-
windowsAPIforGamedevelopers Public
A WINDOWS API tutorial series for Game Developers
-
-
-
PikaEngine Public
A light game engine meant to not impose a workflow on the user, but rather help him create the game in the way that is the most helpful to him
-
ourCraft Public
Imagine minecraft met terraria
-
safeSave Public
this library allows you to save data and if your program is forcefully stopped it will load a backup so you don't loose all the progress
-
GLFWCodeBlocksSetup Public
Plug and play GLFW + GLAD + imgui already configured for you π All already working in a Code::Blocks project so you can start learning opengl!
-
GLFWCMakeSetup Public template
Plug and play GLFW + GLAD + imgui already configured for you π! You don't even need to know CMake!
-
-
glui Public
UI library inspired by imgui, it makes adding menus and submenus very easy!
-
learnCmake Public
A small CMake tutorial with all the things you need to get started.
-
tone-mappers Public
a colection of tonemappers for you to plug in your game and use
-
compute3Dphysics Public
3D physics on the GPU to learn compute shaders πͺ
-
game-in-cpp-full-course Public
The repo for my video on game in C++ full course
-
-
escapiSTATIC Public
Forked from jarikomppa/escapiExtremely Simple Capture API (ESCAPI) - simple webcam API for windows - BUT statically linked :)) + CMake
-
GLFWVisualStudioSetup Public
Plug and play GLFW + GLAD + imgui already configured for you π€― All already working in a visual studio solution so you can start learning opengl!
-
gl3d Public
A deferred physically based 3D renderer into a simple to use header-only library.
-
-
-
SFMLCmakeSetup Public template
π© A very simple download and use SFML setup with CMAKE! π©
-
-
-
-
pinnedVector Public
It can grow in size with o(1) complexity without changing its pointer. The memory stays contiguous.