Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkh-user committed Aug 16, 2024
1 parent a083434 commit addd6d5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Subject-Library
SLib (Subject Library) is a Godot library that provides Godot capabilities in a simpler way.

### What is SLib?
SLib is a set of ready and standard code that makes you unnecessary to write many long and frequently used codes.

### Why use?
- SLib need very small space in your application (now less than 2KB)
- SLib installation is very easy
- With SLib you can make unreadable codes readable quickly
- You will not need to write duplicate sections
- You can execute multiple lines of code with one line
- It replaces incomprehensible parts with useful and comprehensible expressions
- It gives you standard ways to do certain thing
- Optimizes your app export for any platform

### How To Install
For start using SLib:

Expand Down

0 comments on commit addd6d5

Please sign in to comment.