Red Artist

Results 29 issues of Red Artist

i'm learning OpenGL and there's a lot of modern opengl functions/features that i would like to try like DSA or MultiDraw or Indirect rendering. but glow doesn't have most of...

enhancement
help wanted

color eyre is great for command line apps, but gui apps, usually there's no terminal where you can display the output. it would be nice if we could enable a...

Closes https://github.com/emilk/eframe_template/issues/44 So, these are the changes roughly. 1. `index.html` at crate root. for trunk. 2. `main.rs` for `wasm32` target instead of using manual start function in library. 3. `.github/pages.yml`...

**Is your feature request related to a problem? Please describe.** Colors of a widget decided by the `Style`. sometimes, we require more customization to create great looking games / apps....

feature-request

should i also use [`trunk`](https://github.com/thedodd/trunk) to build for web? that would make deploying to web much easier (and more familiar to the rest of the wasm ecosystem). it would also...

`.git/` directory is 193 MB A clean copy of the repository checked out after clone is currently at 440 MB. `examples/assets/` contributes 246 MB Here is the output of `du...

I want to expose sort of a plugin system for my bevy app. and i don't want different plugins to be using the same lua vm for four reasons: 1....

documentation

I was wondering if there's a sync API or atleast plans for it with a feature gate. kinda like reqwest. it can use async under the hood, but be simple...

**Description** I created a command encoder, and forgot to use it. and I observed that my app started leaking memory. it seems that if the command encoders are not submitted...

type: bug
help wanted
area: correctness

I am trying to find any kind of documentation regarding rate limits of github. the docs say that you can only do 60 requests per hour for unauthenticated requests (which...