Jun 01

Quixie’s development has been busy throughout May 2010. Quixie is getting a revamp on rendering engine. Cairo is being used to support vector-rendering.

As such, new commands were added to Draw class:

  • BeginFill(color, destination)
  • CurveTo(x, y, destination)
  • Clear(destination)
  • LineStyle(thickness, color, destination)
  • LineTo(x, y, destination)
  • MoveTo(x, y, destination)

All of which are only functional on the cairo-build of Quixie.

With such functionality, a simple rotating 3D cube can be scripted just like the one below.

Cairo 3D Test

You can build Quixie with Cairo as rendering engine by executing make_cairo.bat — or download the precompiled demo for Windows. Still going to work for GNU/Linux platform.

Who came over?