32Blit asset preparation and upload tools
Project description
32blit Tools
This tool is intended for use with the 32Blit console to prepare assets and upload games.
WORK IN PROGRESS
You should install from source using:
git clone https://github.com/pimoroni/32blit-tools
cd src/
python3 setup.py develop
Running
32blit --help
Packing Image Assets
All image assets are handled by Pillow so most image formats will work, be careful with lossy formats since they may add unwanted colours to your palette and leave you with oversized assets.
Supported formats:
- 8bit PNG .png
- 24bit PNG .png
Options:
palette
- Image or palette file (Adobe .act, Pro Motion NG .pal, GIMP .gpl) containing the asset colour palettetransparent
- Transparent colour (if palette isn't an RGBA image), should be either hex (FFFFFF) or R,G,B (255,255,255)packed
- (Defaults to true) will pack the output asset into bits depending on the palette size. A 16-colour palette would use 4-bits-per-pixel.strict
- Only allow colours that are present in the palette image/file
Packing Map Assets
Supported formats:
- Tiled .tmx - https://www.mapeditor.org/ (extremely alpha!)
Packing Raw Assets
Supported formats:
- CSV .csv
- Binary .bin, .raw
Changelog
0.0.6
- Font tool (thanks @Daft-Freak)
- Flash command with multi-target function (thanks @Daft-Freak)
- Bugfixes to palette handling (thanks @Daft-Freak)
- Bugfixes to package recognition (seemed to affect Python 3.8 on Windows)
- Friendly (ish) error message when a .tmx tilemap with 0-index tiles is used (tmx is 1-indexed for valid tiles)
0.0.5
- Output data length symbols (thanks @Daft-Freak)
- Fix --packed to be default, again (packed can be disabled with --packed no)
- Various other tweaks
- Start of 32blit file upload support
0.0.4
- Default images to packed (packed arg now takes a bool)
- Fix bug in sprite payload size (thanks @Daft-Freak)
0.0.3
- Fix packaging mishap so tool actually works
0.0.2
- Real initial release
- Pack, cmake and asset commands working
- Very beta!
0.0.1
- Initial Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
32blit-0.0.6.tar.gz
(14.9 kB
view details)
Built Distribution
32blit-0.0.6-py3-none-any.whl
(19.9 kB
view details)
File details
Details for the file 32blit-0.0.6.tar.gz
.
File metadata
- Download URL: 32blit-0.0.6.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c73acf2714a590fbfee394992aaad5573e7d44df2ff9823a8b0d53d530621a3 |
|
MD5 | 860a0f771bd1ba0ba054ba12153cf0dc |
|
BLAKE2b-256 | 0ac2144ec2ff7c90484fca4948e1d52f62051840c453ad3ba7260905787bc740 |
File details
Details for the file 32blit-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: 32blit-0.0.6-py3-none-any.whl
- Upload date:
- Size: 19.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c4cbc702ecd84b8bb70e31306c96543a1ad32c049369232609b02240d8e4486 |
|
MD5 | e3786758a045ad75300fb785f2df6248 |
|
BLAKE2b-256 | 175cfdd8bab5e154395b52135410bb66e3e82ada5c2b7f7d1dbbb812e6605f50 |