Difference between revisions of "TurtleOS"

From ComputerCraft Wiki
Jump to: navigation, search
Line 1: Line 1:
TurtleOS is the default OS for [[Turtles]]. The main difference is that it has the new [[Turtle API]], which can be used to code for turtles.[[File:8EPlc.png|frame|right|TurtleOS interface]]
+
[[File:8EPlc.png|400px|thumb|right|TurtleOS interface]]
 +
TurtleOS is the default OS for [[Turtle|turtles]]. The difference with the default OS for [[Console|consoles]] is that TurtleOS works with the new [[Turtle API], which can be used to code turtles.
 
Its features include...
 
Its features include...
 
* Default; guaranteed to work across updates unlike the others.
 
* Default; guaranteed to work across updates unlike the others.
 
* DOS style interface
 
* DOS style interface
 
* Only OS for turtles at time of writing
 
* Only OS for turtles at time of writing
* Do It Yourself, letting you customize what you want on your Turtle.
+
* Do It Yourself: letting you customize what you want on your Turtle.
 
[[Category:OSes]]
 
[[Category:OSes]]

Revision as of 20:44, 14 March 2012

TurtleOS interface

TurtleOS is the default OS for turtles. The difference with the default OS for consoles is that TurtleOS works with the new [[Turtle API], which can be used to code turtles. Its features include...

  • Default; guaranteed to work across updates unlike the others.
  • DOS style interface
  • Only OS for turtles at time of writing
  • Do It Yourself: letting you customize what you want on your Turtle.