pygame-web / pkg-porting-wasm

Tracks porting efforts on some modules you'd like to have working in pygbag
https://pygame-web.github.io/wiki/pkg/
4 stars 0 forks source link

numba #29

Open tigercoding56 opened 6 months ago

tigercoding56 commented 6 months ago

i hope this is the right place to suggest new libraries ,
but i want some libraries to optimize my code (also Opengl.GL would be nice so i can have hardware acceleration in pygame)

pmp-p commented 6 months ago

I don't plan to support numba myself as i lean toward hybrid C compilation, so maybe have a look to https://github.com/Lincoln-LM/numba-wasm-example

You can have already have OpenGL.ES with Panda3D and pyglet

tigercoding56 commented 6 months ago

I don't plan to support numba myself as i lean toward hybrid C compilation, so maybe have a look to https://github.com/Lincoln-LM/numba-wasm-example

You can have already have OpenGL.ES with Panda3D and pyglet

ok , sounds promising I'll try to integrate it with my game (so about 1 week maybe earlier) and if i am able to I'll update this issue