summaryrefslogtreecommitdiff
path: root/src/engine.c
AgeCommit message (Collapse)Author
2024-02-05Fps test0scar
2024-02-05Rotating box example0scar
2024-02-05Use multi context0scar
2024-02-05Fixme!0scar
2024-02-05Add GLAD0scar
2024-02-01Intialize GLFW and GLEW0scar
2024-01-29Fix compilation0scar
I didn't quite get all the renames in the first pass.
2023-10-30The great formattening!0scar
2023-08-14Add memory freeing to input contexts0scar
2023-08-14Duplicate function names instead of copying pointers0scar
2023-08-14Add reloading of state-specific keybindings bindings0scar
2023-08-02Update input handling method0scar
2023-07-28Update state update_func pointer when reloading state0scar
2023-07-28Debug message0scar
2023-07-28Bind F7 to State_reload0scar
2023-07-28Implement hotloading0scar
* This commit implements dltools.{c,h}: _A simple wrapper around libdl / dlfcn.h_ * Reload states when done initializing engine, if hotloading is enabled. * Adds general function types for state functions.
2023-07-28Initial independent commit0scar