source:
project/demonstrations/foreign-functions/README
@
21232
Last change on this file since 21232 was 21232, checked in by , 10 years ago | |
---|---|
File size: 365 bytes |
Line | |
---|---|
1 | == README for ''foreign-functions'' |
2 | |
3 | Two versions of a trivial graphics program that show how |
4 | foreign functions can be accessed in CHICKEN. |
5 | |
6 | * {{squares-plain.scm}} uses the foreign-function interface directly. |
7 | |
8 | * {{squares-bind.scm}} uses the `bind' extension. |
9 | |
10 | Libraries and headers for `libSDL' (Simple Direct Media Layer) must be |
11 | installed to run this example. |
Note: See TracBrowser
for help on using the repository browser.