====== Download the L3DT Plugin API ====== ===== The API source files ===== ^ Download link |[[http://www.bundysoft.com/L3DT/downloads/zeolite/zeolite_v16.01.zip|zeolite_v16.01.zip]] | ^ Version | 16.01 | ^ Date | 05-Mar-2016 | ^ Size | 91B | ^ Changes | See [[zeolite:changes#v16.01|change log]] for a list of changes. | ^ Compatibility | L3DT release 16.01 or later. | ===== Included in this archive ====== The //Zeolite// API comprises three 'core' files; ''Zeolite.cpp'', ''Zeolite.h'' and ''Zeolite_defines.h''. Also included is the code for several 'wrapper' classes and helper files, which aren't strictly required but are mighty useful. ===== Example plugins ====== Please check out the [[zeolite:downloads:examples|examples]] page for source code for //Zeolite// plugins. ===== Supported languages, development environments ===== All source code is in C++. This code is not specific to any particular IDE, but Microsoft Visual C++ 2008 or later is recommended. Bindings for other languages are possible due to the standard function definitions ((Refer to function definitions in ''Zeolite.h''.)), but have not yet been implemented. ===== Documentation ===== Please consult the [[:zeolite|main Zeolite page]] for on-line documentation. There is no off-line version.