English / Japanese

Gauche-rfb - A Simple Graphics Library using VNC protocol

Last modified: 7 Jun 2008

What's Gauche-rfb?

Gauche-rfb is a cross-platform simple graphics library using VNC protocol. You can connect to it using VNC client or Web browser (using FVNC).

Sample code

(use rfb)

(rfb-init 400 400 :port 8080)

(rfb-box 100 100 300 300 'cyan :filled? #t)

(rfb-close)

Requirements

Gauche-rfb requires Gauche 0.8.13 or later. In Windows, use cygwin gosh.

Download

Installation

% gauche-package install --install-as=root Gauche-rfb-0.1.3.tgz

ChangeLog

2008-6-7: release version 0.1.3
2008-2-8: release version 0.1.2
2007-5-12: release version 0.1.1
2007-5-12: release version 0.1


naoki at koguro dot net