2011/1/21 Javier Pimás <elpochodelagente@gmail.com>:
Hi! I just gathered many of my previous experiences trying to use opengl and uploaded it to the pharo book. It would be nice if someone could check the info, try to add more and mainly test the tips to see if they are working.
Link?
With FFI OpenGL I'm getting an error while compiling a test method in Pharo
which error?
1.2 and some problems with underscore assignments and deprecations, we
which problems? Menu -> System -> Settings Write underscore, hit Enter Check "Allow underscore as assignment" To change all underscores _ to := install AST and RB and evaluate: | environment change rule | environment := BrowserEnvironment new forPackageNames: #('YourPackageName'). rule := RBUnderscoreAssignmentRule new. SmalllintChecker runRule: rule onEnvironment: environment. change := CompositeRefactoryChange new. change changes: rule changes. change execute
should fix them but I don't think I have access to that repo. Also, loading it involves many steps, having a ConfigurationOfFFIOpenGL would be awsome. Please add anything you consider useful. Regards, Â Â Â Â Â Â Javier.
-- Javier Pimás Ciudad de Buenos Aires