Difference between revisions of "Talkies.lua"

 
Line 1: Line 1:
A simple messagebox system for LÖVE, a rewrite and update of Moan.lua
+
A simple messagebox system for LÖVE.
 +
 
 +
''Its a rewrite and update of the no longer mantained Moan.lua.''
  
 
<source lang="lua">
 
<source lang="lua">
 
Talkies.say("Title", "Hello world!")
 
Talkies.say("Title", "Hello world!")
 
</source>
 
</source>
 +
 +
== Features ==
 +
* Multiple choices prompt
 +
* Typing effect + sounds
 +
* Pauses
 +
* UTF-8 support
 +
* Message box icons
 +
* Autowrapped text
 +
* General theming and per-message theming
  
 
== Links ==
 
== Links ==
 
* [https://love2d.org/forums/viewtopic.php?f=5&t=84110 Release Thread]
 
* [https://love2d.org/forums/viewtopic.php?f=5&t=84110 Release Thread]
 
* [https://github.com/tanema/talkies Repository]
 
* [https://github.com/tanema/talkies Repository]
 +
* [https://www.youtube.com/watch?v=ctu9hI-NhfI Old youtube demo]
 +
 +
== Screenshots ==
 +
[[File:talkies.jpg|border|480px]]
 +
 +
== Other Language ==
 +
{{i18n|Talkies.lua}}
  
 
{{#set:LOVE Version=0.11.x}}
 
{{#set:LOVE Version=0.11.x}}
Line 14: Line 32:
 
{{#set:Keyword=Graphical User Interface}}
 
{{#set:Keyword=Graphical User Interface}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]
 
== Other Language ==
 
{{i18n|Talkies.lua}}
 

Latest revision as of 14:21, 3 May 2020

A simple messagebox system for LÖVE.

Its a rewrite and update of the no longer mantained Moan.lua.

Talkies.say("Title", "Hello world!")

Features

  • Multiple choices prompt
  • Typing effect + sounds
  • Pauses
  • UTF-8 support
  • Message box icons
  • Autowrapped text
  • General theming and per-message theming

Links

Screenshots

talkies.jpg

Other Language