Skip to content

Commit 351246d

Browse files
committed
Update docs
1 parent 0a8eded commit 351246d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

manual/get-started/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For developers using Flax Editor on Linux platforms the requirements are:
1414

1515
| | Recommended |
1616
|-------|-------|
17-
| Tested operating systems | Ubuntu 22 LTS |
17+
| Tested operating systems | Ubuntu 23 |
1818
| Processor | Quad-core or more, 2 GHz or faster |
1919
| RAM | 4 GB or more |
2020
| Hard drive space | 1 GB minimum |

manual/platforms/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Technical information
44

5-
Flax is compiled for Linux platform using **Clang** compiler and uses **X11** for UI. Binaries are tested on Ubuntu `22.04`.
5+
Flax is compiled for Linux platform using **Clang** compiler and uses **X11** for UI. Binaries are tested on Ubuntu `23`.
66

77
If your device has multiple GPUs installed you can select one using the cmd line argument: `-nvidia`, `-intel`, or `-amd`. Flax uses **Vulkan** for rendering.
88

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ We've added font fallback for text rendering, enabling **better support for CJK
6666

6767
Every update brings more features and improvements to the Editor. This time we added functionalities such as:
6868
* Saving collapsing panels state for subgroups in the Properties panel,
69+
* Vertex Snapping (move gizmo with V key pressed),
6970
* Refreshed collection editor interface to be more streamlined ([GH-2208](https://github.com/FlaxEngine/FlaxEngine/pull/2208)),
7071
* SI units, such as meters, kilograms, in input fields for both displaying and parsing ([GH-2213](https://github.com/FlaxEngine/FlaxEngine/pull/2213)),
7172
* Quick script creation right from *Add script* button ([GH-1827](https://github.com/FlaxEngine/FlaxEngine/pull/1827)).

0 commit comments

Comments
 (0)