purescript-concur / purescript-concur-react

Concur UI Framework for Purescript
https://purescript-concur.github.io/purescript-concur-react
MIT License
269 stars 17 forks source link

Concur for Python #37

Closed potocpav closed 4 years ago

potocpav commented 4 years ago

I created a Concur variant for Python based on ImGui. The intended use-case is scientific and/or debugging visualizations, rather than user-facing applications.

It follows the Concur "paradigm" rather closely; the main differences are:

I already found the library useful for several projects.

What do you think about the project? Also, I want to ask whether it's OK for me to use the Concur name and/or logo.

ajnsit commented 4 years ago

Excellent! I'm happy to see a python version - the more Concur variants the merrier! You can use the Concur name and logo.

ImgUI was on my radar as a potential Concur target. I'm glad to see that it works well with the paradigm. I will likely use it as a backend for the Haskell version soon.

potocpav commented 4 years ago

That was my plan too, but after a while I gave up - FFI was too difficult. Haskell is missing a simple UI library, and Concur + ImGui could fill that gap.

ajnsit commented 4 years ago

I've added links to the python version in the main README for all Concur variants.

Closing this issue.