/zyn-ui-two

Old Repo ==> see https://github.com/mruby-zest instead

Primary LanguageC

Replacement user interface for ZynAddSubFX

Technology
----------

- Custom nanovg (opengl 2.0) based rendering
- Custom constraint based layout
- QML based structure/event handling

Progress
--------

As of so far a whole bunch of widget rendering code has been written.
A basic horizontal weighted/constrained pack layout has been created (in C)
and two simpler pack algorithms have been made in qml.
QML/nanovg integration has been establed and it appears to be relatively bug
free (though perhaps somewhat inefficient).
Some mouse handling has been done.
A variety of other widgets have received their design on paper.
To test some UI performance/integration a simple equalizer or envelop app might
be created.

Any contributions are very much appreciated.

Design Source
-------------

This work is based off of a UI mockup which can be seen at:
http://budislavtvp.deviantart.com/art/ZynAddSubFX-UI-Concept-2014-455890191


Notes
-----

Warning: this may compile incorrectly under gcc 4.8.2