Dor Shapira

Results 14 comments of Dor Shapira

@electronstudio in the last past few days I have been trying to compile python with Nuitka and an idea just came to my mind. what if it is possible to...

it seems like there is a problem with loading a `.jpn` file or with the `raylib_logo.jpg`. with `image = LoadImage(b"resources/raylib_logo.png")` line it seem to work perfectly ![image](https://user-images.githubusercontent.com/107134807/191974049-9e3d19e8-f128-4349-ad2d-057143857cc2.png)

I compiled it with the pip (I imported pyray with the pip command...). it seems like the binaries that you shipped(if we are talking about the binary that I get...

ok, for now, I send a PR with the fix to this problem(by just using the raylib_logo.png) with some other things... https://github.com/electronstudio/raylib-python-cffi/pull/86

ok, so should I recommit/ remove https://github.com/electronstudio/raylib-python-cffi/pull/86/commits/8eb8a386fdf33ec908eeafcae83d2eed74bc7fd9?

Or even using cython compiler to generate the C code and then compile it to the web https://stackoverflow.com/questions/6985109/how-to-compile-c-code-from-cython-with-gcc https://stackoverflow.com/questions/32354762/unable-to-compile-cython-generated-c-file I didn't try those yet, but I will try

@electronstudio great news, while working on my binding it seems that someone was able to port it to webassembly take a look: https://github.com/sDos280/raylib-python-ctypes/pull/9 , https://pygame-web.github.io/showroom/raylib/ Started to work on some...

> Looks cool. > > The `raylib` package has a dependency on the `inflection` package, so when I try to use any of the pyray functions I get > >...