🚧 This website is still under development. 🚧

Javascript for Game Modding

As part of a mentorship at Lucerne University of Applied Sciences and Arts, 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