pylibui
pylibui copied to clipboard
Pylibui is a Python 3 wrapper for the libui library.
Out of curiousity, I started reading the code and wanted to make a contribution, so I implemented the wrapper for uiGrid and an example to show that the uiGrid works....
... somehow i would have expected to be adding children with `addChild`, not with `setChild()`...
- I think README.md can be rewritten, especially the Contributing section, maybe adding a CONTRIBUTING.md will be better. - We can make some improvements in bindings.py so generating binding templates...
libui no longer uses cmake but meson the readme should probably be updated accordingly cheers!
One shall expect the compiled libraries to be placed in installed path (one could also put soft links if he/she needs to 'share' it) , since otherwise python will complain...
Original libui has a [control gallery](https://github.com/andlabs/libui/tree/master/examples/controlgallery) that looks really cool. It's like an example of all controls. I think we should add a control gallery to pylibui too. And we...
I keep getting the following error after building. Any recommendations on how I can fix this? ```Python 3.6.4 |Anaconda custom (64-bit)| (default, Jan 16 2018, 18:10:19) [GCC 7.2.0] on linux...
Imagine modern library without support binary package distribution is hardest, For using in 1990's is normaly but today we understand that building is time and maintenance money. Could you please...
[Jupyter Notebooks](http://jupyter.org) (can be installed with `pip install jupyter notebook` and run with `jupyter notebook`) has mainly data processing usage and such but is also tweaked to [support pyqt and...
I think we should start to write a documentation. What do you think? I'm not very good at writing in English :grin: but I can read and review :octocat: Also...