tiled-qt-0.4.0

所属分类:GIS/地图编程
开发工具:QT
文件大小:830KB
下载次数:34
上传日期:2010-04-23 10:10:18
上 传 者zheng1989xin
说明:  基本的地图编辑器 内有三张样板图 可以提供参考学习
(The basic map editor has three model can provide reference for learning)

文件列表:
tiled-qt-0.4.0 (0, 2010-04-02)
tiled-qt-0.4.0\pax_global_header (52, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0 (0, 2010-04-12)
tiled-qt-0.4.0\tiled-qt-0.4.0\.LICENSE-HEADER (846, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\.mailmap (42, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\AUTHORS (601, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\COPYING (17980, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\NEWS (1738, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\docs (0, 2010-04-02)
tiled-qt-0.4.0\tiled-qt-0.4.0\docs\Doxyfile (9290, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\examples (0, 2010-04-02)
tiled-qt-0.4.0\tiled-qt-0.4.0\examples\desert.tmx (897, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\examples\isometric.tmx (1292, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\examples\isometric_tileset.jpg (13199, 2010-04-23)
tiled-qt-0.4.0\tiled-qt-0.4.0\examples\sewer_tileset.jpg (29736, 2010-04-23)
tiled-qt-0.4.0\tiled-qt-0.4.0\examples\sewers.tmx (1144, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\examples\tmw_desert_spacing.jpg (76983, 2010-04-23)
tiled-qt-0.4.0\tiled-qt-0.4.0\make-dist.sh (211, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\src (0, 2010-04-02)
tiled-qt-0.4.0\tiled-qt-0.4.0\src ui汉化 (0, 2010-04-14)
tiled-qt-0.4.0\tiled-qt-0.4.0\src ui汉化\aboutdialog.cpp (1109, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\src ui汉化\aboutdialog.h (1181, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\src ui汉化\aboutdialog.ui (6543, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\src ui汉化\abstracttiletool.cpp (4305, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\src ui汉化\abstracttiletool.h (3661, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\src ui汉化\abstracttool.cpp (1213, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\src ui汉化\abstracttool.h (3884, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\src ui汉化\addremovelayer.cpp (1974, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\src ui汉化\addremovelayer.h (2379, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\src ui汉化\addremovemapobject.cpp (2644, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\src ui汉化\addremovemapobject.h (2216, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\src ui汉化\brushitem.cpp (3499, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\src ui汉化\brushitem.h (2226, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\src ui汉化\bucketfilltool.cpp (6107, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\src ui汉化\bucketfilltool.h (2213, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\src ui汉化\changemapobject.cpp (1830, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\src ui汉化\changemapobject.h (1570, 2010-01-31)
tiled-qt-0.4.0\tiled-qt-0.4.0\src ui汉化\changeobjectgroupproperties.cpp (1715, 2010-01-31)
... ...

Tiled Map Editor - http://mapeditor.org/ ABOUT TILED Tiled is a general purpose tile map editor. It is meant to be used for editing maps of any tile-based game, be it an RPG, a platformer or a Breakout clone. Tiled is very flexible, for example there are no restrictions on map size, tile size or the number of layers or tiles. Also, it allows arbitrary properties to be set on the map, its layers, the tiles or on the objects. Its map format (TMX) is relatively easy to understand and allows a map to use multiple tilesets while also allowing each tileset to grow or shrink as necessary later. ABOUT THE QT VERSION Tiled was originally written in Java. In 2008 the Qt version was started with the goal to replace the Java version with a faster, better looking and even easier to use map editor. Qt offers many opportunities to improve the performance and usability of the user interface, and has a more extensive feature set than the standard Java libraries. In starting from scratch, we'll also try to do some things better than they are done in the original Tiled. For example we will try to not only use input/output plugins, but anything from brushes to object types and maybe even map views may be possible to provide via a plugin. Plugins may also be able to provide parts of the user interface. COMPILING If you have Qt (>= 4.5) development libraries installed, you can compile by running: $ qmake $ make To do a shadow build, you can run qmake from a different directory and refer it to tiled.pro, for example: $ mkdir build $ cd build $ qmake ../tiled.pro $ make There is currently no install target, just run bin/tiled. The binary is self- contained, so installing it can be done by just copying it somewhere.

近期下载者

相关文件


收藏者