Devlog 8 - Geozi
It’s almost the end of the project. I still have a few features to implement as helpers, things related to angles or ways to add perpendicular and parallel lines (quite a lot finally lol). Here is what I did today :
- I added some keyboard shortcuts : CTRL+A to select all the points and CTRL-Z to undo the last action done, it works with a snapshot stack : each action saves the state before it happens and undoing just pops the last one back.
- I also added point naming and the display of the coordinates of selected points in the top-right corner of the grid
- I fixed the “Radius” submenu. The bug was caused by the fact that I hadn’t registered the window class (with
RegisterClassExWas shown in the screenshot) before creating the window withCreateWindowExW
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.