cptx032 / calcium

A ascii/text game library
MIT License
17 stars 2 forks source link

create a rotation function to rotate sprites #11

Open cptx032 opened 7 years ago

cptx032 commented 7 years ago

This can be made with "core effects". An effect to be applied to sprites called RotateEffect (the same to scale)

this is more fast than PIL.rotate? (benchmark this)