Commit graph

13 commits

Author SHA1 Message Date
Stephen Seo 3aac3cdf26 Increase text size
All checks were successful
Run UnitTests / build-and-run-tests (push) Successful in 27s
2024-02-29 17:32:41 +09:00
Stephen Seo 25dafb26b5 Impl. storing color changes in history
All checks were successful
Run UnitTests / build-and-run-tests (push) Successful in 28s
2024-02-29 17:10:57 +09:00
Stephen Seo b5efecd43d Quality-of-Life fixes
All checks were successful
Run UnitTests / build-and-run-tests (push) Successful in 23s
Change RayGui color settings.

Change how notification panel fades.

Prevent accidentally closing edit-tri-color window immediately after
selecting a tri.
2024-02-29 16:27:24 +09:00
Stephen Seo 20859dbcd8 Enable picking color alpha for triangles 2024-01-23 15:04:09 +09:00
Stephen Seo c6dd68ae14 Refactor usage of colors and color picking
Member variables of state changed from an array of floats to a Color
struct.
2024-01-23 14:53:47 +09:00
Stephen Seo 18bb4e5f59 Update raygui submodule to 4.0
TODO: Refactor color picking in src/helpers.hpp
2024-01-23 14:31:39 +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 0403d0d646 WIP Some tweaks
Add define macro for DEFAULT_WIDTH and DEFAULT_HEIGHT.
Disable drawing outline for Tris.
2021-03-31 22:16:09 +09:00
Stephen Seo 61e336786f WIP attempt to fix resizing not working 2021-03-30 16:38:25 +09:00
Stephen Seo 1bc5e62502 Fixes with change window size
WIP window size still doesn't change properly
2021-03-30 12:51:46 +09:00
Stephen Seo 0e6a9f6de4 Fix helpers.hpp 2021-03-30 11:10:13 +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
Renamed from src/imgui_helper.hpp (Browse further)