You can support the development on the Github Sponsors page.


WIP > PLOTTER


A simple experimental plotter for TIC-80
made by Wired Unwell
uploaded by wired_unwell
added:
updated:
download cartridge
- CLICK TO PLAY -

0


A simple experimental plotter for TIC-80.
It is missing a lot of experimental features right now, and doesn't even have a proper input functionality and I have to add functions in the code.

This is the current form of function definition and their defaults.
{
func = "1" -- [string] <turns to function>
funcx = "..." -- [string] <turns to function>
start = -100 -- [number]
finish = 100 -- [number]
prec = 0.1 -- [number]
color = 2 -- [number]
label = "function" -- [string]
ptype = plot -- <function>: plot, polar
}
I'm almost sure I'm not using proper syntax here but it seems understandable.


Post comment