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

OpenPeripheral Glasses: guiTiles Demo

Started by blunty666, 27 February 2016 - 09:25 PM
blunty666 #1
Posted 27 February 2016 - 10:25 PM
This is a short video to share something I am currently working on. It is a 'tiles' framework for OpenPeripheral-Addons terminal glasses that allows you to easily group on-screen objects.

I have started working on a 'guiTiles' API that is built on top of the 'tiles' API, and the video shows the progress I have made so far.

[media]http://www.youtube.com/watch?v=7v2zFMZN8A8[/media]

The plan is to implement more objects such as a proper text box, radio buttons, scrollable lists etc.

Let me know what you think and any suggestions you might have!

TODO: Upload the files to github…
Link to github repo: https://github.com/blunty666/Tiles
Edited on 17 April 2016 - 02:44 PM
InDieTasten #2
Posted 27 February 2016 - 10:44 PM
Nice job
Creator #3
Posted 27 February 2016 - 10:45 PM
This looks amazing! And I can see you've gotten pretty far too.
blunty666 #4
Posted 17 April 2016 - 04:49 PM
Been playing around a bit more and have got the List object and Text Box object to an almost finished stage:

[media]http://www.youtube.com/watch?v=laK1Y8tQevY[/media]

There's still a bit of refinement of the APIs to do, but it's at the point where I hope to start creating useful programs with it.

Let me know if there are any GUI features you think I should add next…
blunty666 #5
Posted 01 May 2016 - 07:46 PM
Made a bit more progress now, including a new itemSlot object as seen in my demo program below:

[media]http://www.youtube.com/watch?v=yBfgzH_FU1M[/media]

I'm at a point now where I am looking at creating a full program to monitor/control various blocks (furnace, energy cell, tesseract, tanks, daylight sensor, etc).

All code is now on github, link on first post.