nim-lang / ui

Beginnings of what might become Nim's official UI library.
MIT License
240 stars 32 forks source link

Revive using `libui-ng` #43

Open enderger opened 2 years ago

enderger commented 2 years ago

While the original libui project is currently in hiatus for an unknown timespan, a fork exists that has active development. Rebasing on it would remove a factor that is likely stalling development, and could allow development of this library to resume should the incentive exist (and it seems likely that the demand for an updated GUI library for Nim is rather high at the moment).

Araq commented 2 years ago

True but I prefer the native Nim UI toolkit these days. I have no interest in wrapping bullshit C code anymore, it's just a liability and a technological dead-end.

Sznymo commented 2 years ago

But is there a muliplatform gui library (besides nimx)?

enderger commented 2 years ago

NiGUI seems promising, though this library definitely could better serve a number of use cases.

neroist commented 1 year ago

While the original libui project is currently in hiatus for an unknown timespan, a fork exists that has active development. Rebasing on it would remove a factor that is likely stalling development, and could allow development of this library to resume should the incentive exist (and it seems likely that the demand for an updated GUI library for Nim is rather high at the moment).

I created a fork of this library that does wrap libui-ng. Check it out.

bkauler commented 1 year ago

@neroist Thank you so very much for wrapping libui-ng!!!!