Skip to content

Commit 7c903ba

Browse files
authored
Update README.md
1 parent fa83e03 commit 7c903ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ By the way, the game has an Easter egg. Can you find it?
99

1010
## How It's Made
1111

12-
It was developed on the Java using framework libGDX.
13-
The game uses shaders for drawing a circle and text.
14-
I'm using some tricks for optimizing rendering, e.g. render to texture.
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.
1513

1614
## Release
15+
LibGDX is a minimalistic framework. The framework allowed to build a lightweight app: android release has size about 3 MB:
1716
[Android release](./android/android-release.apk)

0 commit comments

Comments
 (0)