-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgem.json
34 lines (34 loc) · 1.13 KB
/
gem.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"gem_name": "Open3DE-ExtSimInt-Gem",
"version": "0.0.1",
"display_name": "External Simulation Integration",
"license": "License used i.e. Apache-2.0 or MIT",
"license_url": "Link to the license web site i.e. https://opensource.org/licenses/Apache-2.0",
"origin": "Anton Nedogarok",
"origin_url": "https://github.com/Ornstein89/Open3DE-ExtSimInt-Gem",
"type": "Code",
"summary": "Open3D engine Gem providing integration with external simulation model: video output to external model and motion input from external model",
"canonical_tags": [
"Gem"
],
"user_tags": [
"External",
"Input",
"Output",
"Utility",
"IPC",
"InterProcessCommunication",
"Open3DE-ExtSimInt-Gem"
],
"platforms": [
"Windows"
],
"icon_path": "",
"requirements": "",
"documentation_url": "https://github.com/Ornstein89/Open3DE-ExtSimInt-Gem",
"dependencies": [],
"repo_uri": "https://github.com/Ornstein89/Open3DE-ExtSimInt-Gem",
"compatible_engines": [],
"engine_api_dependencies": [],
"restricted": "Open3DE-ExtSimInt-Gem"
}