Devlog 4
Big improvements today! I finished the core algorithm and completed the first version of the inputs that a user can provide. I restructured the project with:
- main.rs (the file that brings everything together)
- inputs.rs (user input stored and returned to main.rs)
- core.rs (takes info from inputs.rs to calculate the next generation of cells)
- tui.rs (im progress; probably the hardest part. I am thinking of doing a gui using egui/eframe. If I don’t I will likely implement a grid in the terminal using a limited space (probably 100 x 100 cells for the initial version)
Very good progress so far. Only thing I need to do that is important is display the cells.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.