Devlog 5
Big changes were made today!
- main.rs completed
- core.rs completed
- input.rs completed
- tui.rs completed
By completed I mean that the program is functional (albeit, not pretty).
Program is formatted to cargo-fmt and only one cargo clippy warning is left for me to address.
The next step is for me to fix a bug that causes the points to be inverted when plotted (positive y becomes negative y).
I also have to figure out the clippy warning which is stumping me (warning on an if-then-else statement). This should not take long.
The output is stretched due to the uneven spacing of chars in the terminal. THis will have to be addressed in the future by redesign or switching to a GUI framework (likely eframe/egui).
I also need to streamline the user input section and make it easier.
I will upload to GitHub soon. I also applied for access to hackclub.app to host it for testing.
One thing I will note is that the code currently has no outside crates/dependencies and is entirely self-contained.
I have attached a video of the program running. The low quality is from it being cropped from my VSCode terminal…sorry :(
Suggestions/feedback is welcome!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.