aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2021-10-30Switched to tracking zig-sfml-wrapper as submoduletslil clingman
2021-10-07Variable height ceilings!tslil clingman
Plus bonus graphical artefacts around the edges of such! In the end the majority of this code was rather easy: take the upwards floor drawing code and reflect it. However, there were many edge-cases and plenty of off-by-one pixels and rounding issues that didn't quite work the same way going down as they do going up. Also the object drawing code used to take advantage of the fact that the z-buffer was painted bottom-up only, so that required change too.
2021-09-30zig-sfml library licensetslil clingman
2021-09-29Better descriptiontslil clingman
2021-09-12Update instructionstslil clingman
2021-09-01Licensing stufftslil clingman
2021-09-01Inittslil clingman