Moved main loop to App
[kaka/rust-sdl-test.git] / src / main.rs
2021-01-05 Tomas WenströmMoved main loop to App
2021-01-05 Tomas WenströmVsync instead of fps + print display modes
2021-01-03 Tomas WenströmBuilt an app builder and other minor things
2021-01-02 Tomas WenströmFixed warning
2021-01-02 Tomas WenströmMoved app to game
2019-02-15 Tomas WenströmMove boll handling and rendering into an app state
2019-02-15 Tomas WenströmMove app to module
2019-02-15 Tomas WenströmUse unsafe textures and move some things into an app...
2019-02-15 Tomas WenströmPrint some window events
2019-02-15 Tomas WenströmToggle fullscreen with F11
2019-02-15 Tomas WenströmMove some sprite logic into a SpriteManager
2019-02-10 Tomas WenströmNew boll - CircleBoll
2019-02-09 Tomas WenströmUse trait for boll variants
2019-02-07 Tomas WenströmInitial commit