Skip to content

Instantly share code, notes, and snippets.

@nexustix
nexustix / nxdraw.lua
Last active August 24, 2018 19:30
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