Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create an interface to SDL eventsHEADmaster | ancarola | 2019-02-06 | 2 | -12/+180 |
| | | | | | | | | | | | | | List of basic events interfaces in namespace wsdl2::event - event_t - e_key - mouse::e_mouse - mouse::e_motion - mouse::e_button - e_quit (pure SDL quit callback) - window::e_window - window::e_resize - window::e_move | ||||
* | Add basic texture wrapperready | Nao Pross | 2019-01-25 | 1 | -1/+103 |
| | |||||
* | Interface basic renderer drawing functions | Nao Pross | 2019-01-23 | 3 | -26/+143 |
| | |||||
* | Separate renderer from window | Nao Pross | 2019-01-23 | 1 | -2/+32 |
| | |||||
* | Rename library from libwrapsdl2 to libwsdl2 | Nao Pross | 2019-01-22 | 3 | -3/+3 |
| | |||||
* | Inlined functions and fix debug header | Nao Pross | 2019-01-21 | 2 | -6/+5 |
| | |||||
* | Add events wrapper | Nao Pross | 2019-01-21 | 1 | -0/+24 |
| | |||||
* | Update wrapsdl2::window to use Renderer instead of Surface | Nao Pross | 2019-01-21 | 1 | -2/+9 |
| | |||||
* | Make window_test threaded | Nao Pross | 2019-01-21 | 3 | -4/+26 |
| | |||||
* | Add basic window wrapper | Nao Pross | 2019-01-21 | 4 | -6/+38 |
| | |||||
* | Initial commit, add makefile, .gitignore and debug header | Nao Pross | 2019-01-21 | 1 | -0/+6 |