Skip to content

soaringjupiter/op1-svg-haven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

op1-svg-haven

collection of custom op1 svgs!

about

welcome to op1-svg-haven! this repo contains a collection of svg patches to apply for the op-1! since i cannot host original intellectual property, there are patch files to apply changes to the original svgs (which you can perhaps extract from some sort of firmware?).

how to use

prerequisites

make sure you have diff-match-patch installed. you can install it using pip:

pip install diff-match-patch

generating a patch file

to generate a patch file, use the generate_patch.py script. this script requires the paths to the original svg file and the modified svg file.

command:

python generate_patch.py <original_file> <modified_file>

applying a patch file

to apply a patch file, use the patch_svg.py script. this script requires the paths to the original svg file and the patch file.

command:

python patch_svg.py <original_file> <patch_file>

example:

python patch_svg.py slump.svg svg_patches/slump_metroid.svg.patch

list of current patches

slump_metroid

adds a lil cute metroid to the voltage synth! slump_metroid preview

bode_fox

replaces the cow in the cwo effect with a fox :3 bode_fox preview

disclaimer

this project is not affiliated with teenage engineering. all intellectual property rights for the original svg files remain with teenage engineering.

contributing

if you would like to contribute, feel free to fork this repo and submit a pull request! please make sure that the resulting svg keeps the original op-1 vibes, especially in terms of colours and line width.

helpful links

happy modding! :3

About

collection of custom op1 svgs!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages