Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
tutorial [2014/07/13 13:57]
sangar
tutorial [2015/06/10 21:41]
dean4devil Added a Lua tutorial
Line 9: Line 9:
 - After that you might want to read up on [[tutorial:​oc2_writing_code|how to create new programs]]. - After that you might want to read up on [[tutorial:​oc2_writing_code|how to create new programs]].
 - To keep you programs across reboots, [[tutorial:​oc3_hard_drives|read up on how to label and mount hard drives]]. - To keep you programs across reboots, [[tutorial:​oc3_hard_drives|read up on how to label and mount hard drives]].
 +
 +There have also been some tutorials posted to the forums:
 +
 +- [[http://​oc.cil.li/​index.php?/​topic/​166-getting-started/​|Getting Started]] by PotatoTrumpet.
 +- [[http://​oc.cil.li/​index.php?/​topic/​167-library-loading-and-writing-the-basics/​| Library loading and writing: The basics]] by Wobbo.
  
 General General
 ------- -------
-If you're new to Lua, one way to learn is to just have a look at the programs that come with the mod. For basic Lua information,​ do read the [[http://​www.lua.org/​manual/​5.2/​manual.html|Lua Reference Manual]]. Finally, you may want to read more about [[component:​component_access|how you can interact with components from within Lua]] and what [[component:​signals|built-in signals are generated]].+If you're new to Lua, one way to learn is to just have a look at the programs that come with the mod. For basic Lua information,​ do read the [[http://​www.lua.org/​manual/​5.2/​manual.html|Lua Reference Manual]]. ​ 
 +There are also tutorial sites about learning Lua, such as [[http://​www.tutorialspoint.com/​lua/​index.htm|tutorialspoint]]. 
 +Finally, you may want to read more about [[component:​component_access|how you can interact with components from within Lua]] and what [[component:​signals|built-in signals are generated]].
  
 ---- ----