I loaded the IDE but don't see examples of doing graphics or UI. The docs are also silent on this topic, as far as I can tell.
Is graphics or UI programming possible in MoonBit?
It clearly states: it targets web assembly. So, this should answer your question I think
> It clearly states: it targets web assembly. So, this should answer your question I think
Not sure what you're implying.
Here's an example of doing graphics using Rust and WASM - http://cliffle.com/blog/bare-metal-wasm/#making-some-pixels
And another: https://blog.logrocket.com/implement-webassembly-webgl-viewe...
Given that MoonBit is developing their own IDE and it is hosted on the web, I would think one could provide an elegant pipeline to do graphics programming, no?
If this were open source, I would contribute in this realm becase I'm a graphics and UI person and also enjoy working with new programming languages.
Maybe the case of Makepad will interest you then: https://news.ycombinator.com/item?id=36567681