issues
search
iccmr-quantum
/
OSC-Qasm
A simple OSC Python interface for executing Qasm code.
MIT License
11
stars
1
forks
source link
version 2.0.0
#37
Closed
omarcostahamido
closed
2 years ago
omarcostahamido
commented
2 years ago
this closes #35
this closes #30
this closes #38
OSC-Qasm has now a GUI HTML interface made with Eel (python package)
added a
--headless
flag to
osc_qasm.py
to run the script without GUI
the server
osc_qasm.py
can now be compiled into an executable app (Mac, Win, Linux)
Changes Max/MSP Client to enforce consistent incoming OSC message formatting
Added a new Client example: Pure Data (Vanilla) with
osc-v0.2
Improved documentation and instructions
TODO
[x] compile applications again and upload to Draft release
[x] Mac
[x] Win
[x] Win_console
[x] Linux
[x] merge this PR
[x] write the release notes on the Draft release
--headless
flag toosc_qasm.py
to run the script without GUIosc_qasm.py
can now be compiled into an executable app (Mac, Win, Linux)osc-v0.2
TODO