Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`