Updated APIs (markdown)

Florian Nücke 2014-03-06 00:48:56 -08:00
parent 1572ae3532
commit b8093f3569

@ -20,6 +20,7 @@ The standard libraries aside, OpenComputers comes with a couple of additional, b
- [[Keyboard|API/Keyboard]]: a table of key codes by name and pressed key tracking.
- [[Process|API/Process]]: keeps track of running programs and their environments
- [[Robot|API/Robot]]: abstracted access to robot actions.
- [[Serialization|API/Serialization]]: allows serialization of values, e.g. for sending them via the network.
- [[Shell|API/Shell]]: working path tracking and program execution.
- [[Sides|API/Sides]]: a global table that allows referencing sides by name.
- [[Term|API/Term]]: provides a simple readline implementation and text output.