Difference between revisions of "Tutorials"

From ComputerCraft Wiki
Jump to: navigation, search
(Undo revision 2171 by 126.117.226.163 (talk))
(Before you begin)
Line 1: Line 1:
 
As some tutorials might not be listed here, you can also browse the [[:Category:Tutorials|tutorials category]].
 
As some tutorials might not be listed here, you can also browse the [[:Category:Tutorials|tutorials category]].
  
== Before you begin ==
+
Dude do you know about Apple Intermediate Codec formats Acrez? If you use MPEG Streamclip you can eropxt your camera footage or whatever as a quicktime movie with apple intermediate codec. Then if you go to final cut, select  easy setup  and change the preset to  Apple Intermediate Codec 720p 30  you can edit much faster.
It is recommended that you read these pages before you begin working with ComputerCraft.
+
*[[Getting Started]]
+
*[[CraftOS Shell | Shell Commands]]
+
 
+
  
 
== Basic Tutorials ==
 
== Basic Tutorials ==

Revision as of 15:23, 17 July 2012

As some tutorials might not be listed here, you can also browse the tutorials category.

Dude do you know about Apple Intermediate Codec formats Acrez? If you use MPEG Streamclip you can eropxt your camera footage or whatever as a quicktime movie with apple intermediate codec. Then if you go to final cut, select easy setup and change the preset to Apple Intermediate Codec 720p 30 you can edit much faster.

Basic Tutorials

These tutorials are designed to be used in the order shown, each tutorial will build on the previous ones.

Introduction to Coding

Advanced tutorials

These tutorials deal with specific functions that are not always necessary, but may help improve your code considerably.

Coding for ComputerCraft

Example Programs

These pages guide you through programs created by other users. They are not necessarily well-coded, but can be useful as a loose guide.

Programming & Wiring

Turtles

The nice little robots that do the hard work for you.

External Tutorials/Guides