<div dir="ltr"><div>Hello, </div><div><br></div><div>Anticipating the new Squeak release! and in the spirit of the "Survey: what do you do with Squeak, what do you *want* to do?" want to share the work on restoring the original Open Croquet onto Squeak 6.x (experimental).</div><div><br></div><div>For a long time, the community available Open Croquet images exist only in bootstrap images for Squeak 3.8 and for Squeak 4.2. Actually, there is no any open solution to use the latest Squeak VM and Smalltalk language with Open Croquet architecture. So, that starting from the original version to OpenQwaq, anyone could load it from scratch onto the new Squeak. </div><div>Below you could find install instructions, links and first steps in achiving this.</div><div><br></div><div>Demo-video: <a href="https://vimeo.com/257578323">https://vimeo.com/257578323</a></div><div><br></div><div>Comparing to the original Open Croquet for Squeak 3.8/4.2:</div><div><br></div><div>* No Embedded Morphic apps (bugs)</div><div>* No Tweak (yet) </div><div>* Original TContactPoint (find master on network) broadcaster/listener is replaced with WebSocket broadcaster/listener using WebClient (switching from UDP)</div><div>* Island snapshot/serializing/restoring needs deep review</div><div><br></div><div>=========================</div><div>Instructions and Links:</div><div><br></div><div>Preloaded Squeak image:</div><div><br></div><div>- Squeak VM and image with preloaded Croquet and content: <a href="https://www.krestianstvo.org/sdk/croquet/CroquetForSqueak6-App-MacWin-32bit.zip">https://www.krestianstvo.org/sdk/croquet/CroquetForSqueak6-App-MacWin-32bit.zip</a><br></div><div><br></div><div>- Only Squeak image with preloaded Croquet and content: <a href="https://www.krestianstvo.org/sdk/croquet/CroquetForSqueak6-Image-resources.zip">https://www.krestianstvo.org/sdk/croquet/CroquetForSqueak6-Image-resources.zip</a></div><div><br></div><div>- Only content (Textures, Models, etc.): <a href="https://www.krestianstvo.org/sdk/croquet/Content.zip">https://www.krestianstvo.org/sdk/croquet/Content.zip</a></div><div><br></div><div><br></div><div>How To install manually:</div><div><br></div><div>1. Get the latest Squeak VM with included B3DAcceleratorPlugin(!)</div><div>The preloaded app uses VM cog.spur 32 bit for Mac/Windows:</div><div><a href="https://bintray.com/opensmalltalk/vm/download_file?file_path=squeak.cog.spur_macos32x86_201802232356.dmg">https://bintray.com/opensmalltalk/vm/download_file?file_path=squeak.cog.spur_macos32x86_201802232356.dmg</a><br></div><div><a href="https://bintray.com/opensmalltalk/vm/download_file?file_path=squeak.cog.spur_win32x86_201802232356.zip">https://bintray.com/opensmalltalk/vm/download_file?file_path=squeak.cog.spur_win32x86_201802232356.zip</a></div><div><br></div><div>2. Get the latest Squeak 6.x image from <a href="http://files.squeak.org/6.0alpha/">http://files.squeak.org/6.0alpha/</a></div><div>The preloaded app uses <a href="http://files.squeak.org/6.0alpha/Squeak6.0alpha-17606-32bit/">http://files.squeak.org/6.0alpha/Squeak6.0alpha-17606-32bit/</a></div><div><br></div><div>3. Run Squeak.</div><div><br></div><div>4. In Workspace DoIt:</div><div>(Installer fromUrl: '<a href="http://sdk.krestianstvo.org/sdk/croquet/croquet-sn.2.mcm">http://sdk.krestianstvo.org/sdk/croquet/croquet-sn.2.mcm</a>') install</div><div><br></div><div>This will load FFI, OpenGL and Croquet packages from the project's repository "Open Croquet for Squeak 6.x".</div><div><br></div><div>MCHttpRepository</div><div>    location: '<a href="http://sdk.krestianstvo.org/sdk/croquet">http://sdk.krestianstvo.org/sdk/croquet</a>'</div><div>    user: ''</div><div>    password: ''</div><div><br></div><div>Or you could manually load FFI at first:</div><div><br></div><div>(Installer repository: '<a href="http://source.squeak.org/FFI">http://source.squeak.org/FFI</a>')</div><div>    install: 'FFI-Pools';</div><div>    install: 'FFI-Kernel';</div><div>    install: 'FFI-Tests'.</div><div><br></div><div>and then only OpenGL and Croquet packages:</div><div>(Installer fromUrl: '<a href="http://sdk.krestianstvo.org/sdk/croquet/croquet-sn.1.mcm">http://sdk.krestianstvo.org/sdk/croquet/croquet-sn.1.mcm</a>') install</div><div><br></div><div>5. Open 'Objects' in Squeak and choose 'Croquet' category.</div><div>Drag Croquet(Master) or Demo(Master) onto the empty space.</div><div><br></div><div>=========================</div><div><br></div><div>Best regards,</div><div>Nikolai</div><div><br></div><div><img src="cid:ii_161d460d666bbf0d" alt="Inline image 3" style="margin-right: 0px;" width="545" height="393"><br></div></div>