Name | synth-mapping-helper JSON |
Version |
1.5.9
JSON |
| download |
home_page | None |
Summary | Toolbox for manipulating the JSON-Format used by Synth Riders Beatmap Editor in the clipboard |
upload_time | 2024-12-08 02:38:12 |
maintainer | None |
docs_url | None |
author | adosikas |
requires_python | >=3.10 |
license | MIT License Copyright (c) 2024 adosikas Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Synth Mapping Helper
Toolbox for manipulating the JSON-Format used by *Synth Riders Beatmap Editor* in the clipboard.
## Features
For more info on each feature, check out [the wiki](https://github.com/adosikas/synth_mapping_helper/wiki)
* Filter by note and wall types for all operations
* Changing type of notes and walls
* Can cycle between multiple colors to make "rainbows" or alternate between single hand specials and regular notes
* Change BPM indepenent of note timing (helpful if you have a map with different BPM sections)
* Movement in XY and Time:
Note: All operation can be done in regards to grid center, a pivot point, or the start of rails
* Rotate
* Scale and mirror
* Outset (moving outwards/away by a fixed distance)
* Offset (Translate/Move)
* Stacking patterns
* Pattern generation
* Spirals/Zigzags
* Spike/Buzz-Rails
* Stack along rails
* Rail manipulation
* Merging
* Splitting
* Interpolation
* Convert between single notes and rails
* Snapping single notes to rails
* Cross-Platform (Windows, Linux)
* For Windows, supports drag and drop actions (fully usable without command prompt)
* Imports directly from clipboard, and export to it
* Uses an internal format that is easy to work with ([wiki page](https://github.com/adosikas/synth_mapping_helper/wiki/Glossary#measurement-system)):
* Position in editor grid coordinates (+x=right, +y=up)
* Time in measures (starting from start of selection)
* Angles in degrees (positive=counterclockwise)
* Notes/Rails seperated by color and as `n x 3` numpy-arrays (x, y, time)
* Walls as `1 x 5` numpy-arrays (x, y, time, type, rotation)
* Walls positions are adjusted to match their rotation center
* [Companion application](https://github.com/adosikas/synth_mapping_helper/wiki/Companion):
* **Automatic backups** while mapping
* Plot notes to spot outliers
* View hand velocity and acceleration to find sections to smooth out
* Show wall density and estimatation which ones will not render on quest
* Fix **wall offset** between editor and game ("Finalize")
### Maybe (contributions welcome)
* GUI for common operations
* Automatic smoothing
## How to Install and use
### Advanced users
* Install via `pip3 install synth_mapping_helper` (requires Python 3.9 or higher)
* See `python3 -m synth_mapping_helper.cli -h` for usage of the clipboard manipulation
* See `python3 -m synth_mapping_helper.companion -h` for usage of the companion
* Feel free to experiment with extending functionality by using the module functions directly. If you have something that you think could help other mappers, please make a PR
### Windows
See [this wiki page](https://github.com/adosikas/synth_mapping_helper/wiki/Installation-and-Usage-on-Windows) for detailed instructions, including screenshots.
Raw data
{
"_id": null,
"home_page": null,
"name": "synth-mapping-helper",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": "adosikas",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/1d/ac/bcb2f315c48b6690c37288d6df64c387756ca826c0080b1d5e0cfd3a2af9/synth_mapping_helper-1.5.9.tar.gz",
"platform": null,
"description": "# Synth Mapping Helper\n\nToolbox for manipulating the JSON-Format used by *Synth Riders Beatmap Editor* in the clipboard.\n\n## Features\n\nFor more info on each feature, check out [the wiki](https://github.com/adosikas/synth_mapping_helper/wiki) \n\n* Filter by note and wall types for all operations\n* Changing type of notes and walls\n * Can cycle between multiple colors to make \"rainbows\" or alternate between single hand specials and regular notes\n* Change BPM indepenent of note timing (helpful if you have a map with different BPM sections)\n* Movement in XY and Time: \n Note: All operation can be done in regards to grid center, a pivot point, or the start of rails\n * Rotate\n * Scale and mirror\n * Outset (moving outwards/away by a fixed distance)\n * Offset (Translate/Move)\n * Stacking patterns\n* Pattern generation\n * Spirals/Zigzags\n * Spike/Buzz-Rails\n * Stack along rails\n* Rail manipulation\n * Merging\n * Splitting\n * Interpolation\n * Convert between single notes and rails\n * Snapping single notes to rails\n* Cross-Platform (Windows, Linux)\n * For Windows, supports drag and drop actions (fully usable without command prompt)\n* Imports directly from clipboard, and export to it\n* Uses an internal format that is easy to work with ([wiki page](https://github.com/adosikas/synth_mapping_helper/wiki/Glossary#measurement-system)):\n * Position in editor grid coordinates (+x=right, +y=up)\n * Time in measures (starting from start of selection)\n * Angles in degrees (positive=counterclockwise)\n * Notes/Rails seperated by color and as `n x 3` numpy-arrays (x, y, time)\n * Walls as `1 x 5` numpy-arrays (x, y, time, type, rotation)\n * Walls positions are adjusted to match their rotation center\n* [Companion application](https://github.com/adosikas/synth_mapping_helper/wiki/Companion):\n * **Automatic backups** while mapping\n * Plot notes to spot outliers\n * View hand velocity and acceleration to find sections to smooth out\n * Show wall density and estimatation which ones will not render on quest\n * Fix **wall offset** between editor and game (\"Finalize\")\n\n### Maybe (contributions welcome)\n* GUI for common operations\n* Automatic smoothing\n\n## How to Install and use\n\n### Advanced users\n* Install via `pip3 install synth_mapping_helper` (requires Python 3.9 or higher)\n* See `python3 -m synth_mapping_helper.cli -h` for usage of the clipboard manipulation\n* See `python3 -m synth_mapping_helper.companion -h` for usage of the companion\n* Feel free to experiment with extending functionality by using the module functions directly. If you have something that you think could help other mappers, please make a PR\n\n### Windows\n\nSee [this wiki page](https://github.com/adosikas/synth_mapping_helper/wiki/Installation-and-Usage-on-Windows) for detailed instructions, including screenshots.\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2024 adosikas Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "Toolbox for manipulating the JSON-Format used by Synth Riders Beatmap Editor in the clipboard",
"version": "1.5.9",
"project_urls": {
"Bug Tracker": "https://github.com/adosikas/synth_mapping_helper/issues",
"Changelog": "https://github.com/adosikas/synth_mapping_helper/releases",
"Documentation": "https://github.com/adosikas/synth_mapping_helper/wiki",
"Homepage": "https://github.com/adosikas/synth_mapping_helper",
"Repository": "https://github.com/adosikas/synth_mapping_helper"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "83edfbb83846bd4fd43c601e50c26979174b3ec4906a79fb57d74c671f8f1bbd",
"md5": "d38fb726f07c08d5f2229fc17db3ce3c",
"sha256": "d2f7f1cf280c1aff4f2710037018e0934463a2048486cef57329fcb592f253e7"
},
"downloads": -1,
"filename": "synth_mapping_helper-1.5.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d38fb726f07c08d5f2229fc17db3ce3c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 119039,
"upload_time": "2024-12-08T02:38:10",
"upload_time_iso_8601": "2024-12-08T02:38:10.458507Z",
"url": "https://files.pythonhosted.org/packages/83/ed/fbb83846bd4fd43c601e50c26979174b3ec4906a79fb57d74c671f8f1bbd/synth_mapping_helper-1.5.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1dacbcb2f315c48b6690c37288d6df64c387756ca826c0080b1d5e0cfd3a2af9",
"md5": "0d056aa981a494111bf2e0006a595ea0",
"sha256": "7e6c69d477037089554dfd89f2c6d216d6f82ea510cbbb4a991cabc5ca10b5c6"
},
"downloads": -1,
"filename": "synth_mapping_helper-1.5.9.tar.gz",
"has_sig": false,
"md5_digest": "0d056aa981a494111bf2e0006a595ea0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 107173,
"upload_time": "2024-12-08T02:38:12",
"upload_time_iso_8601": "2024-12-08T02:38:12.132296Z",
"url": "https://files.pythonhosted.org/packages/1d/ac/bcb2f315c48b6690c37288d6df64c387756ca826c0080b1d5e0cfd3a2af9/synth_mapping_helper-1.5.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-08 02:38:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "adosikas",
"github_project": "synth_mapping_helper",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "synth-mapping-helper"
}