Replies: 3 comments
-
There are many things that needs to be done to get there. WASM compilation support is still a heavy lifting for browser support. If you can afford you can start working on desktop versions and then later adapt for browser related updates. We started working on GUI library and would like something like https://lib.rs/crates/iced_wgpu in our approach. |
Beta Was this translation helpful? Give feedback.
-
Browse to gen folder in WGPUNative.jl repo and you will find code that's self-explanatory. I will document the process in due time which you can follow. |
Beta Was this translation helpful? Give feedback.
-
@ANIL80531 Recent examples in WGPUgfx.jl and the package SimpleImGui.jl might be a very good start to recreate egui in Julia. :) |
Beta Was this translation helpful? Give feedback.
-
Hey I'm thinking of making an egui.rs like GUI library for julia which can support WGPU and run on browsers. I am not able to find a good resource for you JuliaWGPU library. Can you provide a good resource which helped you build this pkg
Beta Was this translation helpful? Give feedback.
All reactions