You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Flecs is a powerful ECS framework written in C that provides high-performance da
13
13
## Requirements
14
14
15
15
### Runtime
16
-
-**Java 25+**
16
+
-**Java 25+** (I recommand to used GraalVM Community Edition or Oracle for the Graal JIT compiler, this gave me 50% performance boost in my game compare to a classic OpenJDK)
17
17
-**Gradle 9+**
18
18
19
19
### Build from Source
@@ -124,7 +124,7 @@ public class Example {
124
124
## Documentation
125
125
126
126
-**[Flecs Manual](https://www.flecs.dev/flecs/)** - Official Flecs documentation
127
-
-**[Examples](examples/src/main/java/com/github/elebras1/flecs/examples/)** - Code examples covering various features
127
+
-**[Examples](examples/src/main/java/io/github/elebras1/flecs/examples/)** - Code examples covering various features
0 commit comments