Skip to content
View iwer's full-sized avatar
  • 3. planet
Block or Report

Block or report iwer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. GeotiffLandscape GeotiffLandscape Public

    Unreal Engine Plugin to support geotiff as landscape file format.

    C++ 64 12

  2. GeoReference GeoReference Public

    Unreal Engine Plugin to provide a spatial reference between geo-coordinates and game-coordinates.

    C++ 43 13

  3. ShpGeometry ShpGeometry Public

    Unreal Engine Plugin to import ESRI shape files (only polygons for now).

    C++ 14 13

  4. SpatialGeometryTools SpatialGeometryTools Public

    Unreal Engine Plugin to help generating spatial geometry.

    C++ 14 4

  5. SumoUE4 SumoUE4 Public

    Unreal Engine Plugin to import Sumo *.net.xml road networks

    C++ 7 4

  6. A writeup of how to to get UnrealGDA... A writeup of how to to get UnrealGDAL based projects up-and-running with Unreal Engine 5
    1
    # UnrealGDAL based plugin setup
    2
    
                  
    3
    UnrealGDAL utilizes a python based cli tool to build thirdparty libraries with the Unreal toolchain and to include the build artifacts into the Unreal project build process. It is built around the conan C++ package manager.
    4
    
                  
    5
    There are several gotchas on the way to migrating the stack like: UE dependencies changing requiring conan recipe changes, conan upgrading to 2.0, ubuntu phasing out old autotools and so on...