Commit graph

60 commits

Author SHA1 Message Date
Sara Gerretsen 0bcb4ce4b1 feat: last changes for documentation 2025-10-28 23:00:20 +01:00
Sara Gerretsen 0affb60ae1 feat: updated for documentation and testing 2025-10-28 22:22:12 +01:00
Sara Gerretsen 5c67286175 feat: implemented simulation v2 and glue 2025-10-28 21:46:48 +01:00
Sara Gerretsen fc74361bb3 chore: clang-format-ted codebase 2025-10-14 15:05:54 +02:00
Sara Gerretsen 697ba9f2f8 chore: setting CXX standard explicitly 2025-10-14 15:05:28 +02:00
Sara Gerretsen 841d08ef95 feat: added reference implementation 2025-10-14 13:05:43 +02:00
Sara Gerretsen 461002939d feat: setup project from template /w .clang-format 2025-10-13 23:29:12 +02:00
Sara Gerretsen 14677d87fd feat(docs): added "immediately" 2025-09-12 23:29:49 +02:00
Sara Gerretsen d2cfedf993 feat: slightly adjusted how handle_input_event and handle_window_event are called 2025-09-12 15:00:59 +02:00
Sara Gerretsen 561fdbbb6b feat: moved view management to CHANGEME.cpp 2025-09-11 11:46:12 +02:00
Sara Gerretsen 54bc6b9415 fix: just run now runs from bin as wd 2025-09-11 11:45:58 +02:00
Sara Gerretsen 438d633a78 feat: exposed more internal state to defs.h 2025-09-11 11:45:39 +02:00
Sara Gerretsen e880ded96f tweak: default name of window title 2025-09-05 22:00:45 +02:00
Sara Gerretsen e0e942e809 feat: added just run command 2025-09-05 15:38:53 +02:00
Sara Gerretsen ce38d9f561 fix: angle brackets for SFML includes 2025-09-04 22:23:04 +02:00
Sara Gerretsen 7565529412 tweak: removed docking toggle from main menu bar 2025-09-04 22:19:54 +02:00
Sara Gerretsen e1b7e97348 feat: loop(...) now takes a delta double arg 2025-09-04 22:19:39 +02:00
Sara Gerretsen a8f7525576 fix: frame_rate_limit now set to nullopt in default configure(...) 2025-09-04 22:19:21 +02:00
Sara Gerretsen 42d5596e60 feat: draw_scene now requires a RenderStates argument 2025-09-04 22:19:03 +02:00
Sara Gerretsen 73248c3780 fix: explicitly shutting down ImGui::SFML 2025-09-04 22:18:13 +02:00
Sara Gerretsen 4aaecd5365 fix: view scaling with window 2025-09-04 22:17:56 +02:00
Sara Gerretsen b9cdef76c0 feat: added just clean recipe 2025-09-04 21:25:44 +02:00
Sara Gerretsen ffe969af30 feat: added support for draw_maim_menu_bar() function to be defined by application 2025-09-04 21:25:35 +02:00
Sara Gerretsen 6754c406d3 feat: expanded template demo logic 2025-09-04 21:25:10 +02:00
Sara Gerretsen 1e0a61eb59 feat: template now enables nav keyboard and gamepad by default, as well as docking 2025-09-04 21:24:57 +02:00
Sara Gerretsen 20c0973f50 feat: changed IMGUI branch to 1.91.1-docking to enable docking support 2025-09-04 21:24:20 +02:00
Sara Gerretsen 747d804368 fix: build is now the default recipe in the justfile 2025-09-04 20:18:56 +02:00
Sara Gerretsen 53ce3de32c feat: set CXX standard to C++23 2025-09-04 20:18:09 +02:00
Sara Gerretsen 111d19edb6 feat: replaced demo window with some basic DearImGui code 2025-09-04 20:17:58 +02:00
Sara Gerretsen 151c58ff7b feat: added sf::VideoMode to AppConfig, optimized window initialisation 2025-09-04 20:17:39 +02:00
Sara Gerretsen 574116fb09 feat: configure() now uses specialised application config struct 2025-09-04 19:24:07 +02:00
Sara Gerretsen 25df4d9f3d fix: newline at end of file 2025-09-04 12:30:48 +02:00
Sara Gerretsen 679984365c feat: added code sharing strategy to README 2025-09-04 09:47:29 +00:00
Sara Gerretsen 9aa0fbbb6c tweak: README.md 2025-09-04 11:29:00 +02:00
Sara Gerretsen a0d640aef8 tweak: README.md 2025-09-04 11:28:28 +02:00
Sara Gerretsen 0c532705f2 feat: removed build recipe and renamed rebuild to build 2025-09-04 11:26:29 +02:00
Sara Gerretsen 8e3f272122 feat: added README.md 2025-09-04 11:25:39 +02:00
Sara Gerretsen a895e34ce7 feat: setup justfile to generate files required by clangd in nvim 2025-09-04 11:07:30 +02:00
Sara Gerretsen 3825c0e0bb git: added .cache/ to gitignore 2025-09-04 10:52:50 +02:00
Sara Gerretsen ebdc1e50ae fix: justfile set-project-name now clears build and bin directories 2025-09-04 10:52:19 +02:00
Sara Gerretsen 70e195ad16 fix: binary output directories not being set correctly 2025-09-04 10:52:04 +02:00
Sara Gerretsen ae27a50dbd feat: further reorganizing of project structure 2025-09-04 10:51:47 +02:00
Sara Gerretsen 3fad9ffda3 feat: added generate, rebuild and build commands to justfile 2025-09-03 22:33:12 +02:00
Sara Gerretsen c3ad33ef05 feat: added .kdev4/*.kdev4 to sed CHANGEME 2025-09-03 22:32:50 +02:00
Sara Gerretsen 5f633ff3af fix: swapped order of modifying justfile and move file command 2025-09-03 22:13:14 +02:00
Sara Gerretsen a4f67b29f8 fix: renamed project.cpp to CHANGEME.cpp 2025-09-03 22:12:30 +02:00
Sara Gerretsen 0810f3aa75 feat: also updating justfile now 2025-09-03 22:11:11 +02:00
Sara Gerretsen 58bf96adc9 fix: renamed project placeholder name to CHANGEME 2025-09-03 22:06:35 +02:00
Sara Gerretsen f507980b16 fix: added -i flag to justfile 2025-09-03 21:47:57 +02:00
Sara Gerretsen 333b2b8433 feat: preparing for initialise-template justfile 2025-09-03 21:04:18 +02:00