libcubescript/README.md

19 lines
619 B
Markdown
Raw Normal View History

2015-07-31 18:53:29 +00:00
# libcubescript
This is an embeddable version of the CubeScript implementation from the
2016-07-23 23:16:00 +00:00
Cube 2 engine. The API is highly unstable right now and overall it's a work
in progress.
2015-07-31 18:53:29 +00:00
2015-08-08 16:24:05 +00:00
It depends on the latest Git version of OctaSTD:
https://git.octaforge.org/tools/octastd.git/
https://github.com/OctaForge/OctaSTD
2016-02-23 14:56:28 +00:00
Currently the API is unstable and the whole thing is a work in progress. It
requires C++14, just like OctaSTD does.
2015-08-08 16:24:05 +00:00
2016-08-02 00:27:40 +00:00
The supplied Makefile builds a static library on Unix-like OSes. Link this library
together with your application and everything should just work.
2016-02-23 22:26:23 +00:00
2016-02-07 21:22:39 +00:00
See COPYING.md for licensing information.