Re: GUI Guidance for Linux
- Posted by mattlewis (admin) Nov 29, 2010
- 1218 views
Anthill said...
What I want to do is write an application that draws text (preferably with access to font metrics), points, lines and polygons and have access to some basic widgets such as buttons and scrollbars. Is there a way to do this with Euphoria and are there any tutorials that might help.
Take a look at the wxEuphoria demo bench_draw.exw. It draws polygons, lines and points. There's also the hexes.exw and triangles.exw demos, which basically draw polygons on the screen and allow some user interaction with them.
There are several functions for dealing with font information as well.
Matt