Skip to content

sheepandshepherd/geotool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoTool

GeoTool is a map viewer/editor for Lego Rock Raiders, written in D and OpenGL3.

Compiling

  1. Install DMD (or another D compiler) and DUB.
  2. Install or build GLFW, DevIL, and cimgui (on Windows, put the DLLs in the geotool/bin/ folder where GeoTool will be built).
  3. Open a terminal/command prompt in the geotool/ folder (containing dub.json) and type dub or dub --build=release. DUB will download the dependencies and build GeoTool.

License

MIT - https://opensource.org/licenses/MIT

Tools and libraries used

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/

Links

GitHub repository - https://github.com/sheepandshepherd/geotool
RRU forum topic - http://www.rockraidersunited.com/topic/6249-geotool/