https://github.com/nitrogenez/resfs
File system abstraction layer for Zig games and apps
https://github.com/nitrogenez/resfs
abstraction files filesystem filesystem-library gamedev gamedev-library games zig zig-lang zig-language zig-lib zig-library zig-package ziglang
Last synced: about 1 month ago
JSON representation
File system abstraction layer for Zig games and apps
- Host: GitHub
- URL: https://github.com/nitrogenez/resfs
- Owner: nitrogenez
- License: bsd-3-clause
- Created: 2024-02-04T19:30:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-04T19:37:43.000Z (about 1 year ago)
- Last Synced: 2025-02-01T18:15:13.699Z (3 months ago)
- Topics: abstraction, files, filesystem, filesystem-library, gamedev, gamedev-library, games, zig, zig-lang, zig-language, zig-lib, zig-library, zig-package, ziglang
- Language: Zig
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# resfs
**Res**ource **F**ile **S**ystem, or ResFS is a file system abstraction layer made specifically for games and applications in Zig. It includes file type detection, resource lookup, etc.
To use it, just add it to your dependency tree in `build.zig.zon`.TODO: Better README.