Protozoid / rainbow

Basic Lua script for generating arbitrary "rainbow" BBCode text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rainbow BBCode Generator script made in Lua.

rainbow.lua is a simple recreational "proof of concept" script. Uses a basic procedure to generate a pseudo-rainbow.

~/bin directory contains the executable. 
~/src directory contains source code file.

Dependencies are either a Lua 5.1 VM to be present on your machine (to run from the raw source, or to run the executable out-of-the-box independent of the
provided DLLs). Otherwise (running the executable), make sure the distributed dynamic link libraries (lua51.dll & lua.5.1.dll) are in the same directory as the running program.

Refer to LICENSE file for licensing terms. Refer to TODO for a general roadmap or agenda for future refinements.

Note: Be sure to check out the download in this repo for the binary.

I can be contacted at xxprotozoid[at]live[dot]com. My contemporary homepage is protozoid.lrn2prgm.com.

About

Basic Lua script for generating arbitrary "rainbow" BBCode text.

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%