https://github.com/tabe/gauche-gd
A package of GD library for Gauche
https://github.com/tabe/gauche-gd
Last synced: 4 months ago
JSON representation
A package of GD library for Gauche
- Host: GitHub
- URL: https://github.com/tabe/gauche-gd
- Owner: tabe
- License: bsd-3-clause
- Created: 2012-02-17T10:20:00.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-17T10:20:28.000Z (over 14 years ago)
- Last Synced: 2024-05-01T22:55:08.847Z (about 2 years ago)
- Language: Scheme
- Homepage: http://fixedpoint.jp/gauche-gd/
- Size: 277 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
Read INSTALL to install.
Send bugs and/or patches to tabe@fixedpoint.jp.
Using scheme-mode in Emacs you may want to add the followings to, say, .emacs:
(put 'with-gd-image-format 'scheme-indent-function 1)
(put 'with-ft-font/fg/pt/angle 'scheme-indent-function 4)
(put 'gif-anim-with 'scheme-indent-function 2)
(put 'pixel-for-each 'scheme-indent-function 1)
(put 'pixel-fold 'scheme-indent-function 1)