summaryrefslogtreecommitdiff
path: root/README.org
Commit message (Collapse)AuthorAgeFilesLines
* Change license to GPLv3+.David Thompson2014-03-081-1/+1
|
* Add new coroutine macro.David Thompson2014-02-061-18/+33
| | | | | | | | * 2d/coroutine.scm (call-with-coroutine): New name for coroutine. (coroutine): New macro. (colambda, codefine, codefine*): Use call-with-coroutine. * examples/coroutine.scm: Use coroutine macro. * README.org: Update coroutine and agenda examples.
* Tweak README a bit more.David Thompson2014-01-131-2/+7
| | | | * 2d/README.org: More changes!
* Bring README up-to-date.David Thompson2014-01-131-119/+61
| | | | * README.org: Update examples and remove obsolete stuff.
* Add scene management summary to README.David Thompson2013-11-041-12/+64
|
* Fixed README examples using old vector modulemrtrop2013-10-091-2/+2
|
* Require Guile 2.0.9.David Thompson2013-09-091-1/+1
|
* Update README with new minimal example.David Thompson2013-09-061-38/+21
|
* Add more information to README.David Thompson2013-09-041-11/+27
|
* This software is LGPLv3 or any later version.David Thompson2013-09-011-1/+1
|
* Merge branch 'master' of github.com:davexunit/guile-2dDavid Thompson2013-08-251-10/+12
|\
| * Fix typo in README.David Thompson2013-08-241-1/+1
| |
| * Update simple example programPieter Slabbert2013-08-241-9/+11
| | | | | | | | | | | | The example program provided in the readme doesn't work. It seems that the on-key-down hook changed since the readme was written. This takes bits from simple.scm to fix it.
* | Clean up example code in README.David Thompson2013-08-251-11/+9
|/
* Add small examples of actions to README.David Thompson2013-08-211-0/+45
|
* Update README.David Thompson2013-08-181-2/+2
|
* Update README.David Thompson2013-08-151-10/+16
|
* Tweak links in README in the hopes that github will parse the file correctly ↵David Thompson2013-07-291-1/+1
| | | | now.
* Update example code in README.David Thompson2013-07-291-3/+5
|
* Fix embarrassing typo.David Thompson2013-07-291-1/+1
|
* Update README.David Thompson2013-07-281-6/+11
|
* Adding "Building" and "Running Examples" sections to README.David Thompson2013-07-261-0/+27
|
* Update README.David Thompson2013-07-211-3/+2
|
* Update dependency information in README.David Thompson2013-07-211-1/+10
|
* Fix typos and elaborate on coroutine example.David Thompson2013-07-191-8/+18
|
* Fix README formatting.David Thompson2013-07-171-5/+5
|
* Add short feature explanations and sample code to the README.David Thompson2013-07-171-37/+131
|
* Fix example code in README.David Thompson2013-07-061-2/+3
|
* Update example code in README.David Thompson2013-07-061-4/+2
|
* Add links to guile-figl and guile-sdl in the README.David Thompson2013-06-251-2/+2
|
* Dave, you are using org-mode, not markdown.David Thompson2013-06-251-2/+2
|
* Add more content to README.David Thompson2013-06-251-0/+58
|
* Add README.David Thompson2013-06-121-0/+22