Tag: 3d
-
Ubuntu Rejected Quixie
Two and a half years ago, I submitted Quixie to Ubuntu Software Center to bring the app closer to users. Ubuntu Software Center is like the Google Play for Ubuntu Users, or AppStore for Apple, or Steam for Gamers… etc., you get the idea. After a month of waiting, this is the exact message I…
-
Messing around with Vectors
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…