File: README

package info (click to toggle)
tiled-qt 1.2.1%2Bdfsg.1-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 31,084 kB
  • sloc: cpp: 85,970; java: 3,602; python: 1,469; xml: 1,251; sh: 56; makefile: 32; ruby: 15
file content (24 lines) | stat: -rw-r--r-- 892 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Java TMX Viewer example
=======================

This is a simple example application showing how to use libtiled-java to load
and view a Tiled map file.

Trying it out in IntelliJ IDEA
------------------------------

Open tiled-java.ipr in IntelliJ IDEA and press Run to launch it. It will popup
a dialog with a field to enter parameters. The map you want to view should be
entered there.

Trying it out from the command line
-----------------------------------

The tmxviewer-java needs libtiled-java to be compiled first to add libtiled
dependency to your local Maven repository.

The Apache 'Maven' build tool is used to build from the command line.

* Run 'mvn clean install' in the libtiled-java directory to build libtiled.jar
* Go to the tmxviewer-java directory and run 'mvn clean install' there to compile it
* Launch the TMX Viewer using 'java -jar tmxviewer-<Version>.jar [file]'