1
0
mirror of https://github.com/kepler155c/opus synced 2025-02-05 19:50:03 +00:00
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
2020-04-21 22:40:59 -06:00
2020-05-10 20:04:57 +00:00
2019-08-13 11:14:45 -06:00
2019-08-13 11:14:45 -06:00

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
Description
One of the few useful ComputerCraft OSes.
Readme 2 MiB
Languages
Lua 100%