Skip to content

falling petals module, uses a markov model for animation. Made with love, for LÖVE

License

Notifications You must be signed in to change notification settings

jryzkns/blossoms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

blossoms

falling petals module, uses a markov model for animation. Make with love, for LÖVE

sample usage

  • take blossoms.lua into the directory where your main.lua is
  • local blossoms = require("blossoms")
  • put blossoms:init(), blossoms:update(), and blossoms:draw() into their respective love callback functions
  • specify the screen width and height by setting blossoms:xdim and blossoms:ydim to their respective values

JRYZKNS 2018

About

falling petals module, uses a markov model for animation. Made with love, for LÖVE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages