Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move SDL game loop implementation to its own module. | David Thompson | 2018-08-23 | 5 | -4/+9 |
* | math: vector: Add read syntax. | David Thompson | 2018-08-23 | 5 | -8/+8 |
* | Make the game loop modular! | David Thompson | 2018-08-23 | 5 | -28/+13 |
* | Remove experimental buffer API. | David Thompson | 2018-06-25 | 1 | -33/+0 |
* | Add tile map example. | David Thompson | 2018-01-29 | 4 | -0/+131 |
* | Move color module into render namespace. | David Thompson | 2017-08-08 | 1 | -1/+1 |
* | Add buffer module. | David Thompson | 2017-05-02 | 1 | -0/+33 |
* | examples: Add nine-patch example. | David Thompson | 2017-01-26 | 3 | -0/+32 |
* | examples: Add line segment example. | David Thompson | 2017-01-25 | 1 | -0/+31 |
* | render: Add bitmap font support. | David Thompson | 2017-01-24 | 4 | -0/+275 |
* | examples: sprite: Quit the demo when close button is pressed. | David Thompson | 2017-01-24 | 1 | -0/+1 |
* | Add basic sprite example. | David Thompson | 2017-01-23 | 2 | -0/+17 |