I've written some examples programs in Dylan that are available for download
here. The intent is to demonstrate some aspect of Dylan or provide libraries
that may be useful to others.
Unless otherwise noted in the download files the source and libraries
are made available under a fairly unrestrictive
software license.
Note that some of the projects listed below have been updated and placed
in the Dylanlibs library. For a complete listing of the examples and projects
in Dylanlibs, go to the Dylanlibs
page.
The following projects/examples are available:
- Make x-sockets Library
- Uses the DUIM classes to have a wizard style
front end to creating a patched version of the Functional Developer
sockets library. The library created, 'x-sockets', has various protocols
made open and extensible to allow development of third party protocols
like SSL support for example.
- Icon Example
- Demonstrates loading a Windows icon from a resource
and displaying it in a frame.
- WildTangent Game Library project
- A DUIM gadget for using the WildTangent gaming library
with two examples of usage.
- Simple Web Browser
- A DUIM gadget for displaying HTML. Demonstrates a
way of using ActiveX controls in DUIM panes.
- Date Gadget Library
- A DUIM gadget for displaying and editing dates. Uses
the Win32 date common control.
- CORBA Example
- A simple example using CORBA that connects to a random
number server on the internet.
- OpenGL Example 1
- Shows a very simple way of using OpenGL inside DUIM
panes.
- Bitmap Example 1
- Demonstrates loading windows bitmaps from a file and
displaying it in a pane. Shows how a custom subclass of
<image>
can be created.
|