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
- Host: GitHub
- URL: https://github.com/atirut-w/cgl
- Owner: atirut-w
- Created: 2022-01-15T10:28:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-17T10:16:38.000Z (over 4 years ago)
- Last Synced: 2025-02-07T13:49:24.512Z (about 1 year ago)
- Topics: graphics, library, lua, opencomputers
- Language: Lua
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")
```