APA Class Update
I’ve managed to add some new stuff to my APA class (small part of a bigger whole). It’s changed a little bit from what was last seen of it (my Chip8 emu source contains an older version). Here’s a rundown of what I have and what’s planned.
Added:
- Can initialize the class for use with bitmap or tile modes
- Pixel plotting (the beef of the class)
- Line, Rectangle, Circle, Polygons, Filled Circle, Filled Rectangle, Filled Polygons
- Flood Fill (though it could still use some work)
- Bitmap/Sprite drawing (draws an image at x,y)
- Transparency modes (None, RGB Color)
- Pen modes (Normal, AND, OR, XOR)
Next:
- Transparency modes (Indexed Color, Alpha)
- Writing modes (direct to video, buffered)
- Anything else that comes up…
I also have a fractal class that I’m playing with to test it as well as working on some text display stuff. If anyone has any suggestions, feel free to let me know.