just finished a 2d map editor
-
- Posts: 230
- Joined: Mon Oct 10, 2005 2:24 am
just finished a 2d map editor
Just finished a 2d map editor using GDI+, cost me about one day.
functions: tile-based maps, you may edit values of each tile of a tileset, specify the dimensions of the tileset, import/export map data to file.
operate method: changed values by mouse left/right button, zoom the view by wheel, pan the view by middle button.
As having searched the internet for a long time not found any suitable tiled editor,I made my own one.
Now, I may edit my map for the A* algorithm...
though it's a 2D soft, but can be used for 3d projects if the terrian is a 2D plane.
I am going to make it open source when not busy.
functions: tile-based maps, you may edit values of each tile of a tileset, specify the dimensions of the tileset, import/export map data to file.
operate method: changed values by mouse left/right button, zoom the view by wheel, pan the view by middle button.
As having searched the internet for a long time not found any suitable tiled editor,I made my own one.
Now, I may edit my map for the A* algorithm...
though it's a 2D soft, but can be used for 3d projects if the terrian is a 2D plane.
I am going to make it open source when not busy.
-
- Posts: 275
- Joined: Fri May 12, 2006 6:37 pm
- Location: Germany
do you think i can use it for my tile based 3d map?
because i worked on one myself but it is very basic...
because i worked on one myself but it is very basic...
My Blog: http://www.freakybytes.org
-
- Posts: 230
- Joined: Mon Oct 10, 2005 2:24 am
-
- Posts: 448
- Joined: Tue Oct 05, 2004 3:24 am
- Location: Boston, MA
You could use photobucket.com I want to see some screens sounds nice.
Irrlicht Moderator || Game Designer
Learn the basics at </dream.in.code>
Learn the basics at </dream.in.code>
-
- Posts: 230
- Joined: Mon Oct 10, 2005 2:24 am
-
- Posts: 230
- Joined: Mon Oct 10, 2005 2:24 am
-
- Posts: 6
- Joined: Fri Jun 23, 2006 10:48 pm
-
- Posts: 230
- Joined: Mon Oct 10, 2005 2:24 am