Entries Tagged as ''

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.

Web-based & DS-based Lox editors

My good friend MrMr[iCE] has made a web-based editor for Lox which I’ve been tweaking. Also, WinterMute (of devkitPro fame) has made an editor for use on the NDS. It will save to any device (I hope) that uses Chishm’s FAT libraries (GBAMP, MK2/MK3, SC SD/CF, etc).

The submissions should be sent to the same address as pointed out here and here.