Hardt-Coded / Terminal.Gui.Elmish

An elmish wrapper around Miguel de Icaza's 'Gui.cs' https://github.com/migueldeicaza/gui.cs including a fable like view DSL.
The Unlicense
221 stars 12 forks source link

Terminal Gui v2 compatibility #29

Open OnurGumus opened 2 months ago

OnurGumus commented 2 months ago

While it is alpha, Terminal Gui v2 compatibility would be great.

Hardt-Coded commented 2 months ago

I am on it. There are a lot of changes. Let's see, how long it takes for me. (there is no automagically code generator involved)

OnurGumus commented 2 months ago

You can use an LLM ;)

Hardt-Coded commented 1 month ago

Got the current API to work with the v2 alpha. Nothing new yet and not fully tested at all :D

https://github.com/DieselMeister/Terminal.Gui.Elmish/tree/terminal_gui_v2_alpha

For the basic parts, it seems to work. The Dialogs (File and Wizard) seems to be slow. Some kind of delay after opening. Not sure, if it's me or the new v2 of Terminal.Gui.

That said. I am slowly add more "features" and do more testing. But it will take time, because, I am currently busy with work :(