Posted 18 June 2016 - 03:00 AM
I'm not sure how feasible this idea is, but I might as well say it anyway.
Perhaps the ability to rotate and mirror characters could come in handy.
For example, being able to use a function such as term.mirror(boolean) would reflect every individual character that's written after the function is called over the y-axis, or "reverse" it. Doing so would would not only allow for more creative uses for characters, but would allow for more characters, since characters such as 16 and 17 (the arrow thing) could be mirrored, and therefore, eliminate the need for one of them, opening up the space to something else.
A similar thing could be done with rotating, or using a function like term.setOrientation(number Angle), allowing for more interesting uses of characters, and even eliminating the need for ones that become redundant once said function were to be eliminated (such as characters 30 and 31, which are more arrow stuffs).
Of course, the background pixel wouldn't be affected by reflections or rotations, simply the characters themselves. I think it could be a pretty neat little thing to do.
Perhaps the ability to rotate and mirror characters could come in handy.
For example, being able to use a function such as term.mirror(boolean) would reflect every individual character that's written after the function is called over the y-axis, or "reverse" it. Doing so would would not only allow for more creative uses for characters, but would allow for more characters, since characters such as 16 and 17 (the arrow thing) could be mirrored, and therefore, eliminate the need for one of them, opening up the space to something else.
A similar thing could be done with rotating, or using a function like term.setOrientation(number Angle), allowing for more interesting uses of characters, and even eliminating the need for ones that become redundant once said function were to be eliminated (such as characters 30 and 31, which are more arrow stuffs).
Of course, the background pixel wouldn't be affected by reflections or rotations, simply the characters themselves. I think it could be a pretty neat little thing to do.
Edited on 18 June 2016 - 01:03 AM