Fplot is a simple, declarative wrapper around the powerful Gnuplot charting system. It provides a clean, table-based API that lets you create beautiful 2D and 3D plots directly from your Fennel or Lua ...
local script = ... script.Awake = function() -- create an instance from a Inspector assigned prefab script.go = Object.Instantiate(script.InspectorPrefab) end script.Update = function() -- make it ...