ure
ure copied to clipboard
the unRogueEngine
Looks awesome! It would be definitely nice to use `ure` as a maven library.
I've faced with some issues when tried to use ure from Kotlin. I think it'll be nice to cover this in documentation.
https://github.com/gilmore606/ure/blob/cac23dc3f1a7f86b933716574d2336950cf2666a/src/main/java/ure/ui/RexFile.java#L45 ReadAllBytes is introduced in Java9, Since you're already inluding Apache Commons IO, I think you can replace it with the following and avoid the Java9 Dependency. byte[] decompressed =...
https://github.com/gilmore606/ure/blob/ca2e960c750a78d60b38ab0c16e218f112024201/src/main/java/ure/sys/Injector.java#L5 After cloning out Master, this class is missing.
md docs are incomplete examplegame startup doc is out of date
If you add a new terrain in terrain.json, the app crashes on startup because there is no icon associated with it. Wade was trying to add a terrain and edit...
add upath utility funcs for creating dijkstra maps http://www.roguebasin.com/index.php?title=The_Incredible_Power_of_Dijkstra_Maps http://www.roguebasin.com/index.php?title=Dijkstra_Maps_Visualized
Landscaper needs method to stamp a vault into an area (via name from preloaded vaultset), optionally rotated or mirrored.
Same concept/object should apply to both Includes keys
when changing the glyph/tile size with alt +/-, at some sizes certain glyphs vanish.