Pinned Repositories
android-ptam
Android implementation of PTAM using the NDK
cpplisp
A small Lisp dialect interpreter written in C++
halide-func
Library of Halide functions
image-based-relighting
Implementation of Image-based Relighting using Neural Networks, with Tensorflow
lightfield_sfr
Matlab code for MS thesis on SFR (spatial frequency response) measure for light field cameras
lytrogl
Lytro light field image viewer with OpenGL
multispectral-interest-points
Source code of my paper about RGB-NIR feature detection
raytracing-one-weekend-zig
Zig implementation of the book Ray Tracing in One Weekend https://raytracing.github.io/books/RayTracingInOneWeekend.html
rust-libraw
Rust bindings to LibRaw library to load RAW image files
water_rendering
Real-time water rendering simulation using heightmaps and OpenGL.
damienfir's Repositories
damienfir/android-ptam
Android implementation of PTAM using the NDK
damienfir/image-based-relighting
Implementation of Image-based Relighting using Neural Networks, with Tensorflow
damienfir/lytrogl
Lytro light field image viewer with OpenGL
damienfir/multispectral-interest-points
Source code of my paper about RGB-NIR feature detection
damienfir/halide-func
Library of Halide functions
damienfir/lightfield_sfr
Matlab code for MS thesis on SFR (spatial frequency response) measure for light field cameras
damienfir/raytracing-one-weekend-zig
Zig implementation of the book Ray Tracing in One Weekend https://raytracing.github.io/books/RayTracingInOneWeekend.html
damienfir/rust-libraw
Rust bindings to LibRaw library to load RAW image files
damienfir/water_rendering
Real-time water rendering simulation using heightmaps and OpenGL.
damienfir/cpplisp
A small Lisp dialect interpreter written in C++
damienfir/damienfir.github.com
Personal homepage
damienfir/exposure
Photo management tool for Linux using OpenCL
damienfir/apt.py
A wrapper for apt
damienfir/craftinginterpreters
Repository for the book "Crafting Interpreters"
damienfir/gme
damienfir/leapimage
Using the Leap Motion controller to interactively view images.
damienfir/minesweeper
Minesweeper clone in Python using pygame
damienfir/multilayer-perceptron
Machine learning algorithm to classify images from a multi-layer perceptron algorithm
damienfir/projectx
damienfir/serenity
The Serenity Operating System 🐞
damienfir/svfs
User space versioned filesystem
damienfir/tomorrow-theme
Tomorrow Theme now lives on at https://github.com/chriskempson/base16
damienfir/ukeepit
damienfir/zen
Experimental operating system written in Zig
damienfir/zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
damienfir/zig-gamedev
Building game development ecosystem for @ziglang!
damienfir/zlox
Zig implementation of Bob Nystrom's clox language from Crafting Interpreters