QuantitativeBytes / qbRayTraceLinks
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 2 years ago
Alternatives and similar repositories for qbRayTrace
Users that are interested in qbRayTrace are comparing it to the libraries listed below
Sorting:
- ☆77Updated 9 months ago
- An experimental raytracer using OpenGL for GPU acceleration☆207Updated 3 years ago
- YouTube ray tracing series☆413Updated 2 years ago
- A path tracer made using OpenGL shaders with decent UI☆66Updated 4 months ago
- ☆72Updated 3 years ago
- GPU Path Tracer with some realtime features written in C☆78Updated 4 months ago
- Software RayTracing engine written in C++ without the usage of any libraries.☆59Updated 4 years ago
- ☆63Updated 2 years ago
- ☆414Updated last year
- a simple galaxy renderer with Vulkan☆147Updated last year
- CMake based C++ Project template with support for glfw, glad, imgui, spdlog, tracy, stb-image and cgltf☆70Updated 6 months ago
- A real-time ray tracer utilizing OpenGL 4.5 and GLSL shaders, featuring support for various materials, primitives and environment map, in…☆26Updated last year
- ☆373Updated last week
- C++ Game Animation Programming - Second Edition, published by Packt☆130Updated 2 months ago
- realtime ray tracing☆133Updated 2 years ago
- Modern OpenGL samples☆250Updated 4 years ago
- Vulkan Path Tracer. Physically based path tracer made in Vulkan with Ray Tracing Pipeline.☆378Updated last month
- A 3D physics engine☆318Updated 9 months ago
- By a programmer for programmers☆220Updated 2 years ago
- An experimental Ray tracer I made completely from scratch, without any external libraries☆137Updated 4 years ago
- Collection of examples for OpenGL: Perlin noise, ambient occlusion, shadow mapping, water reflection and others☆286Updated 2 years ago
- Community edition of the Slingshot physics engine☆149Updated 2 years ago
- C++ OpenGL 3D Game Tutorial Series - Learn to code a Cross-Platform OpenGL 3D Game in C++ from scratch☆239Updated last year
- Realtime GPU path tracer based on OpenCL and OpenGL☆340Updated last month
- learning game physics with bullet physics and opengl☆70Updated 8 years ago
- A simple 2D physics engine.☆70Updated last year
- A subatomic OpenGL graphics library.☆122Updated 2 years ago
- A ray tracing program