ComputerCraft Forums

ComputerCraft => Programs => APIs and Utilities => Topic started by: Impulse on May 29, 2022, 06:29 AM

Title: PixelTerm - Use pixels instead of characters!
Post by: Impulse on May 29, 2022, 06:29 AM
I am proud to announce my first vaguely decent program uploaded here...

PixelTerm
Like CraftOS-PC's Graphics Mode, but shittier!

Made this in a single afternoon, probably sucks a bit since I was programming super late (it's 12 am right now, thats a bit late for me).

Uses the characters "\131" and "\143" to turn your character-based terminal object into a pixel grid!

Definitely not finished yet, this is the very first iteration and I have a LOT of cleaning up to do, trust me.

Documentation and not-very-funny quips (https://gist.github.com/EmeraldImpulse7/b2dd266b0345db52a56867b796cd8b79)
To download, run "wget https://gist.github.com/EmeraldImpulse7/b2dd266b0345db52a56867b796cd8b79/raw/14d1cb27ed664c396ab5bf98eb1a830311423322/pixelterm.lua pixelterm.lua".

(https://camo.tmpim.com/90aed30351878095ac0861b5675abcc366190c46/68747470733a2f2f757365722d696d616765732e67697468756275736572636f6e74656e742e636f6d2f36313736363032312f3137303835323836322d66663939643361362d303433332d346330372d393734652d3632376336356532383962392e706e67)
Title: PixelTerm - Use pixels instead of characters!
Post by: Impulse on May 29, 2022, 07:34 PM
Update: Added "setLine()" and added a bit of support for older versions of the mod.