Planet-Factory / legacy-claude

The CLAuDE model
https://planet-factory.github.io/claude-docs/
MIT License
168 stars 29 forks source link

Design UML Class Diagram #34

Open TechWizzart opened 2 years ago

TechWizzart commented 2 years ago
WardPearce commented 2 years ago

Worth checking out https://github.com/abulka/pynsource if you want to automatically build UML class diagrams on the fly whenever a commit is made

TechWizzart commented 2 years ago

This is an initial idea for the structure. I opted to make it as modular as possible, separating out all the calculations so if you want to calculate something in a different way you only need to swap out the object and you're done. This would mean though that you specify calculations as operations on the grid, and therefore more arithmetic functions that operate on the grid are needed. But let me know what you think!

new_structure_v0.pdf