Articles
- 17 Dec 17 An educational python implementation of a bitcoin-like blockchain
- 19 Aug 16 Kaggle Ultrasound Nerve Segmentation (25th with 0.70679 final ranking)
- 30 May 16 Kinfu for Google Tango devkit
- 16 Apr 15 Exposing aligned Eigen::Quaternionf with boost::python
- 30 Aug 13 D-Link DWA-131 USB key wifi adapter with Ubuntu 13.04
- 15 Feb 13 myzivi.ch : swiss civilian service search
- 27 Sep 12 Some notes on OpenCV findFundamentalMat
- 27 Aug 10 NDK : loading resources and assets from native code
- 05 Oct 04 Modèles MD5 - Chargement & Animation
Projects
Have a look at my github repository for some of my open source work.Old projects
Zoob
Zoob is an Android game. It has its dedicated page.
Scala md5 loader
A MD5 model (Doom 3) loader that is written in Scala/OpenGL. Performs per-pixel lighting with bump mapping and specular lighting. Render shadows using basic shadow maps.
The code is on github.
Libfont
A small C++/OpenGL library that can load a Freetype font and create a texture atlas for it. It is then possible to render arbitrary text string using the font by using the generated texture directly (without using freetype), which is very fast.
The code is available on github.
Terminal g33k
This is an abandoned project that I started with a friend in 2005. The goal was to create a 3D engine for a FPS game. The engine can load Quake 3 maps and Doom 3 models. It has basic physics (walk, jump, climb stairs) and basic lighting. It has written from scratch using C++, SDL and OpenGL.
The code is available on github.