←  APIs and Utilities

ComputerCraft | Programmable Computers for Minecraft

»

ASCII - a ASCII visualizer

Sewbacca's Photo Sewbacca 04 Sep 2018

ASCII - a ASCII visualizer

Posted Image

What it does:
The program visualizes all chars and give you easy access to the special chars, so you can make your program look fancier very easy.

Usage:
Run ASCII (should work at pocket computers too).
Select your char via arrows or mouse click.
Press backspace to exit the program.
Insert the char inside your program:
local char = "\247"
-- Inserts the 247 char (a fancy "/" (mathmatical symbol))

Installation:
pastebin get 4yBtJdk3 ASCII

Source:
https://pastebin.com/4yBtJdk3

License: MIT
Quote