tsoding / ray-tracerLinks
My ongoing effort to learn how to make Ray Tracers
☆18Updated 6 years ago
Alternatives and similar repositories for ray-tracer
Users that are interested in ray-tracer are comparing it to the libraries listed below
Sorting:
- A musical puzzle game☆19Updated 8 years ago
- Minimalist educational operating system☆61Updated 4 years ago
- metatrace is a C++ Compile Time, Whitted Style Ray Tracer, utilizing classic C++98/03 style metaprogramming. All the Ray Tracing is done…☆97Updated 8 years ago
- C/C++ subset resyntaxed like Rust,+ tagged-union/Pattern-Matching, UFCS,inference; LLVM . example:☆75Updated 10 years ago
- print_f64 implementation purely in assembly without using any 3rd party dependencies including libc, libm, etc.☆12Updated 4 years ago
- A programming language written in C# that will compile to IL. (still very WIP)☆24Updated 5 years ago
- A modern(ish) cross-platform open-source 2D game engine built on top of SDL2. C++98/03/11/14/17 compatible. Requires plf::colony and plf:…☆16Updated 6 years ago
- C++ implementation of a gap buffer.☆57Updated 11 months ago
- No bullshit vector library for C☆81Updated 5 years ago
- Experimental Rust compiler in pure C.☆12Updated 5 years ago
- Box2D is an open source C++ engine for simulating rigid bodies in 2D. Box2D is developed by Erin Catto and has the zlib license.☆30Updated 9 years ago
- Lambda Calculus based, interpreted programming language that recognizes Church encoded structures.☆44Updated 8 years ago
- Single header file C++ library that provides IEEE 754 floating point types.☆23Updated 5 years ago
- Tiny and naive memory allocator for C unit tests☆24Updated 4 years ago
- Anonymous functions in C☆259Updated 5 years ago
- The Sparrow programming language☆83Updated 5 years ago
- The Zenon programming language☆78Updated 6 months ago
- A simple library to provide RAII in standard-compliant C99, using raii_with(resource, initializer, destructor) { ... }-syntax:☆43Updated 7 years ago
- Correct by Construction : a presentation given at C++ on Sea 2020☆22Updated 5 years ago
- Work done today for the glory of tomorrow - or, C and C++ systems programming papers.☆60Updated this week
- OLD. FOR NEW GO TO sha512sum.xyz☆11Updated last year
- A public domain text editor written in C and Win32☆43Updated 4 years ago
- A simple streaming library☆133Updated 4 years ago
- compile time assembly interpreter☆86Updated 7 years ago
- lambda calculus interpreter☆44Updated 4 years ago
- Functional Template Library for Modern C++☆43Updated 4 years ago
- Yet another (but better) modern OpenGL hello world