Search code examples
actionscriptstage3dagal

How to draw a line on a bitmap in Stage3D using Agal?


How can I draw a line on a bitmap in Stage3D using Agal? Can someone provide a code example?


Solution

  • I recently wrote a simple library to draw lines on Stage3D.
    It's called Zebroid, https://github.com/luwes/Zebroid

    Zebroid does not support line caps or joints yet.