Commit graph

6 commits

Author SHA1 Message Date
Stephen Seo 1da2ddb125 Add some unit tests for helper functions
All checks were successful
Run UnitTests / build-and-run-tests (push) Successful in 48s
2024-01-24 15:45:46 +09:00
Stephen Seo 3036a8c97d Fix usage of "pragma GCC diagnostic ..." 2023-07-24 11:18:43 +09:00
Stephen Seo d3927723cf Fix CMakeLists.txt, fix warnings 2023-07-23 18:42:38 +09:00
Stephen Seo b523a6c93e Update to latest versions of libraries
Update to use Raylib 4.2.0.
Update to use Raygui 3.2.
Update to use Catch 3.3.2.
2023-03-06 20:12:09 +09:00
Stephen Seo 2919be2aff WIP Replace SFML with Raylib
Need to fix Raygui usage in helpers.hpp.
Need to fix triangles being drawn flipped over the x-axis.
2021-03-29 17:05:27 +09:00
Stephen Seo d30a792aca Impl edit tri color, and more
Added way to select and edit colors of placed Tris.
Added third_party catch unit test framework that builds the UnitTest in
Debug builds.
Refactor internal use of notification_text.
Rename src/imgui_helper.hpp to src/helpers.hpp
Added some helper functions, including "is_within_shape" (used for
selecting a Tri).
Fixed use of flags in helpers not using enum values.
2020-08-04 21:13:17 +09:00