[Contents]
[Prev] [Next] [Limbo Basics] [Limbo Programming] [Language Definition]

Graphics Programming

Graphics are not built into the Limbo language. Graphics in Limbo are handled through the Inferno Reference API. Inferno graphics functions are packaged in three distinct interface modules, the Draw module, the Prefab module, and the Limbo/Tk modules.

This section introduces each of these and gives three simple examples and basic explanation to provide a flavor of using each type of interface module. The examples are based on the simple console Greet program from Getting Started in Chapter 2.

For detailed description of the data and functions in the graphics modules, see the Inferno Reference Manual.



[Contents]
[Prev] [Next] [Limbo Basics] [Limbo Programming] [Language Definition]

Copyright © 1998, Lucent Technologies, Inc. All rights reserved.