0ctobyte / raytracer
A ray tracer implemented in C++ capable of rendering scenes described by a Lua based DSL. Developed as a project for the CS488 course.
☆15Updated 9 years ago
Alternatives and similar repositories for raytracer:
Users that are interested in raytracer are comparing it to the libraries listed below
- A C/C++ single-file library that packs triangles of a 3D mesh into a rectangle/texture.☆61Updated 8 years ago
- A micropolygon rasterizer written in OpenCL☆39Updated 10 years ago
- GLSL shader live-reloading☆71Updated 7 years ago
- SSE Frustum Culling Demo☆70Updated 3 years ago
- Cross platform GLFW based port of Stan Melax's BunnyLOD Easy Mesh Simplification☆78Updated 4 years ago
- Flexible Rasterizer in OpenCL☆49Updated 8 years ago
- ☆56Updated 2 years ago
- Software rasterizer based on Larrabee's☆40Updated 8 years ago
- Hybrid CPU and GPU ray traced rendering using shared memory.☆57Updated 8 years ago
- ☆28Updated 6 years ago
- Experimentation framework for real-time light culling☆30Updated 5 years ago
- Screen space global illumination demo: SSAO vs SSDO☆50Updated 12 years ago
- Low-Resolution Rendering Sample☆63Updated 9 years ago
- ☆28Updated 10 years ago
- Simple, quick'n dirty, pathtracer☆38Updated 3 years ago
- Various experiments with raytracing and raymarching☆55Updated 3 years ago
- Vulkan implementations of Subsurface Scattering and Ambient Occlusion☆16Updated 7 years ago
- Hobby software rasterizer.☆68Updated 4 years ago
- Attempt to understand and compare different Acceleration structures☆30Updated 4 years ago
- A CUDA based, realtime interactive pathtracer