Devlog 7 - Geozi
Another day of grinding on the project ! I am a bit disappointed because I didn’t make as much as progress as I wanted to but nvm. Here is what I did today :
- Implementing the polygon system : the filling part was a bit difficult but the rendering looks nice
- I created a submenu for the circle tool with two options : either you place a circle by placing two points, or you place the center point first, then enter the radius in a modal dialog box (but for some reason the dialog box doesn’t appear and the app freezes - seems like a win32 issue that I need to fix)
- The
app.rsfile was getting too long so I added two new files,ui.rswhich manages all the UI including all the constants and drawing stuff, andtheme.rswhich handles the palette and colors
I also removed the distance display because I’ll add it to a submenu for helpers.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.