Dacode45

Results 17 comments of Dacode45

Sorry for taking so long to get to this. I've been doing volunteer work and this project has gone to the wayside this month. The code in my fork theoretically...

Can you post your emscripten version and what os you are using?

This is pure speculation, but this is what I would try. Build raylib-rs with the "nobuild" feature but with a linux target. This skips compilation and linking and only builds...

This is great! I think PI support will be a goal for 0.12. raylib-rs now builds raylib from source for the platform, so we'd need to see how it goes.

Your code is fine. You need to execute the binary from the right directory. Your texture is at `/project/src/gfx/yui_front.png` and you are loading `src/gfx/yui_front.png` so you need to call the...

Can you change this pr to merge into the 5.0 branch?

There are a few draft prs for 4.x. I'm evaluating those while trying to fix some other issues. The project isn't dead but I'm not as free as I once...