Skip to content
std::gregwar edited this page May 30, 2017 · 7 revisions

ELVE

Elve stand for ELVE Logic Visualization Engine.

It is both an desktop application and a Library that you can include in your own framework and provides primitives and more for logic visualization and more.

Elve framework is splitted in parts, including:

  • Core library: what you should include and link against to embed ELVE in your app.
  • ELVE app: uses the core to provide a stand-alone visualization software
  • Plugins: allow extension of the behaviour of the tool. Loadable by both standalone ELVE and embedded ELVE Core.

As a beginner with ELVE app you might want to take a look at the First Steps.

Clone this wiki locally