October 13th, 2009
I have been working on sharpallegro lately, which is still far from complete. But after being able to port most of the examples, I think it has enough funcionalities to be used in your own projects.
I’m also using it to develop some small games you will see soon and I found it to be quite mature.
If you need an idea of what sharpallegro is capable of, take a look at the Screenshot Section
Read the rest of this entry »
Tags: allegro, c#, game development
Posted in sharpallegro | No Comments »
October 8th, 2009
Not much of an update, but I improved my php script to generate lines graph.
Since I had the need to display more than one graph at once, here comes version 0.2.0, togehter with some other nice new features

Read the rest of this entry »
Tags: graph, image, lines, php
Posted in Uncategorized | No Comments »
September 22nd, 2009
While working on a small game I needed something to approximate bouncing ball behaviour.
So I decided to treat it as a separate project and here comes: sharpcollision.

Features:
- Different shapes: circles, boxes and polygons
- Friction and gravity approximations
Read the rest of this entry »
Posted in sharpallegro | No Comments »
September 16th, 2009
This article will explain how to setup a building environment to compile dependencies required by The Mana World.
Read the rest of this entry »
Posted in tmw | No Comments »
July 29th, 2008
Since I was tired of creating ugly bar graphs I decided to explore an easy way to create a lines graph, mostly inspired by Google Analytics graphs. Ok nothing so advanced but the result is quite nice for my needs.
You can configure the image created by the script using the following parameters:
- w: width of the graph
- h: height of the graph
- points: array of values separated by commas representing the points in the graph
- labels: array of labels separated by commas to be displayed horizontally
- rows: number of rows
- color: the desired color in rgb format, values separated by commas
- style: 1) bordered circle endpoints 2) filled circles endpoints
Following a couple of examples with parameters used:
graph.php?w=500&h=300&points=9,3,5,2,4,8,5
&labels=mon,tue,wed,thu,fri,sat,sun&rows=4
&color=0,119,204&style=1

Read the rest of this entry »
Tags: graph, lines, php
Posted in Uncategorized | No Comments »
July 16th, 2008
A little fresh update to sharpcapture. New features:
- Zoom window
- Image editing

Download: SharpCapture 0.0.2 (147)
Tags: c#, screen capture, sharpcapture
Posted in Uncategorized | No Comments »
July 16th, 2008
This tutorial explain how to create your very first “Hello world” application using sharpallegro.
Read the rest of this entry »
Tags: allegro, c#, game development, hello world, sharpallegro, tutorial
Posted in sharpallegro | No Comments »
July 13th, 2008
Right after the first article, I realized I could improve the bar and make one to be used for my website:

Curious? Follow the tutorial.
Read the rest of this entry »
Tags: glossy, the gimp, tutorial, vista
Posted in gimp | No Comments »
July 4th, 2008
Have you ever wanted to create a glossy bar like the one in Windows Vista?

Follow this easy tutorial and you’ll get there.
Read the rest of this entry »
Tags: glossy, the gimp, tutorial, vista
Posted in gimp | No Comments »
July 1st, 2008
First I’d like to thank everyone who nominated TMW. Your help is really appreciated.
The Mana World is one of the finalists for the “Best Project for Gamers”.
Again I’m asking you to vote if you think this project is worth it.
You can use this banner:

Tags: community choice awards, finalist, sourceforge, the mana world
Posted in themanaworld | No Comments »