LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

LISA Graphics Engine

Root / Submissions / [.]

hakkeCreated:
Version:1.2Size:6.4 KB
LISA is an engine for making animations based in functions, which can control both X and Y. Project contains 3 programs: LISA.LIB (library) LISA_GRAPH (a little demostration of LISA) LISA_CALC (non-developed calculator)

Instructions:

Creating functions

Load in SLOT 1 "LISA_.LIB" Use this as a template
COMMON DEF NAME_X(I,V)
N=N 'type any function for X
RETURN N
END
COMMON DEF NAME_Y(I,V)
N=N 'type any function for Y
RETURN N
END
Then, do this
INIT
F_ANIM "NAME"

Notes:

Screenshot is from LISA-GE v1.1

Is this just for technical coolness, or do you think this could be used in programs? Stuff like particle effects maybe?

So basically an oscilloscope, right?