forked from BuddaT/WGenerator
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:Eitr/WGenerator
- Loading branch information
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
# MapGenerator | ||
Basic map generation designed for Wurm maps | ||
# Map Generator | ||
Basic map generation designed for Wurm Unlimited | ||
|
||
## Map Api ## | ||
|
||
https://github.com/codeclubab/WurmModServerApi | ||
|
||
|
||
## Project Setup ## | ||
|
||
Eclipse IDE: http://www.eclipse.org/downloads/ | ||
|
||
1. Create a new project in Eclipse | ||
2. Add the map API as an external library | ||
3. Import the packages in this repo into the src folder | ||
|
||
## GUI Builder ## | ||
|
||
Manually building swing interfaces is a nightmare. Use a tool! | ||
|
||
https://eclipse.org/windowbuilder/download.php |