Hi everyone,
Some time ago I questioned about the state of CYOS, and proceded to make my own customizations, allowing the selection of which rendering API to use for the shading language.
Many thanks to those that have helped me with the stumbling blocks that come up during the process.
I have only touched the index.html and index.js files, with the minimal set of changes to achieve this goal, and was wondering if it is worth of a PR to the main CYOS repo, in its current state.
Otherwise, my plans for it are to take all the shaders out of index.html into their own asset files, bring the JavaScript code into modern times, including modules, update the dependencies to modern ones, remove legacy ones (e.g. hand…), and so forth.