Skip to content

Ruby teaching playground using JRuby and Glimmer and taking inspiration from Logo and Scratch

License

Notifications You must be signed in to change notification settings

marcheiligers/Snap

Repository files navigation

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.

About

Ruby teaching playground using JRuby and Glimmer and taking inspiration from Logo and Scratch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages