Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-29 | Add error screen; Implement some standard library features; Add logo; Add ↵11.0 | Gabriel Jensen | |
signed integral types; Add function for trapping; Don't use nodiscard; Add more error codes; Remove badmd error; Add type limit macros; Update readme; | |||
2022-12-22 | Implement rec (excluding hrec);10.3 | Gabriel Jensen | |
2022-12-22 | Add more functions for drawing geometric shapes; Add function for ↵10.0 | Gabriel Jensen | |
configuring the palette; Re-add algorithms; Fix get and set using old naming convention; Rename project to ax; Update vsync; | |||
2022-12-19 | Move scrnw and scrnh to gfx; Make coord take scrnw parameter; Expand macro ↵9.0 | Gabriel Jensen | |
parameters inside parantheses; Rename entry point to ax_start; Add macro for converting RGB-values into colour values; Remove algo module; |