CCGPU

From ComputerCraft Wiki
Revision as of 00:12, 18 March 2012 by Mast3rPlan (Talk | contribs)

Jump to: navigation, search

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

Graphics Devices

A graphics device operates on a certain frequency and has an id indicating which buffer it is bound to.

Graphics Output Devices

Output devices are used to display a certain output buffer to the user.

Monitor

The Monitor block can be placed facing up to 4 directions and

Graphics Input Devices

Currently CCGPU doesn't have any default #Input Devices. A camera might be added in the future.