Skip to content

Commit

Permalink
Add CHICKEN Scheme binding in README.md, Fix #21
Browse files Browse the repository at this point in the history
  • Loading branch information
mobius3 committed Jun 4, 2016
1 parent 2674c1f commit de9c5d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ If you're feeling mighty and want to try KiWi right now, these are (roughly) the

You can test the examples inside the `build/examples/` folder.

## Bindings
* [Vasilij Schneidermann](https://github.com/wasamasa) [created](http://emacsninja.com/posts/kiwi.html) a [CHICKEN Scheme](https://www.call-cc.org/) [binding](https://github.com/wasamasa/kiwi) for KiWi. There's also a wiki [here](http://wiki.call-cc.org/eggref/4/kiwi).


## Basic usage

Here is a very basic code that draws a label on screen (taken from the
Expand Down Expand Up @@ -115,3 +119,5 @@ Better documentation is yet to come, but every public method is well documented.
[SDL2_ttf]: https://www.libsdl.org/projects/SDL_ttf/
[SDL2_image]: https://www.libsdl.org/projects/SDL_image/
[roadmap]: https://github.com/mobius3/KiWi/blob/master/ROADMAP.md
[CHICKENBINDING]: https://github.com/wasamasa/kiwi

0 comments on commit de9c5d2

Please sign in to comment.