libmoldeo is the core library of Moldeo framework.
We recommend to visit Moldeo Installer to check the best way to compile and install the full platform.
In a linux terminal run:
git clone http://github.com/moldeo/libmoldeo
cd libmoldeo
./autogen.sh
make
sudo make install
Moldeo is an open source framework that allows the experimentation of new artistic, scientific and communicational concepts with new computer graphics technologies. It is an open source development that allows the creation of interactive environments with 2D, 3D animation and video elements as well as digital effects in real time.
libmoldeo is builded over other libraries and open source community code.
Moldeo is already in the beta state but still in heavy development.
Moldeo Module | Description | Language | Dependencies |
---|---|---|---|
libmoldeo | Core Library | C/C++ | Boost, OpenGL, muParser, FreeImage, GStreamer, |
moldeoplayer | Player (command line project player) | C/C++ | SDL2, SDL1, GLUT |
moldeonet | Graphical User Interfaces (GUIs) | Javascript, HTML5 | libmoldeo, nw.js, d3.js, jQuery, bootstrap |
moldeoplugins | Plugins | C/C++ | libmoldeo... |
moldeosamples | Full examples | XML/Lua | libmoldeo, moldeoplayer |
moldeoinstaller | Platform Installer for Linux, OSX | XML/Lua | All |
moldeodirector | Interface Development Environment (IDE) | C/C++ | libmoldeo, wxWidgets |
libwxmoldeocontrols | WxWidgets Moldeo Controls (IDE Widgets Controls) | C/C++ | libmoldeo, wxWidgets |