Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vedi/native-gateway-unity3d
https://github.com/vedi/native-gateway-unity3d
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vedi/native-gateway-unity3d
- Owner: vedi
- Created: 2014-10-07T20:17:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-08T00:24:51.000Z (about 10 years ago)
- Last Synced: 2024-04-15T01:12:49.377Z (8 months ago)
- Language: C#
- Size: 434 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Native Gateway Unity3d
---It's Unity3d implementation of Native Gateway.
Native Gateway
---Native Gateway allows you to create flexible native extension for cross-platform engines in easy way.
At the moment we consider Unity3d as a primary target platform, but it's easy to create adaptors for other engines / frameworks.
Getting Started
---Import `native-gateway.unitypackage` to your project. It contains all needed stuff.
Configuration
---This package by itself does not need any configuration efforts, it's just a core library of Native Gateway.
Related projects
---This repository includes prebuild native libraries, the sources are available at the following URLs:
* https://github.com/vedi/native-gateway-common-android
* https://github.com/vedi/native-gateway-unity3d-android
* https://github.com/vedi/native-gateway-common-ios
* https://github.com/vedi/native-gateway-unity3d-ios