home - plugins - tutorials - showcase - history - manual - design
plugin for the nvimqt text editor
viewer, and text animation
nvimqt plugin can be used to mirror the dublang source code on a independent window to be used just for displaying the live coding source code to the audience, it also can use the nvimqt features to display any ascii character, also to create textual animations
nvimqt plugin provides some Lua functions to create ascii animations, those functions are in a experimental stage and likely will be modified on next versions
anim([char])
ascii([chars], [...])
fill([chars], [...])
folding([chars], [...])
merge(<text>, <block>)
noise([chars], [...])
pixels([chars], [...])
rand([chars], [...])
scroll([chars], [...])
stop()
ascii()
#!nvimqt
ascii([[
+-------------+
| \ / |
| +-----+ |
| | *** | |
| +-----+ |
| / \ |
+-------------+
]])
fill()
#!nvimqt
fill(' \\o/ ')
folding()
#!nvimqt
folding()
noise()
#!nvimqt
noise()
pixels()
#!nvimqt
pixels()
scroll()
#!nvimqt
scroll()
you can read the nvimqt functions source code here
home - plugins - tutorials - showcase - history - manual - design