Skip to content
std::gregwar edited this page Jul 2, 2017 · 7 revisions

ELVE: ELVE Logic Visualisation Engine

ELVE can be used in two different ways: First of all, it is a desktop application for visualisation of logic circuits. Second, it can be included in other frameworks as a library that provides primitives for logic visualisation.

ELVE's framework consists of the following parts.

  • A core library, which you should include and link against to embed ELVE in your application.
  • ELVE application, which uses the core library to provide a stand-alone visualisation software.
  • Plug-ins, which extend the behaviour of the tool. The plug-ins can be loaded both by the stand-alone ELVE application and the core library that can be embedded into any other software.

Begin with ELVE