Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.72 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.72 KB

Snap

A Ruby sandbox inspired by Logo and Scratch.

See the first demo on YouTube.

Useful links

Notes

Convert a .mov into a .gif and try optimize

ffmpeg -i 21-01-24_snap_demo.mov -pix_fmt rgb24 -r 24 -s 1440x900 snap_demo1.gif
convert -layers Optimize snap_demo1.gif snap_demo1o.gif

Building Windows

VirtualBox Windows VMs Edge OpenJDK JRuby Git

Contributing

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
  • Fork the project.
  • Start a feature/bugfix branch.
  • Commit and push until you are happy with your contribution.
  • Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.

Copyright

Copyright (c) 2021 Marc Heiligers. See LICENSE.txt for further details.