File: README.md

package info (click to toggle)
tiled-qt 1.11.90-1
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 40,304 kB
  • sloc: cpp: 125,078; java: 4,174; python: 1,634; xml: 1,524; sh: 427; makefile: 67; ruby: 15
file content (22 lines) | stat: -rw-r--r-- 703 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
# Java library and sample project to view Tiled files

## Folders description

* `libtiled-java` - contains source code for a library that adds support of Tiled maps to your java project.
* `tmx-viewer-java` - sample project, that uses `libtiled-java` to view Tiled map files.

Every folder contains a `README.md` related to its contents.



## Packaging the project

Make sure you have properly installed [Apache Maven](https://maven.apache.org/) on your computer.

Open current folder in terminal (cmd, power shell, etc) and run the command:

    mvn package

As the command run has completed, check the following folders:

`/libtiled-java/target` and `tmxviewer-java/target` for generated jar files.