Apply Zymatica.space custom license and upload LICENSE card
Browse files
LICENSE
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Copyright (c) 2026 Zymatica (zymatica.space | astronautshe.com | Devs One | We Are TheAiCollective.art). All rights reserved.
|
| 2 |
+
|
| 3 |
+
Licensed under the Zymatica.space Proprietary & Open Intellectual Property License.
|
| 4 |
+
|
| 5 |
+
Subject to the terms of this License, Zymatica hereby grants you a worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to use, reproduce, modify, and distribute the Software, provided that the above copyright notice and this permission notice appear in all copies or substantial portions of the Software.
|
| 6 |
+
|
| 7 |
+
For inquiries, custom commercial licensing, and enterprise support integrations, please visit https://zymatica.space or https://astronautshe.com.
|
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
-
license:
|
| 4 |
tags:
|
| 5 |
- webgl
|
| 6 |
- compression
|
|
@@ -29,7 +29,7 @@ $$\text{round}\left(U_{\text{dequant}} \Sigma_2 V_{\text{dequant}}^T\right) = M$
|
|
| 29 |
|
| 30 |
This optimizes the coordinate payload size to just **110 Bytes** total for all binary SVD matrices, representing a **70% reduction in SVD/DCT payload size** compared to standard Rank-4 DCT algorithms.
|
| 31 |
|
| 32 |
-
The database is 100% commercial-friendly, containing 49
|
| 33 |
|
| 34 |
---
|
| 35 |
|
|
@@ -37,6 +37,7 @@ The database is 100% commercial-friendly, containing 49 permissively licensed op
|
|
| 37 |
|
| 38 |
```text
|
| 39 |
βββ logo.jpg # Zymatica Logo image
|
|
|
|
| 40 |
βββ run_ultimate_pipeline.py # Level 1-7 dynamic execution compression pipeline
|
| 41 |
βββ VerifyLanguageU.java # Cross-language Java range decoder
|
| 42 |
βββ verify_language_u.rs # Cross-language Rust range decoder
|
|
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
+
license: other
|
| 4 |
tags:
|
| 5 |
- webgl
|
| 6 |
- compression
|
|
|
|
| 29 |
|
| 30 |
This optimizes the coordinate payload size to just **110 Bytes** total for all binary SVD matrices, representing a **70% reduction in SVD/DCT payload size** compared to standard Rank-4 DCT algorithms.
|
| 31 |
|
| 32 |
+
The database is 100% commercial-friendly, containing 49 open-source libraries licensed permissively (including our custom framework Zymatica-3D under the Zymatica.space License, replacing the copyleft Blend4Web framework).
|
| 33 |
|
| 34 |
---
|
| 35 |
|
|
|
|
| 37 |
|
| 38 |
```text
|
| 39 |
βββ logo.jpg # Zymatica Logo image
|
| 40 |
+
βββ LICENSE # Zymatica.space License
|
| 41 |
βββ run_ultimate_pipeline.py # Level 1-7 dynamic execution compression pipeline
|
| 42 |
βββ VerifyLanguageU.java # Cross-language Java range decoder
|
| 43 |
βββ verify_language_u.rs # Cross-language Rust range decoder
|