Monthly Archives: July 2008

OpenGL Wrapper 0.1.10

Hmm, I tried to create the rendering context using a different pixelFormat approach – but that did not work. And now ? Well I call “createRenderingContext” and if this fails I call it again – ok, now the software works … Continue reading

Posted in Smalltalk | Tagged , | Leave a comment

OpenGL Wrapper 0.1.8

Ok, got lost between my laptop repository and my main repository. This version now has the correct loading sequence and will load without errors …. BUT, when I start my application in a fresh image for the very first time … Continue reading

Posted in Smalltalk | Tagged , | Leave a comment

OpenGL Interface 0.1.2

Some minor updates. Initialization of the basic widget changed, also the corresponding Abt part class. You may look at the example view app and look how the opened event works and what it calls. Also first simple Redbook example added. … Continue reading

Posted in Smalltalk | Tagged , | Leave a comment

Der Kanal …

Neben der Elbe kann man natürlich auch dem Kanal einen Besuch abstatten. Dazu bietet sich ein Besuch bei der Schleuse in Brunsbüttel an. Der Besuch der eigentlichen Schleusenanlage ist kostenlos (war früher nicht so). Aber auch der Besuch des dazugehörenden … Continue reading

Leave a comment

Elbe: Wasser, Strand und Kinder

Wasser, Strand und Kinder – das muß eine magische Anziehung haben. Meine Kindheit habe ich meistens “hinter” dem Deich in Brokdorf am Wasser erlebt. Morgens aus dem Haus, über’n Deich, zu den Essenszeiten oftmals nach Hause (Uhr hatte ich ja … Continue reading

Leave a comment

Seehundstation Friedrichskoog

Knapp 40 Minuten von uns entfernt – über die neue B5 in Brunsbüttel über den Kanal – kommt man nach Friedrichskoog. Dort befindet sich die Seehundstation, die sich um allein gelassene Heuler kümmert. Nach langer Zeit wollten wir mit den … Continue reading

1 Comment

Tag der Seenotretter

Also am 27.07. öffnen einige Seenotstationen ihre Pforten und man kann sich die Stationen anschauen. Geöffnet sind die Stationen von 10 bis 17 Uhr. Brunsbüttel ist auch beteiligt. Die Stationsadresse lautet Brunsbütteler Strasse 32a. Weitere Infos unter: Tag der Seenotretter … Continue reading

Leave a comment

OpenGl Wrapper 0.1.1

In this version I fixed some problems, when loading the library into the image. There were initialization problems of the library wrappers and some invalid method calls: mskopengl-0-1-1 If you want to look at the small set of examples you … Continue reading

Posted in Smalltalk | Tagged , | Leave a comment

OpenGL Wrapper 0.1.0

A new example, new substructures and new licenses to that code. Each application has now its own license. All the basic ENVY-applications (basic data structure, basic api call wrappers) are free to use. Additional ENVY-Applications build on top of these … Continue reading

Posted in Smalltalk | Tagged , | Leave a comment

Managing external memory in VASmalltalk

Whenever one has to deal with external libraries or API calls one has to create a memory structure in Smalltalk and set and gets information in this structure. In general VASmalltalk can create references to memory in several ways: * … Continue reading

Posted in Smalltalk | Leave a comment