Paul Bird commited on
Commit
ce1d50e
1 Parent(s): 9be3f67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ # Neural Cellular Automata in Unity Sentis Format
6
+ This is the [Neural Cellular Automat](https://distill.pub/2020/growing-ca/) model in Sentis Format to run in Unity 2023.
7
+
8
+ There are three trained files which create a turtle 🐢, lizard 🦎 and a 💩.
9
+
10
+ ## How to use
11
+ * Create a new scene in Unity 2023
12
+ * Add the `RunAutomata.cs` to the Main Camera
13
+ * Create a quad or image and attach an unlit transparent material to it.
14
+ * Drag the same material into the `outputMaterial` field
15
+ * You can select the different models in the inspector window
16
+