SqueakJS – A Squeak VM in JavaScript
11–20 of 25 posts
Re: SqueakJS – A Squeak VM in JavaScript
#12Is it possible to "save the image" in this version?
Re: SqueakJS – A Squeak VM in JavaScript
#13Earlier quoted context omitted.
it is actually suprisingly fast
The demos are very slow for me. I dunno if I can somehow display it but it feels like ~10 FPS.
Re: SqueakJS – A Squeak VM in JavaScript
#14Re: SqueakJS – A Squeak VM in JavaScript
#15Earlier quoted context omitted.
The demos are very slow for me. I dunno if I can somehow display it but it feels like ~10 FPS.
Did you try different browsers? The speed is very reasonable for me (considering the amount of BitBlt). I use SqueakJS to develop business software (using only Smalltalk). In these applications I am running SqueakJS headless and create a GUI using WebComponents (created through Smalltalk classes). This also runs very fast (tested on Firefox, Chrome and Safari).
Re: SqueakJS – A Squeak VM in JavaScript
#16Earlier quoted context omitted.
Did you try different browsers? The speed is very reasonable for me (considering the amount of BitBlt). I use SqueakJS to develop business software (using only Smalltalk). In these applications I am running SqueakJS headless and create a GUI using WebComponents (created through Smalltalk classes). This also runs very fast (tested on Firefox, Chrome and Safari).
Could you elaborate how this works – Headless SqueakJS plus WebComponents GUI?
Re: SqueakJS – A Squeak VM in JavaScript
#17Earlier quoted context omitted.
The demos are very slow for me. I dunno if I can somehow display it but it feels like ~10 FPS.
Did you try different browsers? The speed is very reasonable for me (considering the amount of BitBlt). I use SqueakJS to develop business software (using only Smalltalk). In these applications I am running SqueakJS headless and create a GUI using WebComponents (created through Smalltalk classes). This also runs very fast (tested on Firefox, Chrome and Safari).
Re: SqueakJS – A Squeak VM in JavaScript
#18Re: SqueakJS – A Squeak VM in JavaScript
#19I loved to see a Cuis version of SqueakJS. Just pare it down to its essential classes just to give developers a clean base to experiment with the language on. No e-Toys, no Metacello, etc.
Re: SqueakJS – A Squeak VM in JavaScript
#20I loved to see a Cuis version of SqueakJS. Just pare it down to its essential classes just to give developers a clean base to experiment with the language on. No e-Toys, no Metacello, etc.