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

[not complete yet] Coolkit :: OC and CC compatible toolkit to make cross-platform programs

Started by Admicos, 24 February 2017 - 09:34 PM
Admicos #1
Posted 24 February 2017 - 10:34 PM
In this thread, I showed a API that ran in both OC and CC. This is that API.
Please note that this API is still incomplete, I still have to implement the following:
  • Filesystem API
  • More events
If you saw any bugs or wanted to suggest something, both the GitHub issues and the reply section is an OK place.

GitHub Repo: https://github.com/Admicos/coolkit
API Documentation: https://admicos.github.io/coolkit/
Download: pastebin get KsuCzk10 coolkit.lua (If you remove the last line and minify the code, you can embed it into your programs)
Edited on 25 February 2017 - 05:09 AM
Blizzard #2
Posted 09 March 2017 - 08:20 AM
What other events are supported? How about mouse and keyboard events?