-
pcsx-redux Public
Forked from grumpycoders/pcsx-reduxThe PCSX-Redux project is a collection of tools, research, hardware design, and libraries aiming at development and reverse engineering on the PlayStation 1. The core product itself, PCSX-Redux, is…
C++ GNU General Public License v2.0 UpdatedJul 26, 2025 -
google-cloud-cpp Public
Forked from googleapis/google-cloud-cppC++ Client Libraries for Google Cloud Services
-
-
edbr Public
Elias Daler's Bikeshed Renderer (Vulkan renderer/game engine)
-
YouCompleteMe Public
Forked from ycm-core/YouCompleteMeA code-completion engine for Vim
Python GNU General Public License v3.0 UpdatedOct 30, 2024 -
-
psyq_include_what_you_use Public
Forked from johnbaumann/psyq_include_what_you_useC UpdatedSep 3, 2024 -
-
sol2 Public
Forked from ThePhD/sol2Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
C++ MIT License UpdatedJul 22, 2024 -
NTSC-CRT Public
Forked from LMP88959/NTSC-CRTNTSC encoding/decoding in C89 using only integers and fixed point math. Supports NES decoding. Can be used as an image filter for games or real-time applications.
-
imgui Public
Forked from ocornut/imguiDear ImGui: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies
-
-
vk-bootstrap Public
Forked from charles-lunarg/vk-bootstrapVulkan Bootstrapping Iibrary
-
imgui-sfml-fetchcontent Public
Example of using CMake's FetchContent module and imGui-SFML
-
vulkan-guide Public
Forked from vblanco20-1/vulkan-guideIntroductory guide to vulkan.
-
-
ONScripter-EN-Official Public
Forked from playmer/ONScripter-EN-Official(Please see Galladites repo, which this is forked from. This is called "Official" because I already have an onscripter-en fork I worked on before Galladite made theirs. The Official is to designate…
C GNU General Public License v2.0 UpdatedDec 23, 2023 -
LearnWebGPU Public
Forked from eliemichel/LearnWebGPULearn to use WebGPU for native graphic applications in C++
C++ UpdatedDec 18, 2023 -
player2d Public
Forked from RandyGaul/player2dEducational demo implementing a swept 2D character controller
C UpdatedDec 3, 2023 -
cute_framework Public
Forked from RandyGaul/cute_frameworkThe *cutest* framework out there for creating 2D games in C++!
C UpdatedNov 28, 2023 -
sdl_breakout Public archive
A small breakout game made with C++, Lua and SDL
-
luafilesystem Public
Forked from lunarmodules/luafilesystemLuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution.
C MIT License UpdatedFeb 20, 2023 -
cmake-lua-with-sol2-example Public
This repo shows how to build a basic program in C++ which uses Lua with sol2.
-
This is the code for the "Using CMake and managing dependencies" article from my blog
-
-
-
lox Public archive
C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)
-
imgui-go Public
Forked from inkyblackness/imgui-goGo wrapper library for "Dear ImGui" (https://github.com/ocornut/imgui)
-
-
ebiten-imgui Public
Forked from gabstv/ebiten-imguiDear ImGui renderer for Ebiten