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
110
Commits
1
Branch
0
Tags
29755c2ddb6a8a6dbc88397c5f3322290f1576d9
Commit Graph
5 Commits
Author
SHA1
Message
Date
Humza Shahid
2098a4eda7
add 'numClickPoints' field to app type, and add parameter with same name to
...
ClickPoints.generate function
2024-09-20 21:33:35 +01:00
Humza Shahid
80e1a68843
change ClickPoints.getMousePosition function to return indices to the click points array rather than the click points themselves; this will help adding functionality to use arrows for selecting click points later
2024-09-20 09:07:54 +01:00
Humza Shahid
6a7f11efe6
address one regression, where triangles were no longer being displayed (because calculation changed) after the previous refactoring. I know of only one more regression, which is that the clicked dots do not persist after moving the mouse.
2024-09-19 17:46:40 +01:00
Humza Shahid
9153217d5f
attempt a little refactoring (but note that this refactoring is untested)
2024-09-16 21:49:05 +01:00
Humza Shahid
24bc45142d
slight refactoring (move pure parsing functions to functional core in a separate file)
2024-08-29 09:55:08 +01:00