Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 496 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 496 Bytes

strangefx Build Status

StrangeFX is a Java(FX) based Quantum computer visual editor. It leverages the Quantum computer simulator software exported by the Strange project.

You need Java 9 to run this

Clone this repository, and then start the visual editor using

./gradlew run

on Linux or Mac.

On Windows, start using

gradlew.bat run