mirror of
https://github.com/project-SIMPLE/simple.toolchain.git
synced 2026-07-09 10:10:22 +00:00
No description
https://doc.project-simple.eu/
- AGS Script 44.5%
- C# 31.2%
- Java 7.7%
- ShaderLab 3.8%
- GAML 3.7%
- Other 9.1%
| .github/workflows | ||
| GAMA Plugin | ||
| Unity Template VR | ||
| .DS_Store | ||
| README.md | ||
SIMPLE Toolchain
This repository contains the two components needed to author and run VR simulations with SIMPLE:
| Component | Description |
|---|---|
GAMA Plugin/ |
Eclipse plugin that extends GAMA with GAML species, operators, and an experiment type for connecting simulations to Unity |
Unity Template VR/ |
Unity 6 project template that students open to join a SIMPLE session on a Meta Quest headset |
Full documentation → doc.project-simple.eu
Requirements
GAMA Plugin
- GAMA 2025-06 or later
- JDK 21 and Maven 3.x (to build from source)
Install via GAMA's Help > Install New Software, using the update site:
https://project-simple.github.io/simple.toolchain/
Unity Template VR
- Unity Editor 6000.3.8f1 — exact version required
- Modules: Android Build Support (with OpenJDK + Android SDK & NDK Tools)
Windows: verify that
Assets/Plugins/websocket-sharp.dllis present before building.
Documentation
| Topic | Link |
|---|---|
| GAMA Plugin installation | doc.project-simple.eu/gama/installation |
| GAML API reference | doc.project-simple.eu/gama/api |
| Unity template installation | doc.project-simple.eu/unity/installation |
| Unity template reference | doc.project-simple.eu/unity/template-reference |
| How-to guides | doc.project-simple.eu/unity/how-to |
| Step-by-step tutorial | doc.project-simple.eu/tutorials |
| Building from source | doc.project-simple.eu/advanced/building-from-source |