Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Wonderful. I’m using it on macOS and it works perfectly. However, when I close the application, it crashes on exit. I can’t tell whether the crash is caused by Whimtale or Neutralino.js.

It would also be wonderful if one day Whimtale could support a small scripting language to handle the scenario, rather than using the visual editor which is easy to use but complex for articulated actions. Something like JavaScript scripting like ct.js has.

Probably a Neutralino bug, it’s API doesn’t have anything special for exiting an app and Whimtale does project saving and other stuff regularly before that.

It would also be wonderful if one day Whimtale could support a small scripting language

I don’t want to make yet another programming language tbh 😩 And even plain JS will be hard to make as the visual language is one large state machine/VM.