JeffreySarnoff / GUI.jl

Interfaces for Julia that are gooey to the touch.
MIT License
3 stars 1 forks source link

Demos! #3

Open jpsamaroo opened 4 years ago

jpsamaroo commented 4 years ago

To best understand the GUI, one must first create the GUI.

We should flesh out this repository with demos of how to render the same application in different GUI frameworks (sort of like the universal "TodoMVC" of web UI fame) to better understand the differences between them.

I would be happy to do TUI (terminal) and CImGui demos.

logankilpatrick commented 4 years ago

I agree with this. Having a hard time seeing what the current state of all of this without first seeing demos. If someone does a few and explains how to do them in the docs, I can pick up the ball and run with it.