@zakkster/lite-fastbit32 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,9 +12,7 @@ Zero-GC, monomorphic, branchless 32-bit flag manager for ECS masking, object poo
|
|
|
12
12
|
|
|
13
13
|
## 🚀 Built with Lite-FastBit32: Lite-Tween Pro
|
|
14
14
|
|
|
15
|
-
If you are building high-performance WebGL applications or JavaScript games, check out **Lite-Tween Pro**. It is a commercial, zero-allocation ECS tweening engine built directly on top of this bitwise architecture.
|
|
16
|
-
|
|
17
|
-
It completely bypasses the JavaScript Garbage Collector to guarantee a flat memory profile and a stable 120fps on mobile devices.
|
|
15
|
+
If you are building high-performance WebGL applications or JavaScript games, check out **Lite-Tween Pro**. It is a commercial, zero-allocation ECS tweening engine built directly on top of this bitwise architecture. It completely bypasses the JavaScript Garbage Collector to guarantee a flat memory profile and a stable 120fps on mobile devices.
|
|
18
16
|
|
|
19
17
|
👉 **[Get the Lite-Tween Pro Source Code here](https://zakkster.lemonsqueezy.com/checkout/buy/05ad56be-4b91-4bef-8218-9e85c65690b4)**
|
|
20
18
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zakkster/lite-fastbit32",
|
|
3
3
|
"author": "Zahary Shinikchiev <shinikchiev@yahoo.com>",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.4",
|
|
5
5
|
"description": "Zero-GC, monomorphic 32-bit flag manager and ECS masking primitive for high-performance game loops.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"sideEffects": false,
|