Replies: 3 comments 1 reply
-
|
Update: Under the link: https://zokrezyl.github.io/ymery/demo/index.html , you can find pyodide based examples. Have fun! your feedback would be appreciated |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for sharing your project and I wish it will be successful! By looking at the examples, which consist only of yaml files, I could not figure out how to communicate between python and yaml. They seem to focus more on the widgets rather than on the interactions. |
Beta Was this translation helpful? Give feedback.
-
|
@pthom , while the demos and other code is finished up, have a look at the matplotlib demo on https://zokrezyl.github.io/ymery/demo/index.html, select "Hello ImgGui Full" then "Demo Apps" then "Matplotlib". That is a good example where you change the parameters of the plot and the plot is updated real time. More to come. Lot of refactoring is happening constantly to enable both flexibility, clarity and other "itties" :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
** NOTE **: for naming/branding reasons the project has new name: Ymery instead of Imery. Thus the project lives now under: https://github.com/zokrezyl/ymery
I wanted to share a project we've been working on that builds on top of Dear ImGui Bundle.
What is Imery?
Imery lets you build ImGui applications using declarative YAML files instead of writing code. It emerged from
our experience building an audio analysis tool where we kept rewriting similar UI patterns and realized we
needed a more declarative approach.
Simple example:
app:
window_title: "Hello Ymery"
widget: builtin.text
data: greeting
data:
greeting:
metadata:
label: "Welcome to Ymery!"
Run with: ymery --main app
Why we built it:
Current state:
Early alpha - experimental, expect breaking changes. We're actively seeking feedback and ideas from the
community.
Links:
We'd love to hear your thoughts, suggestions, or use cases where this might (or might not!) be useful. Thank you
to Pascal Thomet for Dear ImGui Bundle - it's been a joy to build on top of! Not to forget the authors of Dear ImGui (Omar (@ocornut).
Beta Was this translation helpful? Give feedback.
All reactions