Overview

Artifact ID: 15af8f70351493fe560c1fc386a13402259008b2
Page Name:chicken-iup
Date: 2015-04-19 17:30:09
Original User: matt
Parent: cf7dc2533e2ee61006ac81c9adf0dd3ac4cc0c26 (diff)
Next 9dc525c60b3771b454e58469f70f3349fd5cc823
Content

Integration of chicken scheme, iup and canvas draw into an easy to use windows installer.

NOTE 1: Licenses for the individual packages can be found in the source or at the home sites for the code.

NOTE 2: I'm offering a US$200 bounty to bring all the packages in chicken-iup up to date. Details here

NEWS:

  • Bounty offer 04/19/2015. $200 to refresh packages and get canvas draw working, see bounty
  • New release 02/02/2014. Does not include canvas draw.
  • New release 03/25/2011. Details below.

Installation:

  1. Install Mingw http://www.mingw.org to the default location C:\MinGW
  2. Run the chicken-iup installer. Ensure the destination path is C:\chicken (it defaults to C:\chicken\chicken-iup in the previous release)

Downloads You can download the chicken-iup installer for Windows here;

To see a window with some widgets run chicken-iup and type in:

(load "../examples/sample.scm")

This chicken-iup site is using Fossil Source Code Management Software. To download older versions of the installer or explore the files log in as anonymous and browse "Files" or "Branches".

Some eggs included: apropos, trace, regex, regex-literals, regex-case, big-chicken, pdf, format, sql-de-lite, coops, test, slime, sqlite3, iup, canvas-draw

Sources used in putting together the integrated chicken-iup package include:

Known issues

You may get this error on exiting your app: "This application has requested the Runtime to terminate in an unusual way." As far as I know the error is annoying but harmless and is related to having removed the LUA files from the build. It should be fixed in a future release.

Installation notes

Additional documentation docs

Matt Welland Put this together.