blurymind / YarnClassic

A tool for writing interactive dialogue in games!
MIT License
518 stars 51 forks source link

The ink parser using wasm makes the app heavy - see if we can use just inkjs to playtest/save ink files #321

Closed blurymind closed 8 months ago

blurymind commented 1 year ago

Its possible that we no longer need it and inkjs can do all the work to be able to playtest an ink story.

Leaving this as a todo to get rid of the binary parser bits and update to the newest inkjs example https://github.com/floriancargoet/vite-plugin-ink/tree/main

blurymind commented 8 months ago

removed the wasm parser in favor of the js one