You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably because GUI libraries are extremely hard. I'd point you towards shiny but that's also dead. Currently if you want a material UI you can use this project as a starting point or come up with an immediate mode internal library, which is much more easy to reason about, but you trade off implementation complexity in the library straight over to application code.
The code here is the proverbial prototype that's getting tossed out; it's
in the process of going through a rewrite. You can see some of the code in
package dasa.cc/x/glw but it's too early for use. Whether I reuse this
namespace is up for debate.
On Mon, Oct 9, 2017, 4:53 PM Jeff Jenner ***@***.***> wrote:
Probably because GUI libraries are extremely hard. I'd point you towards
shiny but that's also dead. Currently if you want a material UI you can use
this project as a starting point or come up with an immediate mode internal
library, which is much more easy to reason about, but you trade off
implementation complexity in the library straight over to application code.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFoakkHUwjHVKDEqAEPUk7tlfHmKWSmks5sqofZgaJpZM4PyKjD>
.
Hi, I'm wondering, what's the issue/cause so this project discontinued?
The text was updated successfully, but these errors were encountered: