Skip to content

Instantly share code, notes, and snippets.

View xbeastguyx's full-sized avatar

Michael xbeastguyx

View GitHub Profile
from __future__ import division
from visual import *
from physutil import *
from visual.graph import *
#Window setup
scene.center = (0,0,0)
scene.range = 2000
#Objects
@xbeastguyx
xbeastguyx / ez_data.lua
Last active December 14, 2018 09:14
EZData - The PData Replacement
--[[
EZData - The PData Replacement
By Beast (STEAM_0:0:2316327)
This addon may be used as long as this notice isn't removed. Feel free to let me know what you use it in!
Copyright (C) 2017 Beast
]]
-- Optimizations for functions
local sql_Query = sql.Query