Sha256: a4453d05ccb748534119780e3b79cb05cf4fffa215dd90e3c4ab872b8549df50

Contents?: true

Size: 1.97 KB

Versions: 1

Compression:

Stored size: 1.97 KB

Contents

# rubysketch ChangeLog


## [v0.5.14] - 2023-06-02

- Use WIDTH and HEIGHT env vars for initial canvas size


## [v0.5.13] - 2023-05-29

- Update dependencies


## [v0.5.12] - 2023-05-27

- required_ruby_version >= 3.0.0
- Add spec.license
- Add fixAngle() and angleFixed() to Sprite class


## [v0.5.11] - 2023-05-26

- add left, top, right, and bottom accessors to Sprite class
- add show(), hide(), and hidden?() to Sprite class


## [v0.5.10] - 2023-05-21

- Update dependencies


## [v0.5.9] - 2023-05-19

- Add Sprite#clickCount()
- Add Sprite#from_screen() and to_screen()
- Sprite#update returns nil
- Sprite#center includes z


## [v0.5.8] - 2023-05-18

- Dispatch pointer events only to the topmost sprite


## [v0.5.7] - 2023-05-13

- Update dependencies


## [v0.5.6] - 2023-05-11

- Add Sprite#center accessor
- Add Sprite#size=, Sprite#width=, and Sprite#height=


## [v0.5.5] - 2023-05-08

- Add Sprite#draw()
- Add Sprite#angle accessor
- Add Sprite#pivot accessor
- Add Sprite#ox and Sprite#oy
- Add mousePressed, mouseReleased, mouseMoved, mouseDragged, mouseClicked, touchStarted, touchEnded, and touchMoved to Sprite class
- Add inspect() to classes
- Alias draw methods
- Sprite has density 1 by default
- Sprite is static by deault
- Add sprite.rb and physics.rb as an example
- Delete Sound class
- Remove wall collision by default


## [v0.5.4] - 2023-04-30

- Add Sprite#image=() and Sprite#offset=()
- gravity() takes vector by pixel
- Add documents for Sprite class and test it


## [v0.5.3] - 2023-04-22

- Depends on Beeps
- Update RubySketch.podspec to include beeps, rays, reflex, and processing libs
- Add RubySketch.h and RubySketch.mm
- Add Sound class and loadSound()
- Add vx, vy accessors and will_contact? callback to Sprite class
- Add RubySketch::Window andd calls Beeps.process_streams!


## [v0.5.2] - 2023-03-02

- depend to processing-0.5.2 gem


## [v0.5.1] - 2023-03-01

- fix bugs


## [v0.5.0] - 2023-02-09

- add Sprite class


## [v0.4.0] - 2023-02-08

- first version

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubysketch-0.5.14 ChangeLog.md