24 Jul 19:42
trying to use Croquet for a new language learning project
From: Scott S. Lawton <scott <at> prefabsoftware.com>
Subject: trying to use Croquet for a new language learning project
Newsgroups: gmane.comp.lang.smalltalk.croquet.devel
Date: 2008-07-24 17:46:37 GMT
Expires: This article expires on 2008-08-07
Subject: trying to use Croquet for a new language learning project
Newsgroups: gmane.comp.lang.smalltalk.croquet.devel
Date: 2008-07-24 17:46:37 GMT
Expires: This article expires on 2008-08-07
I run a small company that is in the middle of a new project to create software tools to help kids age 6-9 learn a second language. I realize that Croquet is pre-alpha, so problems are to be expected. Still, I hope the base is solid enough that we can create some great demos. I hired a summer intern who has been learning Squeak and going through all the Croquet tutorials, but we are stuck on several issues. Dan has outlined them here: http://vcosm.com/croquet/ Some help would be greatly appreciated. In return, we're happy to write up the details of what we learn, e.g. turning our questions into mini tutorials and sharing general-purpose code. Briefly: - if we start from an existing world and make a few changes, how do we save them? Here's the exact steps we tried; http://vcosm.com/croquet/ChangeExistingWorld.html - what's the best way to create a new empty world? We tried invoking BaseWorld from Squeak: http://vcosm.com/croquet/CreateEmptyWorld.html - after we drag a JPG into a world, how can we turn it into a static object (without the manipulation frame)? How can we save it in the world? http://vcosm.com/croquet/AddAPicture.html - TPainter is cool ... can we load an image (or edit a JPG that we dragged into the world)? Where in the source code should we look to try to enhance the 2D-to-3D conversion? (which is a nifty feature BTW). http://vcosm.com/croquet/UseTPainter.html(Continue reading)
RSS Feed