https://github.com/kreglar/turbulence
Visual asset editor for Sega Genesis development.
https://github.com/kreglar/turbulence
art chunks color-palettes homebrew python qt6 sega-genesis sega-megadrive tilemap tilemap-editor tileset-editor
Last synced: 8 months ago
JSON representation
Visual asset editor for Sega Genesis development.
- Host: GitHub
- URL: https://github.com/kreglar/turbulence
- Owner: Kreglar
- License: gpl-3.0
- Created: 2025-06-21T03:52:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-29T16:22:29.000Z (12 months ago)
- Last Synced: 2025-06-29T17:29:18.814Z (12 months ago)
- Topics: art, chunks, color-palettes, homebrew, python, qt6, sega-genesis, sega-megadrive, tilemap, tilemap-editor, tileset-editor
- Language: Python
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Turbulence
Tileset/map editor for Sega Genesis homebrew
## Description/Overview
Turbulence allows you to create and edit various graphical asset files for use in Sega Genesis developement/homebrew including:
- Palettes -> 4, 16 color palettes with 3 bits per channel (Red, Green, and Blue)
- Tiles -> 8x8 array of pixels with indexed colors from a palette
- Tilesets -> a set of tiles
- Chunks -> custom size 2D array of indexed tiles from the tileset with certain attributes
- Chunksets -> set of chunks
- Tilemaps -> custom size 2D array of indexed chunks from the chunkset with certain attributes
## Usage
For detailed instructions on how to use Turbulence, visit the [Docs Home](docs/home.md).
## Compiling From Source
To compile from source, make sure you have all the dependencies installed: `pip install pyinstaller PyQt6 numpy`
Then run the build script: `pyinstaller --onefile --noconsole src/main.py`
Finally, copy the resources directory into the dist directory.
## Changelog
Latest version: 1.0.2
Highlights of version:
- Fixes importing of chunksets and tilemaps
- added demo files for testing
Refer to the [Changelog](CHANGELOG.md) for all new features, changes to old features, soon to be removed features, now removed features, and fixed bugs.
## Code of Conduct
Please visit the [Code of Conduct](CODE_OF_CONDUCT.md) for the code of conduct.
## License
This project is licensed under the GNU GPLv3 (GNU General Public License v3.0) for more information read the [License](LICENSE.txt).
## Support
For any questions, concerns, or comments feel free to email me at `kreglar@yahoo.com`
For any issues or bugs regarding the software, consider opening a new issue.
## Authors & Acknowledgements
kreglar - Turbulence lead, programming, art, documentation, everything else