Skip to content
apetkovska edited this page Jun 26, 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 can be embedded into the core library.

The First Steps page explains how to start using the ELVE application.

Clone this wiki locally