bulletml icon indicating copy to clipboard operation
bulletml copied to clipboard

Tools to manipulate and interpret shmup patterns

Results 4 bulletml issues
Sort by recently updated
recently updated
newest added

``` ocaml let prog = let%bulletml act = repeat 500 @@ fire @@ repeat 10 begin wait 60; speed 0; wait 60; speed 1; end; wait 10 in [("top", act)]...

`subst_*` functions are a bit annoying. I would like to get rid of them. It would be better to have a proper call stack. The problem is where to store...

Missing feature? It would be nice to add parameters to modify speed/accel of a whole pattern.