/Cinder-Dart

Dart Scripting for Cinder

Primary LanguageCOtherNOASSERTION

Cinder-Dart

This cinderblock allows you to embed the Dart virtual machine in a cinder (C++) app, providing scripting functionality in a modern web language.

Installation instructions

64-bit binaries for OS X should be downloaded with the following command:

./fetch_libs_mac.sh

Usage

You currently need to get your hands dirty with the embedder's api. See DartBasic for an example of how Dart_Handle's are currently exposed the the app.

Authors