-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathschema.js
More file actions
14 lines (14 loc) · 881 Bytes
/
schema.js
File metadata and controls
14 lines (14 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "Basis",
"alternateName": "BasisVR",
"url": "https://basisvr.org",
"codeRepository": "https://github.com/BasisVR/basis",
"programmingLanguage": ["C#", "Unity"],
"license": "https://opensource.org/license/mit/",
"keywords": "VR, social VR, networked VR, framework, open source, Unity",
"applicationCategory": "DeveloperApplication",
"description": "An open-source VR framework to bootstrap presence, spatialization, and embodiment.",
"publisher": { "@type": "Organization", "name": "BasisVR" }
}