An embeddable, thread-safe implementation of the cubescript language
 
 
 
Go to file
Daniel Kolesa 64d770474f use the new algo stuff 2015-08-11 01:39:25 +01:00
COPYING.md initial commit 2015-07-31 19:53:29 +01:00
README.md better readme 2015-08-08 17:24:05 +01:00
cubescript.cc use the new algo stuff 2015-08-11 01:39:25 +01:00
cubescript.hh start getting rid of null terminated strings 2015-08-09 00:14:56 +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++11 -Wall -Wextra -I. -Ipath/to/octastd

See COPYING.md for licensing information.