From 0be8e2090a307564ea536a449d493088c6cd1e87 Mon Sep 17 00:00:00 2001 From: JohnS <john.schihada@hotmail.com> Date: Wed, 17 Feb 2021 19:32:17 +0100 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index a35e2f82..05dfbb4d 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,22 @@ First, you have to set up a development environment: 1. Open the Unity Hub and add the folder where you cloned this repository to. Then open the project in the hub. 2. Follow the [UFrameIT server installation guide](https://github.com/UniFormal/MMT/blob/devel/src/frameit-mmt/installation.md) to run the server 3. In Unity, select the scene you want to start (the current demo scene is called TreeWorld_02, you can find it at Assets/Scenes) and run the game (Play Button). + +## Useful Links for new Developers +* [Publications](https://kwarc.github.io/bibs/frameit/) + +### UFrameIT Unity Plugin +* [Installation Guide](https://github.com/UFrameIT/UFrameIT/blob/master/README.md) + +### FrameIT Server +* [Installation Guide](https://github.com/UniFormal/MMT/blob/master/src/frameit-mmt/installation.md) +* [Documentation](https://github.com/UniFormal/MMT/blob/master/src/frameit-mmt/README.md) +* [FrameIT Server Request Examples](https://documenter.getpostman.com/view/9866886/TVK5c1nG) +* [MMT API Documentation](https://uniformal.github.io//doc/api/) + +### Formalized Knowledge +* [Installation guide](https://github.com/UFrameIT/archives/blob/master/README.md) +* [How to write a Scroll](https://gl.mathhub.info/FrameIT/frameworld/-/tree/devel/source/Scrolls) +* [MMT Language Documentation](https://uniformal.github.io//doc/language/) +* [MMT Tutorials](https://uniformal.github.io//doc/tutorials/) + -- GitLab