Git Product home page Git Product logo

synth_mapping_helper's Introduction

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

  • 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):
    • 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:
    • 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 for detailed instructions, including screenshots.

synth_mapping_helper's People

Contributors

adosikas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

diabolyx666

synth_mapping_helper's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.