Labs

This page is intended to give a brief overview of the projects contained in my personal subversion repository. The repository is basically consisted of prototypes I have done (some of them not yet fully functional), so if you find some piece of code useful, feel free to use it. I also would be really glad to receive patches for the projects.

carros

Carros

This application plots the rotation x speed relation for a given set of cars. There is a file containing already some car models (not all models there were properly updated/verified though). If you get information about new car models, please send patches.

Getting the code:

git clone http://git.gustavoboiko.org/carros.git

cartoonizer

Cartoonizer

This application is a test I was doing at combining some image processing technics for generating cartoon-like drawings from images. The results I got so far are not that great, but it is already a starting point for something more professional.

Getting the code:

git clone http://git.gustavoboiko.org/cartoonizer.git

Chess

Chess

This chess player uses the Qt Graphics View framework. The pieces are drawn using SVG files. The local playing mode uses gnuchess as the engine for the computer player. There is an initial implementation for a network playing mode (but still not fully functional).

This game is far from being complete, but it is a nice demo for showing some of the Qt capabilities (such as SVG rendering, process handling, network communication and a powerful canvas).

Getting the code:

git clone http://git.gustavoboiko.org/chess.git

Photoviewer

Photoviewer

A photoviewer that mimics some of the concepts shown in the Canola’s photo viewer interface. It makes use of the Qt graphics view framework and exiv2 (to get picture rotation).

Getting the code:

git clone http://git.gustavoboiko.org/photoviewer.git

Simple applications

Simple Applications

A collection of code snippets and applications that are not big enough to justify being considered projects

Getting the code:

git clone http://git.gustavoboiko.org/simple_programs.git

yafaray-logo

YafaRay

My personal clone of the YafaRay svn repository, in which I do some experiments and work on code until I get it ready for upstream submission.

Getting the code:

git clone http://git.gustavoboiko.org/yafaray.git

Simple applications

librandr

A Qt/C++ wrapper library for the X RandR extension. Based on krandrtray code.

Getting the code:

git clone http://git.gustavoboiko.org/librandr.git

2 Comments

Leave a Reply