SDL_basic includes full color graphics rendering functions with anti-aliasing and sound generation capabilities. It also includes a number of demo programs, and a full Asteroids-like game.
Product's homepage
Requirements:
· SDL
What's New in This Release: [ read full changelog ]
· Fixed problem with scrollback
· Added "round " and placeholder "rotate " to box and rect commands.
· In grammar.y, added emitfuncint() function that takes a function plus an integer, and emits one followed by the other.
· Added arc and wedge commands.
· Added shape interface. shinit, shend, shdone, shline, shcurve, shcubic.
· Added cool14.bas demo.