Vanessa Freudenberg

Results 53 issues of Vanessa Freudenberg

Goals of V2: see [README](https://github.com/codefrau/SqueakJS/blob/v2/README.md) This PR mainly exists as a place for discussion.

_Originally posted by @bpieber in https://github.com/codefrau/SqueakJS/issues/168#issuecomment-2152916896_ > I love the fact that SqueakJS runs a recent Cuis image. It pauses often when using it, though. I wonder if porting the...

enhancement

This would allow people to use SqueakJS just like any other VM, e.g. to run Etoys or other interpreter images on MacOS (which currently can not execute any 32 bit...

enhancement

To make some old demos work (like Wonderland in Squeak 2.8) we need to support the [Squeak3D plugin](http://squeaksource.com/Balloon3D.html), and the B3DAcceleratorPlugin. The latter already exists in a rudimentary form in...

enhancement

So far, only segments for (old) interpreter images are implemented, which allows Etoys and Scratch projects to work. For completeness, it should be implemented for newer image versions too.

enhancement

The orange status text (enabled via the TeapotMorph's red-halo-handle menu) is almost unreadable: Each character is drawn using [glBitmap()](https://registry.khronos.org/OpenGL-Refpages/gl2.1/xhtml/glBitmap.xml). WebGL does not have bitmap rendering, so I emulated it using...

Need to debug / clean up / replace the TCP/IP implementation in [jasmine-socket-plugin.js](https://github.com/codefrau/jasmine/blob/main/jasmine-socket-plugin.js)

When launching an activity directly via `--launch` then the `activityId` in the environment is `null`

GitHub pages is on github.io not github.com

I made it work on tablet again with buttons showing, and everything but helpers use the spot display, with proper clipping for zoom. I think this is ready to be...