[Pharo-project] [squeak-dev] Need your opinion: What is most appealing form for GL function bindings?

Kevin Kelley kevin at kelleysoft.com
Sun May 23 01:37:41 UTC 2010


On Fri, 21 May 2010 04:27:20 -0500, Igor Stasenko <siguctua at gmail.com>  
wrote:

> readPixels_x: "in" x y: "in" y width: "in" width height: "in" height
> format: "in" format type: "in" type pixels: "out" pixels
> 	"This method was automatically generated from OpenGL specs"
> 	"See http://squeaksource.com/OpenGLSpecs for details"
> 	<primitive: #primitiveNativeCall module: #NativeBoostPlugin>

Hey, Igor,

Just wanted to register appreciation for this GL spec parser, it looks  
good and I think it'll be useful.  I'm trying to get GL working on the  
COLA platform (smalltalk syntax, generates to native code), and I think I  
can use your code to generate the bindings with the syntax I need.

Cheers!

Kevin Kelley



More information about the Squeak-dev mailing list