Commit graph

10 commits

Author SHA1 Message Date
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 e79b95c482 Get argc/argv when using WinMain 2020-08-11 12:08:49 +09:00
Stephen Seo 9c7c423247 Fix build with MS Visual Studio 2020-08-09 16:14:33 +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
Stephen Seo b9d7a0496d Some restructuring of State 2020-07-22 15:19:37 +09:00
Stephen Seo 2fe86ad368 Move logic/data to state
Also set "H" key to toggle help window instead of only showing when "H"
is pressed down.
2020-07-22 15:11:21 +09:00
Stephen Seo 204aeb8a9a Some work on mouse input to tri 2020-07-21 20:44:10 +09:00
Stephen Seo 1434948db9 Impl some structure to the project 2020-07-21 20:34:39 +09:00
Stephen Seo 26c7aacea0 Impl basic drawing, a basic start to the program 2020-07-21 20:15:10 +09:00
Stephen Seo 5a7f214a5d Init skeleton project 2020-07-21 20:03:22 +09:00