An embeddable, thread-safe implementation of the cubescript language
 
 
Go to file
Daniel Kolesa b6e567df51 switch libcubescript readme to c++14 2015-12-25 16:43:33 +01:00
COPYING.md initial commit 2015-07-31 19:53:29 +01:00
README.md switch libcubescript readme to c++14 2015-12-25 16:43:33 +01:00
cubescript.cc unexpose raw bytecode ref/unref (always use Bytecode objects) 2015-12-24 15:57:19 +01:00
cubescript.hh remove unused method 2015-12-24 15:58:50 +01:00

README.md

libcubescript

This is an embeddable version of the CubeScript implementation from the Cube 2 engine.

It depends on the latest Git version of OctaSTD:

https://git.octaforge.org/tools/octastd.git/ https://github.com/OctaForge/OctaSTD

Currently the API is unstable and the whole thing is a work in progress.

You can compile your application with it like:

c++ myapp.cc cubescript.cc -o myapp -std=c++14 -Wall -Wextra -I. -Ipath/to/octastd

See COPYING.md for licensing information.