You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had thoughts of working on a web-based application for reading manga and thought this would be a great way to up the quality of old sources. Of course, this would require using WebGL / WebGPU.
The text was updated successfully, but these errors were encountered:
Yes this seems like a cool idea. The main problem I have right now (even with the current repo) is that it will be annoying and probably quite bloatful to generate all the possible permutations of shaders for each backend every time I update/add new models.
What I'm thinking right now is that I'll use free time next month to work the shader generation into a github.io page using something like Pyodide. Then I would only pre-generate the mpv(/dp4a)/Magpie shaders onto the repo, but I'll upload the raw model files as well which would be able to work with the webapp generator.
This will complete #5 as well.
Awesome, I'm afraid I can't help too much here since I'm not familiar with writing shader code, but I think the next step would be to investigate how to use the .glsl shaders in a web context via WebGL or WebGPU.
I know there are a few tools online that can help convert glsl shader code to wgsl which WebGPU uses, for example this discussion from gfx-rs/wgpu#1812 (comment) -- but not sure how relevant or helpful it will be here
Had thoughts of working on a web-based application for reading manga and thought this would be a great way to up the quality of old sources. Of course, this would require using WebGL / WebGPU.
The text was updated successfully, but these errors were encountered: