Asteroids built on a handmade engine for learning.
Go to file
Doyle Thai eb1962e05e IMGUI use data from Gamestate, fix pointInRect bug
Wrong if logic causing point-in-rect to be valid if only x or y is
valid, where correct logic is both x and y need to be within the rect.
2016-08-04 21:17:16 +10:00
data Remove input dependency on GLFW in game code 2016-08-04 18:19:02 +10:00
extern Basic audio with stb_vorbis decoding and openal 2016-07-25 22:10:50 +10:00
src IMGUI use data from Gamestate, fix pointInRect bug 2016-08-04 21:17:16 +10:00
.clang-format IMGUI use data from Gamestate, fix pointInRect bug 2016-08-04 21:17:16 +10:00
.gitattributes Initialise repo 2016-06-03 15:07:40 +10:00
.gitignore Basic audio with stb_vorbis decoding and openal 2016-07-25 22:10:50 +10:00
Dengine.sln Initialise repo 2016-06-03 15:07:40 +10:00
Dengine.vcxproj Add entity attack audio cue 2016-07-28 22:17:32 +10:00
Dengine.vcxproj.filters Add entity attack audio cue 2016-07-28 22:17:32 +10:00