cdgiessen
Personal Account Does vulkan & game engine stuff. Graduated University of Tulsa with CS and CSG.
LunarGOklahoma
Pinned Repositories
CERT
ConstExpr RayTracer
cml
Basic graphics oriented math library
ContourLines
Generates Contour Lines from USGS geological survey data
OrangeSherbetGameEngine
OpenGL Game Engine
pascal-compiler
TinyRenderer
My repo for holding the project files for tiny renderer
vk-module
Custom C++ Vulkan Bindings
vk-simple-cpp
Like the Vulkan C API but with quality of life improvements of C++
VulkanRenderer
Personal repo for learning the vulkan graphics api
RVPT
Realtime Vulkan path tracer from scratch kind of thing
cdgiessen's Repositories
cdgiessen/VulkanRenderer
Personal repo for learning the vulkan graphics api
cdgiessen/CERT
ConstExpr RayTracer
cdgiessen/ContourLines
Generates Contour Lines from USGS geological survey data
cdgiessen/vk-module
Custom C++ Vulkan Bindings
cdgiessen/vk-simple-cpp
Like the Vulkan C API but with quality of life improvements of C++
cdgiessen/TinyRenderer
My repo for holding the project files for tiny renderer
cdgiessen/cml
Basic graphics oriented math library
cdgiessen/OrangeEngine
Hobby game engine using vulkan
cdgiessen/OrangeSherbetGameEngine
OpenGL Game Engine
cdgiessen/TerrainExplorer
Displays USGS survey data in an fps manner using OpenGL 3.3
cdgiessen/pascal-compiler
cdgiessen/cdgiessen.github.io
cdgiessen/game_engine_learning_materials
cdgiessen/KochSnowflake
Computer Graphics Project 1
cdgiessen/vulkan-guide
Work in progress code for a introductory guide to vulkan
cdgiessen/AdventOfCode2021
My solutions for Advent of Code 2021
cdgiessen/eclipse-workspace
My repo for eclipse projects
cdgiessen/FreeGlut-Terrain-Visualizer
Freeglut based terrain renderer in OpenGL
cdgiessen/ggjWaveGolf
cdgiessen/hello-charles-world
testing the waters of github and seeing how its done
cdgiessen/HighPerformanceProgrammingProjects
Source code for various high performance computing projects
cdgiessen/InnerEarth
Subdivided Sphere Test in Unity3d
cdgiessen/opengl-game
my first real attempt at OpenGL 3 and C++
cdgiessen/pollpoll
Looks at United States Federal Congressional voting records
cdgiessen/ProjectLuna
cdgiessen/RVPT
Realtime Vulkan path tracer from scratch kind of thing
cdgiessen/Spoon-Knife
This repo is for demonstration purposes only.
cdgiessen/VulkanMultiThreadedQueueTest
Simple test if multiple queues per thread or single queue shared with all threads is better in vulkan
cdgiessen/WinConsole
Grabs console handle and provides functionality to write to the console faster than printf or cout, allowing cool console art graphics or games to be made. Game loop provided. Only windows machines currently.