An open API service indexing awesome lists of open source software.

https://github.com/overturetool/tempo-ui

UI bindings for Overture models with DukeScript
https://github.com/overturetool/tempo-ui

Last synced: over 1 year ago
JSON representation

UI bindings for Overture models with DukeScript

Awesome Lists containing this project

README

          

TempoUI -- Modern UIs for VDM
===

General Information
---
TempoUI is a library for building HTML5-based UIs for VDM models using DukeScript
and Overture.

To install TempoUI, check it out and build with Maven; `mvn install -f tempoui/pom.xml`.

Usage
---
To use TempoUI, create a DukeScript Maven project and add the following dependency:
```

org.overturetool
tempoui
1.0-SNAPSHOT

```
For more, see https://github.com/overturetool/tempo-ui/wiki/How-To-Use

Development
---
This project contains several subdirectories:
* The main TempoUI library is found in `tempoui`
* Build scripts are in `scripts`
* A demonstration example is available in `example`
* The `demo1` folder has an old proof-of-concept demo of Overture-DukeScript
integration.