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
{{ message }}
This repository was archived by the owner on Sep 25, 2019. It is now read-only.
Hi Alex,
I'm currently working on loading the shaders with GLS3D. In theory GLS3D should take GLSL and convert it to AGAL under the hood.
I just want to confirm with you the steps I needed to do:
Run glsl2agal to get JSON output file (done offline, through glsl2agal)
Load JSON file
Extract information regarding uniforms
Extract agal asm code
Run AGALMiniAssembler on agal asm code
Create Program3D and upload the AGAL asm code
In your todo list, you wrote about integrating glsl2agal, were you thinking to run the conversion process at run-time? How easy is it to integrate it (how many files I need to integrate)? I can try doing it if it's not that hard.