Rename methods and use f64's conversion between radians and degrees
[kaka/rust-sdl-test.git] / src / common.rs
2021-01-23 Tomas WenströmRename methods and use f64's conversion between radians...
2021-01-23 Tomas Wenströmnormalize() to normalized()
2021-01-19 Tomas WenströmLimit stick point to unit vector
2021-01-17 Tomas WenströmAdded a hashmap macro
2021-01-17 Tomas WenströmUse durations everywhere!
2021-01-17 Tomas WenströmFleshed out the controller
2021-01-16 Tomas WenströmAdd Degrees and Radians as newtypes
2021-01-16 Tomas WenströmImplement point operators with macro
2021-01-14 Tomas WenströmImplemented more operators for point
2021-01-12 Tomas WenströmAdded a basic gamestate with a controlled mario
2021-01-05 Tomas WenströmRect macro
2021-01-05 Tomas WenströmMoved main loop to App
2021-01-03 Tomas WenströmBuilt an app builder and other minor things
2019-07-07 Tomas WenströmUse macro from common
2019-02-07 Tomas WenströmInitial commit