https://github.com/kdesp73/baker
An asset baking cli tool and library
https://github.com/kdesp73/baker
baker baking c-programming cli
Last synced: 12 months ago
JSON representation
An asset baking cli tool and library
- Host: GitHub
- URL: https://github.com/kdesp73/baker
- Owner: KDesp73
- License: mit
- Created: 2025-05-27T18:19:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-27T21:29:44.000Z (about 1 year ago)
- Last Synced: 2025-05-27T22:30:19.069Z (about 1 year ago)
- Topics: baker, baking, c-programming, cli
- Language: C
- Homepage:
- Size: 7.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 
An asset baking cli tool and library
## Get started
```bash
git clone http://github.com/KDesp73/baker && cd baker
make all
```
## Single file baking
```bash
baker ./image.png -H ./include/assets -C src/assets
```
## Directory baking
```bash
baker assets/ # -s for baking all assets into a single file
```
## License
[MIT](./LICENSE)