Pinned Repositories
as
A header-only linear algebra math library in C++
c-handle-container
little test driven handle library in c
cmake-examples
A collection of as simple as possible, modern CMake projects
cpp-handle-container
An implementation of a weak handle interface to a packed vector in C++
cpp-packed-hashtable
Experimental library to combine hash table lookup speed with vector iteration performance
pikuma-3d-graphics
Computer graphics programming course
sdl-bgfx-imgui-starter
A starter project for graphics applications using SDL, bgfx and Dear ImGui
sokol-experiment
unity-portal-rendering
Super small example of using offscreen render targets to achieve a portal effect in Unity
pr0g's Repositories
pr0g/unity-portal-rendering
Super small example of using offscreen render targets to achieve a portal effect in Unity
pr0g/clang-tidy-and-clang-format
Document one way of how to setup clang-tidy and clang-format on Windows
pr0g/clang-experiments
Random investigations and experiments using Clang (mostly on Windows)
pr0g/c-polymorphism
Little experiment to implement polymorphism in C
pr0g/gtest-template
Starting point for a gtest project
pr0g/Catch2-template
Starting point for a Catch2 project
pr0g/conway-gol-rust
An implementation of Conway's Game of Life in Rust, created using TDD
pr0g/googletest
Googletest - Google Testing and Mocking Framework
pr0g/nomnoms
Demonstrate cmake components
pr0g/remove-entities
pr0g/rust-raytracing-weekend
pr0g/t9-tdd-cpp
test driven t9 solution in c++
pr0g/tdd-tic-tac-toe
Test driven tic-tac-toe game in C++
pr0g/tennis
A few little experiments to compare how to represent the game of tennis
pr0g/tokei
A program that allows you to count your code, quickly.
pr0g/ToyMeshPathTracer
Toy Mesh Path Tracer that I used as a base for job interview tasks