This repository has been archived on 2024-08-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2024-06-12 17:15:40 +03:00
2024-04-27 11:42:14 +03:00
2024-05-09 18:01:28 +03:00
2024-01-06 01:46:36 +03:00
2024-05-09 18:08:18 +03:00
2024-05-09 18:08:18 +03:00
2024-06-12 17:14:01 +03:00
2024-03-03 14:56:01 +03:00
2024-03-03 14:56:01 +03:00

The Cyberida State Machine Library

The C library for processing CyberiadaML - the version of GraphML for storing state machine graphs used by the Cyberiada Project, the Berloga Project games and the Orbita Simulator.

The code is distributed under the Lesser GNU Public License (version 3), the documentation -- under the GNU Free Documentation License (version 1.3).

Requirements

  • build-essential
  • libxml2-dev
  • cmake (version 3.12+)

Installation

Create build directory: mkdir build && cd build

Run cmake .. to build the library binaries and the test program.

Run make install to install the library.

Use CMake parameters to change the build type / installation prefix / etc.

Description
The C library for processing the Cyberiada state machine graphs
Readme 172 KiB
Languages
C 98.8%
CMake 1.2%