No description
This repository has been archived on 2025-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Charlie c61f216d37 - Simple rectangle drawing
- We just add to a frame of quads which the renderer deals with in gfx_update
	- draw_quad, draw_rect, draw_rect_rotated
	- Currently just implemented with legacy opengl, so we can't do custom shading
- Added third party code from lodepng so we can load pngs without any other dependencies (no C includes)
- ALLOCATOR_REALLOCATE
- Basic Vector2, Vector3, Vector4 stuff, and some math utilities
- Added <math.h> dependency for now.
- Graphics renderer frontend layer
- Naive get_random() implementation
2024-06-29 13:27:37 +02:00
oogabooga - Simple rectangle drawing 2024-06-29 13:27:37 +02:00
.gitignore - Basic fixed-length string with replacement for C standard printing & fmt stuff 2024-06-28 18:50:30 +02:00
build.bat - build.c which includes everything to be built and configures build with #defines 2024-06-28 03:28:23 +02:00
build.c - Simple rectangle drawing 2024-06-29 13:27:37 +02:00
build_clang.bat Got a window going 2024-06-29 01:18:22 +02:00
build_release.bat - Basic fixed-length string with replacement for C standard printing & fmt stuff 2024-06-28 18:50:30 +02:00
build_release_clang.bat - Simple rectangle drawing 2024-06-29 13:27:37 +02:00
entry.c - Simple rectangle drawing 2024-06-29 13:27:37 +02:00