Skip to content

Commit ee97ad9

Browse files
committed
Adjust release notes layout
1 parent f0f9a57 commit ee97ad9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

manual/release-notes/1_11/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ This feature comes with a set of great tools, such as Editor's Profiler integrat
2626

2727
### GPU Particles Performance Improvements
2828

29-
<video src="media/flax-game-particles.mp4" autoplay muted loop></video>
30-
<em>Game made with Flax running on Nintendo Switch.</em>
29+
<video src="media/flax-game-particles.mp4" autoplay muted loop width="100%"></video>
30+
| Game made with Flax running on Nintendo Switch
3131

3232
If your project utilizes GPU particles then on 1.11 it should run a lot of faster! Both rendering and simulation have been refactored to scale better across different hardware. GPU particles sortings run parallel and has very fast-path for small emitters (less than `2048` particles). Finally, GPU execution has been improved by using **UAV overlaps and more optimized memory barriers**.
3333

@@ -50,7 +50,7 @@ For this release, we added integration of GPU profiling with [Tracy](../../edito
5050
### Visject Improvements
5151

5252
<video src="media/node-formatting-tools.mp4" autoplay muted loop height="400"></video>
53-
<br><em>New node formatting options</em>
53+
| New node formatting options
5454

5555
Flax has its own graph editing tools, called Visject. It is used in many areas of the engine, from materials and particles to animations. In 1.11, a lot of new features were added and a lot of already existing ones were improved, making assets that use Visject **even quicker and easy to edit**.
5656

@@ -86,8 +86,8 @@ The layers matrix could become quite hard to read when there are lots of layers
8686

8787
### Threading Improvements
8888

89-
<video src="media/falling-boxes.mp4" autoplay muted loop></video>
90-
<em>10,000 falling boxes</em>
89+
<video src="media/falling-boxes.mp4" autoplay muted loop width="100%"></video>
90+
| 10,000 falling boxes
9191

9292
We've improved many engine parts to use multi-threading more often. Especially, physics simulation results processing, content streaming processing, particles and much more. In the sample falling boxes project, the lowest FPS ancounted when all `10,000` boxes collide went up from average `47fps` to `75fps`. This shows how **engine scales better in large projects** were object count grows exponentionally to meet visual fidelity.
9393

0 commit comments

Comments
 (0)