graphics version 1.1.1 has been released!
* home: <https://github.com/seattlerb/graphics>
* rdoc: <http://docs.seattlerb.org/graphics>
Graphics provides a simple framework to implement games and/or
simulations and is designed to follow mathematical conventions, NOT
game programming conventions. Particularly it:
* Uses degrees.
* Draws in quadrant 1 (0-90 degrees).
* Right hand rule: 0 degrees is east, 90 is north, etc.
These allow simple things like Trigonometry functions to work as
expected. It means that all that stuff you were taught in grade school
still work as intended. This makes one less thing you have to adjust
when implementing your simulation.
Changes:
### 1.1.1 / 2024-08-27
* 1 minor enhancement:
* Add basic package manager detection to deps script. (havenwood)
* 3 bug fixes:
* Fixed home link in readme/gemspec.
* Minor fix in ext/sdl/sge/sge_surface.cpp.
* Reorder installation instructions & format as code. (havenwood)
ยทยทยท
______________________________________________
ruby-talk mailing list -- ruby-talk@ml.ruby-lang.org
To unsubscribe send an email to ruby-talk-leave@ml.ruby-lang.org
ruby-talk info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-talk.ml.ruby-lang.org/