[Newbies] Howto - Loading OpenGL in Squeak 3.9

Jakub Kozisek jakub.kozisek at gmail.com
Sat Nov 18 12:53:26 UTC 2006


There is a project on SqueakSource by Chao-Kuo Lin that contains
OpenGL part of Croquet *without* positional arguments.

To get OpenGL running in 3.9:

1) install FFI and Balloon3D from SqueakMap Package Loader

2) open Monticello HTTP repository:

MCHttpRepository
   location: 'http://www.squeaksource.com/OpenGL'
   user: ''
   password: ''

3) select OpenGL-ckl.4.mcz and load it

4) apply attached change-set

5) make sure, that Squeak.ini contains

B3DXUsesOpenGL = 1

6) and play :)

OpenGLMorph new openInWorld.

Resources:
Project page - http://www.squeaksource.com/@kmjIlYFvZsBIaHaX/MYfuMDNe.
Positional aguments - http://www.lazarevic.de/PositionalArgs.html
(Example 4 to see the difference)

Jakub
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenGLUpdate.1.cs
Type: application/octet-stream
Size: 891 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/beginners/attachments/20061118/459ce649/OpenGLUpdate.1.obj


More information about the Beginners mailing list