One of the few useful ComputerCraft OSes.
Go to file
kepler155c@gmail.com 8279c1ae12 environments, error messages, and stack traces, oh my!
Changed the way processes are launched.
multishell.openTab and kernel.run now accept the current environment as a parameter.
That new process inherits a copy of the passed environment.
Reduces complexity as the calling process is not required to create a suitable env.
Stack traces have been greatly improved and now include the stack for coroutines that error.
2020-05-11 17:25:58 -06:00
.github/workflows more work on update notification 2020-05-01 22:40:17 -06:00
sys environments, error messages, and stack traces, oh my! 2020-05-11 17:25:58 -06:00
.gitignore Ui enhancements 2.0 (#31) 2020-04-21 22:40:59 -06:00
.opus_version Update version date 2020-05-10 20:04:57 +00:00
LICENSE.md update license / readme (#18) 2019-08-13 11:14:45 -06:00
README.md update license / readme (#18) 2019-08-13 11:14:45 -06:00
startup.lua Temporary fix for blit crashing with spaces 2020-04-20 19:33:22 -04:00

README.md

Opus OS for computercraft

Features

  • Multitasking OS - run programs in separate tabs
  • Telnet (wireless remote shell)
  • VNC (wireless screen sharing)
  • UI API
  • Turtle API (includes true pathfinding based on the ASTAR algorithm)
  • Remote file system access (you can access the file system of any computer in wireless range)
  • File manager
  • Lua REPL with GUI
  • Run scripts on single or groups of computers (GUI)
  • Turtle follow (with GPS) and turtle come to you (without GPS)

Install

pastebin run uzghlbnc