This website requires JavaScript.
Explore
Help
Register
Sign In
humza
/
sml-projects
Watch
1
Star
0
Fork
0
You've already forked sml-projects
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a6d84f093f2423f99d4fdbe8f19d75c3fce1fdb0
sml-projects
/
shell
History
Humza Shahid
a58953e90d
refactor options to use Time.time to track when key is pressed, instead of using a Real.real value
2025-08-29 12:33:45 +01:00
..
gl-draw.sml
refactor options to use Time.time to track when key is pressed, instead of using a Real.real value
2025-08-29 12:33:45 +01:00
gl-shaders.sml
add shader strings which will allow us to make an xyrgba shader in OpenGL
2024-12-27 20:48:36 +00:00
glfw-key-map.sml
partially done coding key remapping functionality (what works: GLFW key code -> CoreKey.key_code, acting on CoreKey.key_code every frame; todo: load from config file on start up, have screen where we can remap keys, and save to config while when key mappings are changed)
2025-02-16 13:45:14 +00:00
input-state.sml
record and act on selected keys in options (except for save button and cancel button which are not acted upon)
2025-02-21 14:46:54 +00:00
parse-controls.sml
add non-configurable escape button to input type, to be used as a way to go backwards or exit menu
2025-02-20 13:32:37 +00:00
shell.sml
add functionality to move player by using arrow keys
2024-12-14 07:59:43 +00:00