aboutsummaryrefslogtreecommitdiff
path: root/NeoRuntime/Runtime/neo_runtime.py
Commit message (Collapse)AuthorAgeFilesLines
* :bug: Small bugfixesJakob Stendahl2022-04-281-1/+1
|
* :sparkles: Blank pixels on exitJakob Stendahl2021-10-211-0/+1
|
* :lipstick: Improve simulation by changing to using a svg. and some small fixesJakob Stendahl2021-10-211-3/+5
|
* :sparkles: Add attempt at the "simulation"Jakob Stendahl2021-10-211-0/+21
|
* :construction: Make python 3.5 compatible and fix some weird bugsjakobst1n2021-10-101-17/+18
|
* :art: Add optional deltatime parameter to all each_ method of NeoBehaviourJakob Stendahl2021-10-061-10/+29
|
* :sprakles: Add BooleanVariableJakob Stendahl2021-10-031-8/+6
|
* :building_construction: Use UNIX socket for IPC instead of stdin/outJakob Stendahl2021-10-031-36/+105
|
* :boom: Introduce new UI based on svelte, and rewrite a lot of the node app ↵Jakob Stendahl2021-09-191-0/+177
and the NeoRuntime