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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ By the way, the game has an Easter egg. Can you find it?
9
9
10
10
## How It's Made
11
11
12
-
It was developed on the Java using framework libGDX. The framework provides to add shaders and interact with it via code an easy way. In the project I used custom shaders for drawing shapes and SDF text. Shapes are rendering into a texture which then drawn on the screen in the required places as much as necessary. This avoids shader-inside re-drawing graphic elements that do not change. The are used custom animation system for more control. The game saves was done by standard means of LibGDX via Json Serialization.
12
+
It was developed on the Java using framework LibGDX. The framework provides to add shaders and interact with it via code an easy way. In the project I used custom shaders for drawing shapes and SDF text. Shapes are rendering into a texture which then drawn on the screen in the required places as much as necessary. This avoids shader-inside re-drawing graphic elements that do not change. The are used custom animation system for more control. The game saves was done by standard means of LibGDX via Json Serialization.
13
13
14
14
## Release
15
15
LibGDX is a minimalistic framework. The framework allowed to build a lightweight app: android release has size about 3 MB:
0 commit comments