[Pharo-project] Loading NBOpenGL in pharo 2
Igor, while loading ConfigurationOfNBOpenGL this things are missing: NBUnsignedLong TTFontReader TTFontDescription TTGlyph are they still needed? -- Lic. Javier Pimás Ciudad de Buenos Aires
On 21 November 2012 12:28, Javier Pimás <elpochodelagente@gmail.com> wrote:
Igor, while loading ConfigurationOfNBOpenGL this things are missing:
NBUnsignedLong
hmm.. this is because latest version of NativeBoost renamed this class to NBUInt32 that means we need to update config of opengl, and of course update this dependency.
TTFontReader TTFontDescription TTGlyph
this needs for demo to work.. but sure , it is not required for opengl to function.
are they still needed?
-- Lic. Javier Pimás Ciudad de Buenos Aires
-- Best regards, Igor Stasenko.
ok, I'll update the config. About the fonts, do you know if these clases were removed from pharo? On Wed, Nov 21, 2012 at 12:40 PM, Igor Stasenko <siguctua@gmail.com> wrote:
On 21 November 2012 12:28, Javier Pimás <elpochodelagente@gmail.com> wrote:
Igor, while loading ConfigurationOfNBOpenGL this things are missing:
NBUnsignedLong
hmm.. this is because latest version of NativeBoost renamed this class to NBUInt32 that means we need to update config of opengl, and of course update this dependency.
TTFontReader TTFontDescription TTGlyph
this needs for demo to work.. but sure , it is not required for opengl to function.
are they still needed?
-- Lic. Javier Pimás Ciudad de Buenos Aires
-- Best regards, Igor Stasenko.
-- Lic. Javier Pimás Ciudad de Buenos Aires
On 21 November 2012 13:17, Javier Pimás <elpochodelagente@gmail.com> wrote:
ok, I'll update the config. About the fonts, do you know if these clases were removed from pharo?
apparently they were removed. I don't remember where, but there should be a separate package to load these classes back (so we can add it to config to load them).
On Wed, Nov 21, 2012 at 12:40 PM, Igor Stasenko <siguctua@gmail.com> wrote:
On 21 November 2012 12:28, Javier Pimás <elpochodelagente@gmail.com> wrote:
Igor, while loading ConfigurationOfNBOpenGL this things are missing:
NBUnsignedLong
hmm.. this is because latest version of NativeBoost renamed this class to NBUInt32 that means we need to update config of opengl, and of course update this dependency.
TTFontReader TTFontDescription TTGlyph
this needs for demo to work.. but sure , it is not required for opengl to function.
are they still needed?
-- Lic. Javier Pimás Ciudad de Buenos Aires
-- Best regards, Igor Stasenko.
-- Lic. Javier Pimás Ciudad de Buenos Aires
-- Best regards, Igor Stasenko.
participants (2)
-
Igor Stasenko -
Javier Pimás