summaryrefslogtreecommitdiff
path: root/main.lua
AgeCommit message (Collapse)Author
2023-04-14implement loading/saving entity dbsanine-a
2023-04-14begin physics reimplementationsanine
2023-04-13move message dispatching into ecs-systems.luasanine
2023-04-13add message-passingsanine-a
2023-04-13don't shallow copy component tablessanine-a
2023-04-12wrap entityDb and systemDb into single Database classsanine
2023-04-12add script systemsanine
2023-04-07move new render/transform systems into ecs-systems.luasanine
2023-03-29re-implement recursive transform systemsanine
2023-03-29add image cachingsanine
2023-03-28add cached mesh loadingsanine-a
2023-03-26fix invisible physics objects bugsanine
2023-03-24fix ecs removingsanine
2023-03-24add pausingsanine
2023-03-24fix issue with nanovg breaking renderingsanine
2023-03-23implement skeleton of physics systemsanine-a
2023-03-22re-implement bouncing ballsanine
2023-03-22add ground planesanine
2023-03-22tidy up main.luasanine-a
2023-03-22move ecs systems into separate modulesanine-a
2023-03-22add update function systemsanine
2023-03-19add shader:configure()sanine
2023-03-16implement ecs node cascadingsanine
2023-03-13add shader.luasanine
2023-03-13cycle through all meshessanine
2023-03-13render all shapessanine
2023-03-12initial commitsanine