02/02/2024
For some years, I have been developing educational simulations and games for CSIR (Central Scientific and Industrial Research organization, GOI) after writing a JavaScript Object-oriented framework to mimic what we could do with Adobe Shockwave Flash and ActionScript in the late nineties: S1mJS.
It was exactly this month, in a cold February 2021, I wrote this framework in a flurry of creativity sitting in a small glass cubicle. S1mJS, - the core framework written in less than a few days works so well now that I am sometimes half amazed that the complexity did not devolve into a buggy mess. The proof, ladies and gentlemen, is the pudding:
Electromagnetic Wave Generator: https://jigyasa-csir.in/cgcri/n12-t4-a3/
Measuring Refractive Index of Glass: https://jigyasa-csir.in/cgcri/n12-t4-a2/
S1mJS not only works well on browsers, It is possible to port it on mobile platforms quite easily. I even tried to replicate popular 2D games and it works fine. Now, the question is, any takers?