Skip to content

a landscape visualization prototype implemented with godot

License

Notifications You must be signed in to change notification settings

DavidPgl/landscapelab

 
 

Repository files navigation

LandscapeLab

grafik grafik

Setup

  • Get the latest Geodot build for your platform and copy the addons/geodot folder into this project
  • Copy Setup/configuration.ini to configuration.ini in the user:// path (AppData on Windows, .local/share on Linux) and adapt the GeoPackage path
    • On Linux, you can also use Setup/setup_linux.sh for this
  • Open the Godot project
  • Run the main scene

We currently don't provide an executable runtime package.

Using the optional Python features

  1. Install the PythonScript addon from the Godot Assetlib (the tab next to 2D, 3D and Script)
  2. Run ensurepip in the installed Python environment (on Linux: addons/pythonscript/x11-64/bin/python3.8 -m ensurepip)
  3. Install the requirements: addons/pythonscript/x11-64/bin/python3.8 -m pip install -r Python/requirements.txt

Credits

A build of our Geodot plugin is included, along with the required GDAL library. All credits for GDAL go to OSGeo/gdal (license).

About

a landscape visualization prototype implemented with godot

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • GDScript 45.0%
  • C++ 23.4%
  • C# 16.9%
  • C 8.3%
  • GLSL 6.0%
  • Python 0.3%
  • Other 0.1%