Currently in shader_projects.js is the info of all the projects used for the examples page menu and description displayed on top of the demo. This file is getting a little bit too big to manage and creating a new demo implies the modification of this file. It would be nice to have the info on each project in the index.js file or a companion file.
The idea is that only creating the project folder is enough to update the list if possible.
Also the info would be in the project folder, so it would be nice from the perspective of looking at the info there without running the demos.
Currently in shader_projects.js is the info of all the projects used for the examples page menu and description displayed on top of the demo. This file is getting a little bit too big to manage and creating a new demo implies the modification of this file. It would be nice to have the info on each project in the index.js file or a companion file.
The idea is that only creating the project folder is enough to update the list if possible.
Also the info would be in the project folder, so it would be nice from the perspective of looking at the info there without running the demos.