#scripting-language #back-end #visual #actor #node #script #cao-lo

cao-lang

The back-end of cao-lang, a node based visual scripting language

71 releases

0.2.1 Feb 10, 2024
0.2.0 Sep 23, 2023
0.1.110 Sep 17, 2023
0.1.108 Jan 17, 2023
0.1.39 Aug 17, 2021

#231 in Game dev

Download history 1/week @ 2024-02-06 2/week @ 2024-02-13 49/week @ 2024-02-20 16/week @ 2024-02-27

68 downloads per month

MIT license

300KB
8K SLoC

Cao-Lang

GitHub Workflow Status MIT license Crates.io version PyPI version npm version

The node based "language" that governs the actors in the game CaoLo

Core documentation

Project layout

 |+ cao-lang/           # core library
 |+ c/                  # C interface
 |+ py/                 # Python interface
 |+ wasm/               # WASM interface
 |+ xtask/              # Additional scripts via Cargo
 |  CHANGELOG.md        # Changelog
 |  CMakeLists.txt      # Root cmake file
 |  MANIFEST.in         # Python build dependency
 |  pyproject.toml      # Python build dependency
 |  README.md
 |  setup.py            # Python build dependency
 |  tox.ini             # Python testing dependency
 |  cliff.toml          # git-cliff config

Dependencies

~1–1.8MB
~35K SLoC