TooTallNate / nx.js

JavaScript runtime for Nintendo Switch homebrew applications
https://nxjs.n8.io
MIT License
152 stars 8 forks source link

[Idea] WebGL Support? #66

Open Fancy2209 opened 10 months ago

Fancy2209 commented 10 months ago

Some kind of Hardware Acceleration with WebGL or WebGPU support would be neat for this. https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API https://developer.mozilla.org/en-US/docs/Web/API/WebGPU_API Nice work by the way!

TooTallNate commented 10 months ago

Definitely! I've been focusing on the 2D canvas context so far, but WebGL context may come after that. Open to pull requests if you'd like to get involved as well.

Fancy2209 commented 10 months ago

Definitely! I've been focusing on the 2D canvas context so far, but WebGL context may come after that. Open to pull requests if you'd like to get involved as well.

I don't have the knowledge to contribute unfortunately, I would if I I could!

TooTallNate commented 3 months ago

Follow #131 for an initial take at this.