Skip to content

Instantly share code, notes, and snippets.

@Shazuli
Shazuli / nxdraw.lua
Created August 24, 2018 19:30 — forked from nexustix/nxdraw.lua
nxdraw - Simple rendering of geometric primitives for OpenComputers
--[[
name: nxdraw
version: 0.1.1
description: Simple rendering of geometric primitives for OpenComputers
author: nexustix
]]--
local nxdraw = {}
nxdraw.__index = nxdraw