Skip to content

Commit ca36590

Browse files
vogellaclaude
authored andcommitted
Add N&N for animated effects migrated to SWT GraphicsExample
Covers the migration work tracked in eclipse-platform/eclipse.platform.swt#3189, introducing a Misc category with effects from SWT-OldSchoolEffect. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 71385a7 commit ca36590

5 files changed

Lines changed: 50 additions & 0 deletions

File tree

8.31 MB
Loading
2.16 MB
Loading
3.65 MB
Loading
2.57 MB
Loading

news/4.40/platform_isv.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,53 @@ The feature is disabled by default to preserve backward compatibility.
3333
![Dirty Indicator Light Theme](images/dirty-indicator-light.png)
3434

3535
![Dirty Indicator Dark Theme](images/dirty-indicator-dark.png)
36+
37+
### New Animated Effects in SWT GraphicsExample
38+
<!-- https://github.com/eclipse-platform/eclipse.platform.swt/issues/3189 -->
39+
<details>
40+
<summary>Contributors</summary>
41+
42+
- [Laurent Caron](https://github.com/lcaron)
43+
- [Lars Vogel](https://github.com/vogella)
44+
</details>
45+
46+
The SWT `GraphicsExample` snippet has been extended
47+
with a large collection of animated demo tabs in the new `Misc` category.
48+
These effects were migrated from the SWT-OldSchoolEffect project
49+
with permission from the original author, [Laurent Caron](https://github.com/lcaron),
50+
and serve as useful tests and demonstrations
51+
for SWT's `Canvas`, `GC`, and `Image` rendering.
52+
53+
Newly available effects include:
54+
- Starfield.
55+
- Ripple.
56+
- Blob.
57+
- Burning Sea.
58+
- Copper Bars.
59+
- Explosion.
60+
- Fire.
61+
- Mandelbrot.
62+
- Moiré.
63+
- Plasma.
64+
- Raster Bars.
65+
- Shade Bobs.
66+
- Twister.
67+
- Wave.
68+
- Dancing.
69+
- Bump Mapping.
70+
- Flat Text.
71+
- Lens.
72+
- Block Effect.
73+
- Twirl.
74+
- Sine Wave.
75+
- Sky.
76+
- Unlimited Balls.
77+
- Warp.
78+
79+
![Flower effect](images/graphics-example-flower.gif)
80+
81+
![Mirror effect](images/graphics-example-mirror.gif)
82+
83+
![Ripple effect](images/graphics-example-ripple.gif)
84+
85+
![Scroll effect](images/graphics-example-scroll.gif)

0 commit comments

Comments
 (0)