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
keywords: ["fastj", "java game engine", "fastj game engine", "fastj 1.4.0", "fastj game engine 1.4.0", "java game engine 2021", "can java be used for making games", "free java game engine", "free game engine", "game engine 2021", "kotlin game engine", "is kotlin good for making games", "kotlin game engine 2021", "groovy game engine", "groovy game engine 2021", "is groovy good for making games", "2d game engine", "java2d game engine", "java 2d game engine", "kotlin 2d game engine", "fastj 2d game engine", "groovy 2d game engine", "how to make games", "how to make game tutorial", "game making tutorial"]
35
8
tags: [fastj, release, fastj-1.4.0]
36
9
description: "This isn't a very glamorous update, but it is an essential one. FastJ has been equipped with several useful mathematical methods in order to ease the amount of work that programmers would need to do to create simple games.<br/>...In other words, FastJ's pretty tough to use without these 😅 <br/>That being said, these updates constitute a satisfactory base that can be further built upon."
37
10
image: /img/fastj/fastj_icon_wired.png
@@ -40,69 +13,56 @@ hide_table_of_contents: false
40
13
41
14
This isn't a very glamorous update, but it is an essential one. FastJ has been equipped with several useful mathematical methods in order to ease the amount of work that programmers would need to do to create simple games.
42
15
43
-
...In other words, FastJ's pretty tough to use without these 😅
16
+
...In other words, FastJ's pretty tough to use without these 😅
44
17
45
18
That being said, these updates constitute a satisfactory base that can be further built upon.
46
19
47
20
<!--truncate-->
48
21
49
-
### Sonarcloud Code Coverage
50
22
23
+
### Sonarcloud Code Coverage
51
24
You may have noticed a shiny new badge on the README! FastJ now makes use of Sonarcloud for code coverage, code smells, and other various helpful code analyses.
52
25
53
26
### Code Style Consistency
54
-
55
27
I had some extra time while working on this game engine, so I meticulously worked to improve the documentation style and code style. With this update, the code for the library is (hopefully) much more consistent and readable.
56
28
57
29
## New Additions
58
-
59
30
### `Maths.java`
60
-
61
-
- Added `Maths#lerp` for basic linear interpolation (by @YeffyCodeGit)
31
+
- Added `Maths#lerp` for basic linear interpolation (by @YeffyCodeGit)
0 commit comments