<div><br></div><div>Hi,<br></div><div><br></div><div>It seems to be there in the MacOS 64 bit cog build as well.<br></div><div><br></div><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="highlight" style="background-color:rgb(255, 255, 255)"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures">$ pwd</span></span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="highlight" style="background-color:rgb(255, 255, 255)"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures"><a href="http://Squeak.app/Contents/Resources/Squeak3D.bundle/Contents/MacOS">Squeak.app/Contents/Resources/Squeak3D.bundle/Contents/MacOS</a></span></span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="highlight" style="background-color:rgb(255, 255, 255)"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures">$ ls -lh Squeak3D<span class="Apple-converted-space"> </span></span></span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="highlight" style="background-color:rgb(255, 255, 255)"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures">-rwxr-xr-x<span class="Apple-converted-space">  </span>1 A B<span class="Apple-converted-space">    </span>70K 20 oct 10:16 Squeak3D</span></span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="highlight" style="background-color:rgb(255, 255, 255)"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures">$ file Squeak3D<span class="Apple-converted-space"> </span></span></span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><span class="highlight" style="background-color:rgb(255, 255, 255)"><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Menlo"><span class="size" style="font-size:11px"><span style="font-variant-ligatures: no-common-ligatures">Squeak3D: Mach-O 64-bit bundle x86_64</span></span></span></span></span><br></p><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; line-height: normal;"><br></p><div id="editorUserSignature" style="display:none;"><br></div><div>cheers<br></div><div><br></div><div>bruce</div><div><br></div><div><i>24 October 2018 00:55 "David T. Lewis" <lewis@mail.msen.com> wrote:</i><br></div><blockquote class="infmailquote"><div>On Tue, Oct 23, 2018 at 10:45:51PM +0200, St??phane Rollandin wrote: <br></div><div> > Le 23/10/2018 ?? 21:08, Bert Freudenberg a ??crit??: <br></div><div> > >On Tue, Oct 23, 2018 at 4:22 AM St??phane Rollandin <br></div><div> > > wrote: <br></div><div> > > <br></div><div> > >    Hello all, <br></div><div> > > <br></div><div> > >    I am trying to revive an old game I did way back in Squeak 3.8; it is <br></div><div> > >    based on Balloon3D and Wonderland. I have it running fine in Squeak 5.1 <br></div><div> > >    but it is very slow, because there is no 3D support anymore in the <br></div><div> > >    current VM. Where can I find the appropriate plugins? These are the <br></div><div> > >    ones <br></div><div> > >    needed for B3DPrimitiveEngine isAvailable to return true. <br></div><div> > > <br></div><div> > > <br></div><div> > >You need the Squeak3D plugin and B3DAcceleratorPlugin. <br></div><div> > <br></div><div> > Yes, it is the Squeak3D plugin that I am looking for. <br></div><div> > <br></div><div> > Any pointer? <br></div><div> > <br></div><div> > Stef <br></div><div> > <br></div><div> <br></div><div> This does not directly answer your question, but for what it's worth <br></div><div> a 64-bit interpreter VM on Linux includes the plugin. I do not know <br></div><div> if it works correctly, but it certainly can be compiled: <br></div><div> <br></div><div> lewis@lewis-Gazelle-Pro:/usr/local/lib/squeak/4.16.5-3765$ file *3D* <br></div><div> so.B3DAcceleratorPlugin: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5f8e5a465e57ada5ddd21ff03d6346d413727394, not stripped <br></div><div> so.Squeak3D:             ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1e0aaac558f5ded46aec16c2b0158c246536c7a1, not stripped <br></div><div> <br></div><div> <br></div><div> This means that the plugin should also be buildable on Cog/Spur. <br></div><div> I can't help with Windows VM builds, but I see no reason that it <br></div><div> would not work on 32-bit Windows, and possibly 64-bit windows also. <br></div><div> <br></div><div> Maybe someone with a Windows build environment can confirm? <br></div><div> <br></div><div> Dave <br></div><div> <br></div><div> <br></div><div> <br></div></blockquote><div><br></div>