QuantitativeBytes / qbRayTrace
Welcome to my new series on building a ray tracer from scratch in C++ with the SDL2 library! Follow me in this 'code with me' style series as I build a simple but functional ray tracer from scratch in C++. As far as possible, I use only the standard libraries, with the addition of SDL2 to allow the display of the final image in a window.
☆43Updated last year
Alternatives and similar repositories for qbRayTrace:
Users that are interested in qbRayTrace are comparing it to the libraries listed below
- Welcome to Part 2 of my series on building a ray tracer from scratch in C++ with the SDL2 library! Follow me in this 'code with me' style…☆11Updated last year
- CMake based C++ Project template with support for glfw, glad, imgui, spdlog, tracy, stb-image and cgltf☆67Updated 11 months ago
- ☆352Updated 6 months ago
- ☆63Updated 2 months ago
- ☆50Updated 4 months ago
- a simple galaxy renderer with Vulkan☆130Updated 5 months ago
- ☆31Updated 4 years ago
- learning game physics with bullet physics and opengl☆71Updated 7 years ago
- This is an engine that I initially started building after taking a game coding class in high school to learn how the underlying systems o…☆208Updated 2 years ago
- A path tracer made using OpenGL shaders with decent UI☆61Updated last year
- YouTube ray tracing series☆395Updated last year
- Collection of examples for OpenGL: Perlin noise, ambient occlusion, shadow mapping, water reflection and others☆265Updated 2 years ago
- GPU Path Tracer with some realtime features written in C☆59Updated last month
- A real-time ray tracer utilizing OpenGL 4.5 and GLSL shaders, featuring support for various materials, primitives and environment map, in…☆24Updated 11 months ago
- C++ Game Animation Programming - Second Edition, published by Packt☆113Updated 2 weeks ago
- Learning Vulkan from code samples - Tutorial series☆60Updated last year
- An experimental raytracer using OpenGL for GPU acceleration☆194Updated 2 years ago
- Sample CMake for OpenGL based projects.☆98Updated 2 months ago
- C++ OpenGL from scratch under 48h for GMTK2023