Colorcodes.exu
I wrote this as a test of my GTK2.2 wrapper for Euphoria.
Instructions for use:
- Run the program
- Select from the drop-down combo controls which colors you want
- See the value of the resistor displayed in the text entry area
Requirements:
- Euphoria 2.4, from RDS
- GTK2 libraries:
- GtkLibrary = "libgtk-x11-2.0.so.0"
- GdkLibrary = "libgdk-x11-2.0.so.0"
- GObjectLibrary = "libgobject-2.0.so.0"
- GLibrary = "libglib-2.0.so.0"
- GdkPixBufLib = "libgdk_pixbuf-2.0.so.0"