This is the code used to demonstrate during the talk at ESUG'2026.
The new "BlocHost-OSWindow-SDL3" package is not loaded by the baseline. You can manually load it using Iceberg in Pharo 14 after loading PharoSDL3 v0.3.0.
What's Changed
- Pass on demo browser and its model by @tinchodias in #849
- Take into account the value of space's fullscreen attribute on open by @tinchodias in #851
- Ensure bounds for interval calculations by @badetitou in #854
- Fix breadth first and test it + refactorings in test suite by @tinchodias in #858
- Add BlocHost-OSWindow-SDL3 by @tinchodias in #861
- More sophisticated host's #isSupported by @tinchodias in #862
- add test for secondary click simulation by @badetitou in #863
- Open geometry ignores outskirts by @tinchodias in #865
- Flatten bezier when first or last pairs of control points are too close by @tinchodias in #864
New Contributors
- @badetitou made their first contribution in #854
Full Changelog: v2.8.0...v2.9.0