Skip to content
knicos edited this page Apr 7, 2013 · 8 revisions

Welcome to the Cadence-Embedded wiki!

Cadence is a virtual machine environment based upon a graph structure with dependency formulas on the edges. It was originally developed as a prototype for a PhD research project intending to look at ways of increasing program flexibility. The embedded version is a cut down and optimised VM for embedded devices that allows hardware IO to be connected up using the graph and dependency maintenance. A simple C++ API is provided so that custom modules can be added to the VM to support various kinds of hardware and display interfaces.

Clone this wiki locally