Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Mad

Pages: [1]
1
DotNet / Map and Map Editor
« on: August 30, 2013, 07:59:43 pm »
Hello all!

After the great feedback coding a particle system (see http://en.sfml-dev.org/forums/index.php?topic=12788.0 ), I have now another question.

Coding makes fun, but it's not neccessary to build the wheel again and again, if someone has a good solution.  :D

So, i need a mapsystem for 2d map tiles. There are several examples out there, but I want to use an existing Map Tile Editor (with multi layers).
Perhaps an editor like iTile: http://tide.codeplex.com/
or Tiled http://www.mapeditor.org/
Has anybody an existing solution for this and want's to share it?  :D

2
DotNet / c# example for particle system?
« on: August 27, 2013, 01:57:31 pm »
Hello!

I've found a lot of c++ examples for particle systems, but c++ is really not my passion.  ???

So can someone give me an example class for a particle system in C# ?

Thanks!!!  :)

3
DotNet / missing methods in 2.0/2.1?
« on: August 26, 2013, 04:14:05 pm »
Hello!

I'm using SFML 2.0.
I've found a small sfml example (1.6), but there are some missing methods/properties, whene I try to compile the source.

Can someone help me, where I can find those things in 2.0:
sprite.TransformToGlobal(new Vector2f(10,10));
sprite.TransformToLocal(new Vector2f(10,10));
sprite.SubRect

Many thanks.

cheers,
Mad

best regards

Pages: [1]