GeoTool is a map viewer/editor for Lego Rock Raiders, written in D and OpenGL3.
- Install DMD (or another D compiler) and DUB.
- Install or build GLFW, DevIL, and cimgui (on Windows, put the DLLs in the geotool/bin/ folder where GeoTool will be built).
- Open a terminal/command prompt in the geotool/ folder (containing dub.json) and type
dub
ordub --build=release
. DUB will download the dependencies and build GeoTool.
MIT - https://opensource.org/licenses/MIT
D Compiler: DMD v2.072.1 - http://dlang.org/download.html#dmd
D Package Manager: DUB - http://code.dlang.org/download
Window context library: GLFW - http://www.glfw.org/
Image loading library: DevIL - http://openil.sourceforge.net/
GUI: cimgui (C API for ImGui) - https://github.com/Extrawurst/cimgui
Derelict bindings [Util, GL3, GLFW, IL, ImGui] - https://github.com/DerelictOrg
MinGW GCC (for compiling cimgui) - http://www.mingw.org/
GitHub repository - https://github.com/sheepandshepherd/geotool
RRU forum topic - http://www.rockraidersunited.com/topic/6249-geotool/