Markus Moenig

Results 24 comments of Markus Moenig

Would really be nice to get a snippet of code how to integrate this into SwiftUI. @L1cardo did you figure it out ?

@L1cardo Yes I actually did my own wrapper implementation of the Ace editor. It's pretty easy todo using WebKit. It's just a bit sad that a JavaScript based editor is...

Great project! Question, is there ANY Rust TCP client (or Websocket client) which could run in wasm and connect to a message-io server ? I do not seem to find...

Thanks for the answer, this helps a lot!

Yes, sorry, I actually never wrote the Wiki as the help file should be good enough. I will write the Wiki soon.

Yes sure, actually I had one already implemented but displaying the FPS counter in the Swift UI is very very slow. I need to make the extra effort to render...

Is this something which will still be addressed ?

I had a look at the refactor branch and it looks really nice. Hope it gets out in the near future. I will probably use it to render low poly...

Thanks. No sorry, I am not a rasterizing expert ... . btw; have you any experience with character animations and ```euc``` ? I.e. a Rust readable mesh format which supports...

Talking about rasterization, the SoftGLRender C++ lib is under the MIT and seems to have quite a good line rasterizer at [src/Render/Software/RendererSoft.cpp](https://github.com/keith2018/SoftGLRender/blob/main/src/Render/Software/RendererSoft.cpp)