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: 4 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-29T16:22:29.000Z (4 months ago)
- Last Synced: 2025-06-29T17:29:18.814Z (4 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
## Table of Contents
- [License](#License)
- [Description/Overview](#descriptionoverview)
- [Installation](#installation)
- [Usage](#usage)
- [Compiling From Source](#compiling-from-source)
- [Changelog](#changelog)
- [Contributing](#contributing)
- [Code of Conduct](#code-of-conduct)
- [Support](#support)
- [Authors & Acknowledgements](#authors--acknowledgement)## License
This project is licensed under the GNU GPLv3 (GNU General Public License v3.0) for more information read the [License](LICENSE.txt).
## 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## Installation
## Usage
For detailed instructions on how to use Turbulence, visit the [Guide Home](docs/guide/guideHome.md).
## Compiling From Source
## Changelog
Latest version: 0.0.0
Highlights of version:
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.
## Contributing
For a detailed explanation about the inner workings of Turbulence visit the [Architecture Home](docs/architecture/architectureHome.md)
## Code of Conduct
Please visit the [Code of Conduct](CODE_OF_CONDUCT.md) for the code of conduct.
## Support
## Authors & Acknowledgements
kreglar - Turbulence lead, programming, art, documentation, everything else