Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qaptivator/circloo-tools
Experimental tools for in circloO.
https://github.com/qaptivator/circloo-tools
Last synced: about 2 months ago
JSON representation
Experimental tools for in circloO.
- Host: GitHub
- URL: https://github.com/qaptivator/circloo-tools
- Owner: qaptivator
- License: mit
- Created: 2023-10-03T12:36:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-20T23:24:06.000Z (3 months ago)
- Last Synced: 2024-10-21T03:16:29.168Z (3 months ago)
- Language: Python
- Size: 33.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# circloo-tools
# !!! CIRCLIB IS CURRENTLY BROKEN. MOST TOOLS WILL NOT WORK !!!
Experimental tools for CircloO. Works with CircloO level files. Be sure to backup your levels, **I am not responsible for any data loss or corruption.**
To start using the tools:
1. Install dependencies: `pip install -r requirements.txt`
2. Install circlib: `git submodule update --init --recursive`Each tool is separated into its own package, and they have their own markdown files documenting the usage.
To run a tool, go to `circloo-tools/` and run this command (replace `` with the tool name you wanna use): `python -m tools.`# Tools
🟩 -- fully tested and ready to use
🟨 -- theoretically works but needs testing and fixes
🟥 -- certainly doesnt work, needs rewriting or in its early stages
🟦 -- concept, idea, development has not even started| Name | Description | Status |
| ------------- | ---------------------------------------------------------------------------------------- | ------ |
| beatmap_gen | Generate a beatmap from a song, and a level (similar to rythm games) from the beatmap. | 🟥 |
| circloo_video | Generate and play a video through a CircloO level. | 🟨 |
| midi_to_level | Play music in a level by converting notes from a MIDI file into generators and triggers. | 🟩 |
| svg_to_level | Parse and insert a SVG image into CircoO level. | 🟨 |# TODO
- [ ] fix circlib
- [x] separate tools into their own packages
- [ ] rewrite documentation
- [ ] clean up `utils.py`
- [ ] rewrite all tools to use `argparse`