The graphex system
include graphex.ew
The base of the system, called graphex is documented here.
Relevant Demos
- demo1-simple.exw : Setup a gfx and draw stuff, include AutoPainting (now deprecated)
- demo2-shapes.exw : A program for creating the shapes the sytem can draw
- demo3-asteroids.exw : A simple game using shapes as sprites
- demo4-waveform.exw : Using gfx's and shapes to draw wave forms
- demo5-sizing.exw : Resizing a gfx
- demo6-images.exw : "img-simple" drawing primitive
- demo7-asteroids.exw: Revisiting demo 3 with images instead of line drawing
include gcanvas.ew
An experimental extension called graphex canvas is documented here.
Relevant demos
- demo-canvas.exw : Development program
- demo-canvas-scrolls.exw : Demonstrating automatic scroll bars, event attachment and object selection
- demo-canvas-images.exw: tile based canvas
- demo-canvas-drag.exw: dragging objects on a canvas (not generalised yet)