DevJoy - A package to simplify creation of Visual Novel games.

Version 2.0.0 is released with many exciting new features!

  1. Changelog
  2. Hex package
  3. Hex documentation
  4. v2.0.0 tag

I have also prepared an example Phoenix project called VisualTalk. Many thanks to @josevalim who allowed me to use the video transcription and slides, so I did not need to worry about adding my own content.

The VisualTalk project is very simple. It uses the transcription and slides from the video to visually present it Visual Novel-like style. The project is definitely not production ready, because there is no aria support and the transcription as well as translation was done in 99% automatically. There may be many issues with text.

If you are interested in fixing it, please let me know in forum topic or just prepare a pull request with your changes. I’m open to any change regarding fixing transcription and adding/fixing translations.

For now there is no UI for locale, but you can add ?locale=pl at the end of the address to see the translations. If you have any question please let me know.

Also I would like to ping @bartblast. As already said I’m interested in Hologram support, but I need a way to communicate with the Page from Notifier module (see send/2 and Process.send_after/3 calls) as a simple implementation for LiveView’s handle_info/3 callback.

2 Likes