Pinned Repositories
C--
C-- Is a small programming language project for me to learn stuff about compilers
cmakeSetup
game-in-cpp-full-course
The repo for my video on game in C++ full course
gl2d
a simple 2d library made in opengl
gl3d
A deferred physically based 3D renderer into a simple to use header-only library.
glui
UI library inspired by imgui, it makes adding menus and submenus very easy!
LowLevelGameEngine
The perfect place to learn gamedev no matter what your current programming level is
memGrab
Basically cheat engine
ourCraft
A Minecraft clone with many advanced features
PikaEngine
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
meemknight's Repositories
meemknight/ourCraft
A Minecraft clone with many advanced features
meemknight/cmakeSetup
meemknight/game-in-cpp-full-course
The repo for my video on game in C++ full course
meemknight/PikaEngine
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
meemknight/gl2d
a simple 2d library made in opengl
meemknight/gl3d
A deferred physically based 3D renderer into a simple to use header-only library.
meemknight/glui
UI library inspired by imgui, it makes adding menus and submenus very easy!
meemknight/memGrab
Basically cheat engine
meemknight/learnCmake
A small CMake tutorial with all the things you need to get started.
meemknight/windowsAPIforGamedevelopers
A WINDOWS API tutorial series for Game Developers
meemknight/openglConfiguration
All the OpenGL libraries already configured for you with CMake
meemknight/GLFWCMakeSetup
Plug and play GLFW + GLAD + imgui already configured for you 😘! You don't even need to know CMake!
meemknight/SFMLCmakeSetup
🟩 A very simple download and use SFML setup with CMAKE! 🟩
meemknight/raylibCmakeSetup
Plug and raylib + imgui already configured for you 🙀! You don't even need to know CMake!
meemknight/SDL2OpenglCMakeSetup
Plug and play SDL2 + GLAD + imgui already configured for you 😘! You don't even need to know CMake!
meemknight/safeSave
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
meemknight/pinnedVector
It can grow in size with o(1) complexity without changing its pointer. The memory stays contiguous.
meemknight/lowestleveldungeon
meemknight/enetExample
a very simple example of how to use ENET
meemknight/bgfxCmakeSetup
I already configured BGFX + others for you 😱
meemknight/SDL2NoglCMakeSetup
Plug and play SDL2 + imgui already configured for you 💪! You don't even need to know CMake!
meemknight/fantasyCraft
A small minecraft clone
meemknight/GLFWVisualStudioSetup
Plug and play GLFW + GLAD + imgui already configured for you 🤯 All already working in a visual studio solution so you can start learning opengl!
meemknight/switchIsNotFasterThanIf
meemknight/meemknight
meemknight/midnightArrowLevels
Here are the levels from Midnight Arrow, if anyone would like to take a look.
meemknight/myResume
meemknight/myTinyRenderer
Inspired by https://github.com/ssloy/tinyrenderer this is my implementation of a software renderer
meemknight/photos
meemknight/profilerLib