Skip to content

Commit c07b0c1

Browse files
committed
upd
1 parent 43bf049 commit c07b0c1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/introduction.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Introduction
22

3-
Whack is an open-source, multi-media application creation platform designed for the Rust language.
3+
Whack is an open-source, multi-media platform designed for the Rust language, used for creating rich graphical experiences.
44

55
## Licensing
66

77
While Whack is open-source, it [relies](./licensing.md) on a library with a slightly less permissive public license, so ensure your Whack application is distributed in compliance with their license.
88

99
## Performance
1010

11-
Whack aims to be faster than Progressive Web Applications – which are typically implemented using HTML5, TypeScript and reactive frameworks like React.js. HTML5 applications are well-known for consuming significant RAM memory and high CPU usage.
11+
Whack aims to be faster than Progressive Web Applications – which are typically implemented using HTML5, TypeScript and reactive frameworks like React.js. HTML5 applications are well-known for consuming significant RAM memory and high CPU usage. Whack apps are faster than apps made using technologies like Electron, Tauri and Cordova.
12+
13+
## Flexibility
14+
15+
Whack supports a Cascading Style Sheet 3 subset, reactive user interfaces and a complex graphical display model.

0 commit comments

Comments
 (0)