Question about iOS

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Question about iOS

Casey Ransberger-2

Hello all. I've been goofing with Squeak on my iPad. I'm using the pure obj-c no-ogl configuration; is this still the recommended VM? Or should I try to build a stack vm?
Reply | Threaded
Open this post in threaded view
|

Re: Question about iOS

johnmci

The SqueakPureObjcCogVM.xcodeproj  with some changes from Esteban will build an open-gl based Stack VM

On 2011-01-25, at 8:30 PM, Casey Ransberger wrote:

>
> Hello all. I've been goofing with Squeak on my iPad. I'm using the pure obj-c no-ogl configuration; is this still the recommended VM? Or should I try to build a stack vm?

--
===========================================================================
John M. McIntosh <[hidden email]>   Twitter:  squeaker68882
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
===========================================================================




Reply | Threaded
Open this post in threaded view
|

Re: Question about iOS

Bert Freudenberg
In reply to this post by Casey Ransberger-2

On 26.01.2011, at 05:30, Casey Ransberger wrote:

>
> Hello all. I've been goofing with Squeak on my iPad. I'm using the pure obj-c no-ogl configuration; is this still the recommended VM? Or should I try to build a stack vm?

On a related note, I have put my Etoys iPad sources here:

        http://etoys.squeak.org/experimental/ 

The Etoys4bf-4.1.0-5-src.zip archive contains the VM sources and all needed Etoys files. Should build right out-of-the-box, hopefully (I did not touch this since last May except for building it with the latest SDK last week).

- Bert -