[squeak-dev] Video - Etoys on iPad

John M McIntosh johnmci at smalltalkconsulting.com
Fri Jun 18 15:59:08 UTC 2010


The squeak iphone vm already supports 

- (void) buildAccelerationEventComplexObject: (UIAcceleration *) acceleration placeIn: (sqComplexEvent *) evt;
- (void) buildLocationEventComplexObject: (NSMutableArray *) acceleration placeIn: (sqComplexEvent *) evt;

- (void) buildApplicationEventComplexObject: (NSMutableArray *) acceleration placeIn: (sqComplexEvent *) evt;
	applicationTermination
	memoryWarning. 

In order for the EventSensor logic in the Smalltalk image to receive acceleration and location data you have to use 
some Objective-C calls to ask the Objective-C Class to turn on the gathering of data, then of course interpret what the 
data means... 

On 2010-06-18, at 7:41 AM, Lawson English wrote:

> On 6/14/10 6:31 PM, Bert Freudenberg wrote:
>> http://www.youtube.com/watch?v=gYrp31fH-Jk
>> 
>> - Bert -
>> 
>> 
>>   
> 
> This article raises an interesting issue:
> 
> http://online.wsj.com/article/SB10001424052748704009804575308982549077428.html?mod=WSJ_Books_LS_Books_2
> 
> 
> should etoys/scratch/etc be enhanced to handle not just multi-touch but other iphone OS specific features when they are present? Eventually, they won't be iphone/ipad-specific. Likewise, other company's products might get specific features first. Should there be a way to auto-detect such features if they are present and expose them to etoys/scratch users?
> 
> e.g. input from x/y/z/rotational accelerometers, GPS, compass, etc?
> 
> People ooh and ah about the White Rabbit's watch swinging in the direction that the iPad is tilting. Imagine what could be done with enhanced story telling if kids are able to use those features with scratch or etoys?
> 
> 
> Lawson
> 
> 
> 
> 
> 
> 
> 
> 
> 

--
===========================================================================
John M. McIntosh <johnmci at smalltalkconsulting.com>   Twitter:  squeaker68882
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
===========================================================================




-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2445 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20100618/a33b6cd5/smime.bin


More information about the Squeak-dev mailing list