Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
delebash committed Mar 22, 2022
1 parent 71243a9 commit 51aa854
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# UnrealGDAL: Unreal Engine GDAL plugin
# This repository provides compiled Biraries of the UnrealGDAL plugin.

Download the plugin in the releases page for your Unreal Engine Version.



## UnrealGDAL: Unreal Engine GDAL plugin

This plugin provides access to the [GDAL/OGR](https://gdal.org/) C++ API inside the Unreal Engine, allowing Unreal projects and plugins to easily import and manipulate geospatial data. In addition to providing access to the full GDAL/OGR C++ API surface, the plugin bundles the header-only [mergetiff](https://github.com/adamrehn/mergetiff-cxx) library for providing [convenient smart pointer types](./Source/UnrealGDAL/Public/SmartPointers.h), and includes [interoperability functionality](./Source/UnrealGDAL/Public/GDALHelpers.h) for accessing the GDAL/OGR API using native Unreal Engine datatypes.

Expand Down

0 comments on commit 51aa854

Please sign in to comment.