For my remake of the dos-lemmings-clone in Rust I need 2 things:
(I made my own Rgba color bitmap buffer).
A library which can render fonts to a rgba buffer of pixels.
A library which can do a bitblt (this is for Windows).
That is how my Delphi version of Lemmings worked.
Anyone knows good solutions for it?
Alternatives are welcome as well. But when entering the realm of advanced graphics like OpenGL etc. I am not qualified Too difficult for me.
Are you looking for something like these?
- minifb: crates.io: Rust Package Registry
- pixels: crates.io: Rust Package Registry
- softbuffer: crates.io: Rust Package Registry
I haven't used them, myself, so I can't say much about pros and cons.
1 Like
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.