David Linus Briemann

Results 13 comments of David Linus Briemann

Thanks for the input! It's not a bad idea but it would require the user to create an access token for the repository. I will leave that open for later...

Thanks for your suggestion @fiatjaf. I agree about the difficulty to create / offer enough themes to be attractive. I have read your docs on Classless and it seems like...

Ok fair enough! I decided to have a deeper look at Classless and see if it is easy to integrate and doesn't add to much complexity to config files etc....

I plan on using raygui definitively in the near future. However the particle editor will probably have to wait a bit because I want to be sure about the API...

@hajimehoshi what do you think about the current state?

I agree. I was interested in the haxeui license as well but I only found this via Google.

I tried this on my Arch Linux / Gnome 3 / Nvidia system and had the same jittering effect. I have a feeling this is some kind of event flood....

There is something else going on here. You can try this run function: ```Go func run(win *pixelgl.Window) { winCenter := win.Bounds().Center() for !win.Closed() { m := win.MousePosition() if win.Pressed(pixelgl.MouseButton1) {...

Sorry to dig this up after almost 3 years but since the issue is still open... is this still on the "roadmap"?

Hi, I needed client side rate-limiting for a personal project so I did a short implementation based on `golang.org/x/time/rate` as mentioned by @janekolszak . I created a pull request: https://github.com/go-resty/resty/pull/494...