Graphics Programs for BASIC
Here are some programs I've written that have to do with graphics:
File Name | Size | Description |
MANDEL.BAS | 1019 | Draws the Mandelbrot set. MANDEL.JPG (33 kb) is just a sample of what it can create. |
TRIANGLE.BAS | 516 | Another fractal program |
STARSLID.BAS | 563 | This has stars sliding past the screen |
STARSLI2.BAS | 1030 | Like the original above but the stars slide in a rotating sort of way. |
CIRCLES.ZIP | 5038 | This demonstrates the BLOAD, PUT, and PALETTE USING commands, it draws cool looking circles on the screen. |
RGB.BAS | 600 | Shows how to make a smooth transition from red to green to blue using the PALETTE, this looks pretty cool! |
NEWGRAPH.BAS | 361 | A nifty little program that will graph a function! Pretty useful if you don't have a graphing calculator. |
COOLGRA.BAS | 864 | Draws 256 colors in screen 13 and rotates the palette in a cool sort of way! |