SolidShaper - A tool for creating shapes

Started by
1 comment, last by zorexx 12 years ago

SolidShaper.png



Hi everyone!

I'm here to announce the release of my software, SolidShaper.

What's it for?
When using a collision detection or physics engine, we may encounter a problem, how do we create the shapes to be used in the engine?
We may of course generate them from existing tile maps or so, but this method may not be very efficient when you have a complex or abstract map.
We can also choose to use a vector graphics software like Inkscape, export them as svg, and load them in our game. However, writing an svg reader is quite a hassle, and since it's meant for vector graphics, it contains a lot of information that are useless for our games.

Here, I present to you SolidShaper.
With SolidShaper, you can create shapes in a simple and straightforward way, and export them as shape data (.ssf).
The file format is so simple you can just read and edit it with notepad if you wish to.
To make things even simpler, I've also written an import library for C++ and C#, and will do so too for Python and Java, and maybe a few other languages soon.

Please visit the project page for more information and of course, to download it:
http://www.zorexxlkl.com/solidshaper/

The import libraries are also available on the same page (SSFile).


Donate
SolidShaper is released as a donationware.
It's free to download and use for both personal and commercial use.
However, if you like it, you may show your support by making a donation.


Here are some screenshots (more screenshots available on project page):

Settings:
settings.png

Editing:
editing.png

References:
reference.png
Advertisement
Wrote a sample for using SolidShaper with Box2D and SFML.

This sample loads an ssf file into Box2D bodies and SFML shapes.
Properties such as density, friction, color, etc. can be set directly from SolidShaper.

Video of it in action:
[media]
[/media]

Source code available here:
http://www.zorexxlkl.com/files/downloads/SSFBox2DTest-1.0.1.zip
Just a minor update on SSFile:

SSFile for Java and Python are released.

Downloads available on the project page: http://www.zorexxlkl.com/solidshaper

Edit:
SolidShaper 1.0.1 released.
This release contains several minor bugfixes and improvements.

This topic is closed to new replies.

Advertisement