Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 574 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 574 Bytes

libxmind

Portable ANSI C library for working with XMind documents. Aimed at allowing the creation of higher level language bindings without major code duplication.

Design goals

  • Written in pure ANSI C;
  • Compilable by CMake;
  • Portable to anywhere one can have a ZIP and an XML library;
  • Abstracts the file I/O and the ADT for major XMind features;
  • Interface and rendering system agnostic;
  • Lua bindings out of the box.

Dependencies

  • zlib $VER
  • libzip $VER
  • libxml2 $VER
  • Something else, huh?