Difference between revisions of "CCGPU"

From ComputerCraft Wiki
Jump to: navigation, search
Line 1: Line 1:
The CCGPU peripheral is an addon for [[ComputerCraft]] which allows you to do [http://en.wikipedia.org/wiki/OpenGL OpenGL] operations within computercraft using [http://www.lua.org/ Lua]. The peripheral currently comes with two blocks: a [[#GPU]] peripheral and a [[#Monitor]] output device.
+
The CCGPU peripheral is an addon for [[ComputerCraft]] which allows you to do [http://en.wikipedia.org/wiki/OpenGL OpenGL] operations within computercraft using [http://www.lua.org/ Lua]. The peripheral currently comes with two elements: a [[#GPU]] peripheral and a [[#Monitor]] output device.
  
 
== Crafting ==
 
== Crafting ==
 
Coming soon
 
Coming soon
 +
 +
== GPU ==
 +
 +
 +
== Devices ==
 +
 +
=== Output Devices ===
 +
CCGPU comes with a Monitor block, it can be placed facing up to 4 directions and
 +
 +
=== Input Devices ===
 +
Currently CCGPU doesn't have default [[#Input Devices]]

Revision as of 00:04, 18 March 2012

The CCGPU peripheral is an addon for ComputerCraft which allows you to do OpenGL operations within computercraft using Lua. The peripheral currently comes with two elements: a #GPU peripheral and a #Monitor output device.

Crafting

Coming soon

GPU

Devices

Output Devices

CCGPU comes with a Monitor block, it can be placed facing up to 4 directions and

Input Devices

Currently CCGPU doesn't have default #Input Devices