This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Lur_'s profile picture

Monitor Mirroring

Started by Lur_, 02 May 2015 - 09:45 PM
Lur_ #1
Posted 02 May 2015 - 11:45 PM
I have recently created a mirroring program to mirror your computer screen to a monitor, without any hassle!

To install and use, simply type "pastebin get K9813zBz mirror",
or for those who use my paste.ee program, "pastee get g5BIX mirror".
(You can get paste.ee here)

The usage is as follows:
"mirror <side> [program]", whereas, if a program is not input, it will default to shell.

Updated as of 5/9/15. (Commented the program, &amp; fixed a bug).

I hope this helps someone who wants to use this for their own needs.
Edited on 09 May 2015 - 05:02 AM
LDDestroier #2
Posted 06 May 2015 - 01:17 PM
This is sorta like my Monc program…I'll try this out when I get the chance.
Creator #3
Posted 06 May 2015 - 10:38 PM
Could be useful for battle arenas. How do you manage the mirroring?
flaghacker #4
Posted 07 May 2015 - 06:13 AM
Could be useful for battle arenas. How do you manage the mirroring?

The monitor doesn't behave like a mirror, it inverses you write commands.

EDIT: Or that's what I thought, I'm not really sure about what it does after reading the sourcecode…
Edited on 07 May 2015 - 04:16 AM
Lur_ #5
Posted 09 May 2015 - 07:02 AM
Could be useful for battle arenas. How do you manage the mirroring?

The monitor doesn't behave like a mirror, it inverses you write commands.

EDIT: Or that's what I thought, I'm not really sure about what it does after reading the sourcecode…

Just made an update just for you, go ahead and redownload it, &amp; read that code!
(Also, the functions are not ran on the monitor themselves, it simply mods term,
and makes it do the same on the monitor).
Edited on 09 May 2015 - 05:03 AM