Header middleImage Spacer HeaderEnd
InterBaloon1 Home InterBaloon2 Research InterBaloon3 Teaching InterBaloon4 others
BottomSpace

OtherStuff

Quick Links: MoreAboutMe - Past Projects


More About Me

 

Lucia
Lilly
Bartolomeo

I'm happily living in a small town near Verona with my girlfriend Lucia. As you can from the photo(top) she's a vet.

I'm sharing my flat also with Lilly (middle), a small Cavalier Charles King Spaniel dog and Bartolomeo (bottom), a very lazy Chinchilla Persian cat.

 


Past Projects

Wiiamp - a Wiimote-Winamp interface
wiiAmp
Wiiamp is a free little application that let you control winamp media player through a nintendo wiimote controller. You must have a nintendo wiimote controller and a compatible bluetooth device to run this program. (Last Update: September 2007)

Download(Bin)

 

LitS - a 3d RealTime Rendering engine
LitsScreen

LitS is a free, opensource, real time 3d rendering engine. It's my first complete personal project about 3d computer graphics. (Last Update: May 2006)

Feautures currently implemented:
- SceneGraph.
- Frustum culling.
- Animation support.
- Particles support.
- Vertex Buffered Object support.
- Free 3d movements.
- Basic terrain support.
- Basic 3ds model support.
- Memory management through SmartPointers.
- Math subsystem( supports Vectors, planes, spheres, matrices, quaternions and
colors)
- Texture support (multitexture).
- Lights and materials management.
- Normals automatic generation.
- Fog(volumetric) support.
- Fixed pipeline effects support.
- Nvidia cg Shaders support.
- Opengl Renderer.
- Image loading through SDL image.
- Font loading through freetype2.

Download Full bundle - Source code, executable test files, compiled windows static library. (about 6.5mb)
Download Only source code - Download only the source code of the engine. (about 300kb)
Download Only tests - Download only the compiled windows tests.(about 4mb)

 

)
Dynamic motion planning simulation
DynamicMotionPlanning
This is a dynamic motion planning test simulation that uses the Velocity Obstacles and Non linear Velocity Obstacles paradigms. It has been developed using c++ and Lits 3d engine v0.5. (Last Update: September 2006)

Download Full bundle - Source code, documentation(in italian) and executable test files (about 2mb).

 

B-Splines Nurbs Curve and surfaces example
BSplines
This software is a collection of some simple nurbs - bsplines curve and surfaces example, using my 3d engine Lits. (Last Update: July 2006)

Download Full bundle - Source code, documentation(in italian) and executable test files(about 1.5mb)

 

RTInterface
This is a generic php interface for mysql and it's intended for educational purpose:).
I've done this script just for learning, reading some tutorials found on the net.
The script uses php classes and objects to comunicate with the mysql db. (Last Update: December 2005)

Download .:. View Example

 

RTGuestbook
This is a very simple guestbook that requires mysql and php4 to run. My first php script:) (Last Update: September 2005)

Download

 

RTNews
This script is a very simple news poster that requires MySql and php4 to run. (Last Update: September 2005)

Download

 

RTCounter
This script is a very simple php counter that doesn't requires mysql and keeps track of how many unique pageviews your site has. (Last Update: September 2005)

Download

 

RTRandomImage
This script is a very simple php random images and text loader that doesn't requires mysql to run. (Last Update: September 2005)

Download