Skip to content

landswellsong/libxmind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

About

Portable ANSI C library for working with XMind documents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published