Home | Reviews | GUIpedia | Forum | Fun500
pharoah | QML PaintQML now has a paint application (written for HTML/Javascript browsers). If you visit [url=http://pharoah.xetaspace.net/paint]this page[/url], you can draw pixel art in the standard 16 colors and then have it outputted as QML. The converter uses half height characters to represent each pixel on the 60x20 grid. I chose to make it only 60 pixels wide because CQML does funny things with wide pictures. | 2009-04-05 | 8:59 PM |
pharoah | Re:QML PaintNow you can change the portion of the canvas that gets output as QML. Use the arrows to select the maximum character row (2 "pixels" each) and column. | 2009-04-06 | 3:42 PM |
pharoah | Re:QML PaintNow you can load as well as save. Still working on the interface :).
-Now it lets you draw more than one pixel per click.
Here's an example bit of QML you can try importing
[code]
#0
c223
:15
c223
c223
:0
c223
c223
c223
:15
c223
:0
c223
c223
c223
:15
c223
:0
c223
:15
c223
:0
c223
c223
|
#15
:15
c223
#8
:0
c223
c223
#15
:15
c223
#0
:0
c223
c223
#15
:15
c223
:8
c223
#0
:15
c223
#15
:8
c223
:15
c223
#0
:0
c223
#15
:15
c223
#0
:0
c223
c223
|
#15
:8
c223
#0
:15
c223
#15
c223
c223
#0
:0
c223
c223
#15
:15
c223
#0
:0
c223
#8
c223
#0
c223
#15
:15
c223
#0
:0
c223
#15
:15
c223
#0
c223
c223
|
:0
c223
#8
c223
c223
c223
#15
:8
c223
#0
:0
c223
#8
c223
#0
c223
c223
c223
#8
c223
#0
c223
#8
c223
c223
c223
|
[/code] | 2009-04-07 | 7:15 AM |
Other
2021 Brandon Cornell