2023-07-28 13:29:19 +00:00
|
|
|
# cc-simple-graphics
|
2023-07-28 13:46:06 +00:00
|
|
|
|
2023-07-28 14:07:14 +00:00
|
|
|
A simple, unopinionated graphics API for Computercraft devices. See the source
|
|
|
|
code for documentation on each function.
|
|
|
|
|
|
|
|
Installation is simple:
|
|
|
|
```shell
|
|
|
|
wget run https://raw.githubusercontent.com/andrewlalis/cc-simple-graphics/main/install.lua
|
|
|
|
```
|