Posted March 10, 2024 by Lexi
#wasm
This is my first post on itch about the catgirl engine. For this post, I wanted to share that you can now access the engine methods from your browser console. The engine’s variable can be found at window.getEngine()
and you can call any methods exported from the engine with wasm-bindgen. Hope this helps to develop mods for the engine as it’s developed in the future
You can play around with the latest build of the engine at the demo website