An open API service indexing awesome lists of open source software.

https://github.com/atirut-w/cgl

OpenComputers Common Graphics Library
https://github.com/atirut-w/cgl

graphics library lua opencomputers

Last synced: 9 months ago
JSON representation

OpenComputers Common Graphics Library

Awesome Lists containing this project

README

          

# OpenComputers **C**ommon **G**raphics **L**ibrary
A general purpose graphics library for OpenComputers

# Features
As of currently, the library is very basic and only have functions for drawing bitmaps, caching bitmaps, and drawing framebuffers at a specified position.

# Using the library
You can download this repository from GitHub into your project directory, or use it as a submodule if your project is using Git.

To `require` the library:
```lua
local cgl = require("cgl")
```