Results 100 comments of Richard Smith

If you want an alternative right now, Steam Remote Play Together is a clone of Parsec that does support Linux. It can be hacked to stream any app, not just...

Slaythespire have released their LibGDX game on Switch (as well as PS4 and OpenBSD).

Looks like it's a wrapper around LibGDX. So LibGDX works as one backend for Mini2DX, but it also has other backends such as Monogame. (I think Monogame supports Switch?) I...

I believe it’s not just about signing; windows defender will flag files as malware until a certain number of windows users have completed the install and clicked “this is not...

On MacOS I'm seeing >6% when the window is open and 3% even when the window is closed. No way is that acceptable for an app that shouldn't be doing...

You mean https://github.com/raysan5/raylib/blob/master/parser/raylib_api.json ? We already use that to generate the .pyi hints. So yes you're right we could use it to generate enums.

I've put everything into a single function: https://github.com/electronstudio/raylib-python-cffi/blob/master/examples/core/core_drop_files2.py Currently I can't think of how to automate this beyond writing a function like that manually, which I don't really want to...

this relates to https://github.com/electronstudio/raylib-python-cffi/issues/60

There was a lot of discussion of this on the Raylib Discord group, but I haven't had time to check that for a while. Pyodide for a long time had...

I tried again with latest Pyodide docker image. It is necessary to delete any EM_ASM and EM_JS macros from Raylib, because these can only be used in a 'main' WASM...