Kivimango

Results 43 comments of Kivimango

https://github.com/kivimango/nim-hub

Yes.Java has a richer ecosystem they are battletested and production ready, and some of the libs (securtiy, testing) i couldnt find written in nim. One could rewrite this later in...

Great ! I think the CI will be the hardest of all, but if i remember correctly, orbtk has CI with `redoxer` somehow.

I second that.I need to convert back to bbcode a previously converted text.I solved this problem by downloading a javascript library and converting with it.

In #392, the perf report says he second function that the cpu spent in is ::blit_span. I searched for it, seems like orbtk does not use it directly, but servo...

Hello. ```rust ctx.send_window_request() ``` is probably deprecated, please use the new message sending mechanism, the event_adapter.

Hello. Do you have an East Asian font family file in `.ttf` format? The default backend uses rusttype, and the last time I tried it did not support Google' CK...

Hello. I think this library is far from stable, the APIs are likely to change, including breaking changes. If you are making a small prototype for Android, I encourage you...

I think a new method called fullscreen() should be added to the Window builder. It would call a piece of code that acquires the current display resolution and would set...

> 1. `.fullscreen(yes)`????? You probably meant `.fullscreen(true)`... Exactly. > 2. I think `fullscreen()` is an ambiguous, because it also means fullscreen window (i.e. without borders etc.). Better name is `maximized()`,...