HardCoreCodin
A long time enthusiast of computer graphics and programming. Veteran developer in the VFX industry, working at top studios.
New Zealand
Pinned Repositories
HandmadeCMakeVS
A fully-featured Visual Studio setup for Handmade Hero using CMake (No MSBuild and no solution file)
OdinRayCasting
A RayCasting game engine (a-la Wolfestein3D)
Rational-Ray-Casting
A modified version of Raycasting Basics with JavaScript of GUSTAVO PEZZI from https://www.pikuma.com
RnDer.odin
A collection of pure-software render engines witten in Odin
SlimApp
A minimalist andf platform-agnostic application layer for writing graphical applications, with a strong emphasis on simplicity and ease of use.
SlimEngine
A minimalist library with basic facilities for developing interactive real-time 3D applications, with a strong emphasis on simplicity and ease of use.
SlimEngineCpp
A C++ port of SlimEngine (written in C)
SlimGL
A base project for OpenGL applications based on SlimEngine
SlimRaster
Minimalist software rasterizer
SlimTracin
Software ray tracer written from scratch in C that can run on CPU or GPU with emphasis on ease of use and trivial setup
HardCoreCodin's Repositories
HardCoreCodin/SlimEngine
A minimalist library with basic facilities for developing interactive real-time 3D applications, with a strong emphasis on simplicity and ease of use.
HardCoreCodin/SlimTracin
Software ray tracer written from scratch in C that can run on CPU or GPU with emphasis on ease of use and trivial setup
HardCoreCodin/SlimApp
A minimalist andf platform-agnostic application layer for writing graphical applications, with a strong emphasis on simplicity and ease of use.
HardCoreCodin/SlimRaster
Minimalist software rasterizer
HardCoreCodin/HandmadeCMakeVS
A fully-featured Visual Studio setup for Handmade Hero using CMake (No MSBuild and no solution file)
HardCoreCodin/Rational-Ray-Casting
A modified version of Raycasting Basics with JavaScript of GUSTAVO PEZZI from https://www.pikuma.com
HardCoreCodin/SlimEngineCpp
A C++ port of SlimEngine (written in C)
HardCoreCodin/OdinRayCasting
A RayCasting game engine (a-la Wolfestein3D)
HardCoreCodin/SlimGL
A base project for OpenGL applications based on SlimEngine
HardCoreCodin/RnDer.odin
A collection of pure-software render engines witten in Odin
HardCoreCodin/CRenderers
A collection of render engines implemented from scratch in C/C++
HardCoreCodin/SlimRasterCpp
A C++ Port of SlimRaster using SlimEngine++
HardCoreCodin/RenderEngine3D
A typescript render engine
HardCoreCodin/SlimTracinCpp
Real Time Software Ray Tracer
HardCoreCodin/WireBreakout
A Breakout clone rendered in wireframe using SlimEngine++
HardCoreCodin/DXRender
A hardware accelerated interactive render engine built on SlimEngine
HardCoreCodin/EvaluationGraph
Node-based editable graph for runtime evaluation written in C++
HardCoreCodin/Graph.js
A simple interface for graphs
HardCoreCodin/InteractiveMath
A collection of web pages and JavaScript libraries for visualising math interactively
HardCoreCodin/OGL
HardCoreCodin/Pipeline
HardCoreCodin/PolyNum.js
Polynomial Arithmatic Library
HardCoreCodin/RnDer.js
A pure software 3D render engine (written from scratch in TypeScript)
HardCoreCodin/SlimAppCpp
A minimalist base project for 2D graphical desktop applications
HardCoreCodin/SlimVK
A simple Vulkan render engine based on SlimEngine, SlimRaster and SlimTracin