Javascript for Game Modding
As part of a mentorship in the Digital Ideation programme at Lucerne University of Applied Sciences, I've started learning Rust and written a small library on top of deno that allows developers to provide a Javascript API for their applications.
The library is compiled into a shared library which can be used from various programming languages or runtimes. Here, I've created a Unity app using the library which allows you to program simple games using Javascript:
Note that this is still very much a prototype and not even close to being finished.
Mentor: Yannick Deubel