Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgytrus/GeometryCache
A Geometry Dash mod that improves loading performance
https://github.com/cgytrus/GeometryCache
Last synced: 3 months ago
JSON representation
A Geometry Dash mod that improves loading performance
- Host: GitHub
- URL: https://github.com/cgytrus/GeometryCache
- Owner: cgytrus
- License: mit
- Created: 2022-06-03T16:17:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T08:49:18.000Z (over 1 year ago)
- Last Synced: 2024-08-01T20:36:13.488Z (6 months ago)
- Language: C++
- Homepage:
- Size: 23.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-geometry-dash - GeometryCache - Improves loading performance by using QOI image compression instead of PNG (Mods)
README
# GeometryCache
Caches textures to QOI for faster startupHasn't been tested extensively yet but on my setup it decreases loading time by 1 second (from 3 to 2)
Uses [wx257osn2/qoixx](https://github.com/wx257osn2/qoixx) for QOI encoding/decoding