Red Artist

Results 119 comments of Red Artist

I license past and future contributions under the triple MIT OR Apache-2.0 OR Zlib license, allowing licensees to choose any one at their option.

Can we have a sort of contributing.md file ? would help some new people to know how to start contributing as this seems like one of the easiest rust projects...

oof, 3 months is a long time. but just wanted to see if there is some kind of progress related to separating platform specific functionality https://github.com/grovesNL/glow/issues/76#issuecomment-576321623 . pretty much none...

ah. my bad. my use case of glow is to just have a clean wrapper instead of raw gl bindings with raw pointers and casts flying around everywhere. i asked...

rfd is the popular file dialog crate https://github.com/PolyMeilex/rfd . it is sort of like a port of https://github.com/mlabbe/nativefiledialog . one of the main purpose of the library is to open...

aye, that's exactly what i wanted. now everytime the app crashes, I will have a clear indication of where something went wrong even before i check the log files.

can confirm. pointer release event does not arrive if i left click hold in egui, move pointer out of browser and right click on desktop, bevy won't register the left...

https://github.com/emilk/eframe_template/issues/44 don't know how to link issues with PRs, so just commenting to link the issue.

it seems `eframe_template` already has the issue of service worker thingy. when you open https://emilk.github.io/eframe_template/ ![image](https://user-images.githubusercontent.com/24411704/180821695-ea03fd36-0ea5-4f13-98a5-fa5fc096b3c4.png) the whole action to deploy to `gh-pages` from commit to building the website takes...

should be good now. added small tips to README