Conversation

Jarkko Sakkinen

Edited 17 days ago
I've said this before but if you need to test something with graphics but don't want to use GPU, try either:

1. https://github.com/emoon/rust_minifb
2. https://github.com/emoon/minifb

They give you display and 32-bit framebuffer. No bullshit. Neither is dependent on the other. They just implement same things.

Even Web is supported (in both) when compiled to wasm (I'd guess).

Sometimes using GPU can really get in the way of testing so good keep in mind :-)

#minifb #cpu #gpu #framebuffer #c #rust
1
2
3

@jarkko wow, this is gem I was not aware. Thx

0
0
1