Here’s a CT scan viewer I’ve started to experiment with volume rendering:
Category: Hobby Projects, Hacks, Experiments
Projects I’ve started (and sometimes completed) for fun, in my free time.
Winnie: a framebuffer window system
A few weeks ago, I started a minimal window system, which performs software rendering on the linux /dev/fb0. My aim was to learn some systems programming and familiarize myself with concepts like event and device handling, memory management, window management, drawing on the framebuffer, IPC mechanisms etc (and certainly not to create a full linux window system! :)p) I call the program winnie and the code is available on github here: https://github.com/hikiko/winnie/tree/winnie.clients-as-plugins, https://github.com/hikiko/winnie and lp.
The program is not finished yet and I don’t know if I ever finish it, since I came up with new project ideas again.. Nevertheless, you can see some videos of the development stages below if you are interested (most recent first):
A virtual keyboard
Some days ago I came up with the idea of a keyboard that can be used without having to type the letters. The user just stands in front of a camera and scrolls the letters by moving his head or hands to the appropriate direction…
And here it is:
http://www.youtu.be/JS–z8Cx9sQ
Serial IR receiver
Augmented reality snakeball game
A very simplistic snakeball game (not yet complete) I made for fun using C++, OpenGL and OpenCV π
In the video I use a flashlight to move the cursor and collect the balls that appear at random positions. I track the flashlight by locating the largest and brightest blob on each frame and calculating the center of its bounding rectangle.
Path tracer
This is a path tracer I wrote from scratch in C++ for my Advanced Modelling, Rendering and Animation assignment.
Continue reading Path tracer
Hierarchical animation using trigonometric functions.
This is my first OpenGL project: Bob. (a lego-like robot). It’s made by transformed cubes and it is animated using hierarchical body animation with trigonometric functions.
Video:
and screenshots from early stages:
OCR project
Vowel recognition.
Virtual Anatomy Class
Group project for a Virtual Environments MSc course: an anatomy class
The users (supposed to be students) can move around in the class and inspect a virtual skeleton. During the virtual course they can scatter, grab and move the skeleton bones around and try to combine them correctly. The program is written in XVR scripting language. For the scene and the objects 3d studio was used and the skeleton model was taken from www.turbosquid.com.
Here are some shots of the application running on pc:
Ray tracer using axis aligned bounding boxes!
The first ray tracer I wrote (in C++, using SDL to display the pixels). Screenshots:
Code:Β svn://quasar.dnsalias.com/eleni/ray_tracer