7b9dd21ddd
Use raylib 5.0 in CMakeLists.txt requirement
Run UnitTests / build-and-run-tests (push) Successful in 57s
2024-01-24 14:35:34 +09:00
50015a34ae
Change debug optimization flag
2024-01-23 16:34:43 +09:00
d3927723cf
Fix CMakeLists.txt, fix warnings
2023-07-23 18:42:38 +09:00
d79760aaa8
Specify Raylib dep version in CMakeLists.txt
2023-03-06 20:26:26 +09:00
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
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
4219b79ed8
Fix header usage in MSVS build
2020-08-09 17:00:27 +09:00
9c7c423247
Fix build with MS Visual Studio
2020-08-09 16:14:33 +09:00
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
ada25dc852
Rename "include" to less ambiguous "build_include"
2020-07-24 17:57:43 +09:00
34d1955bd1
Fix check for git submodules
2020-07-22 15:02:38 +09:00
1434948db9
Impl some structure to the project
2020-07-21 20:34:39 +09:00
5a7f214a5d
Init skeleton project
2020-07-21 20:03:22 +09:00