Update Home

2026-05-16 21:25:30 +00:00
parent a80bc3b09a
commit 6d936a346d
+1 -1
@@ -15,7 +15,7 @@ Next comes the "eps" subsystem:
- [eps::Conduit<...>::Tap](eps_Conduit_Tap) Taps represent an attachment to a conduit and can be used to pause/resume or disconnect entirely. - [eps::Conduit<...>::Tap](eps_Conduit_Tap) Taps represent an attachment to a conduit and can be used to pause/resume or disconnect entirely.
- [eps::TapScope](eps_TapScope) TapScope is intended to group a bunch of taps into some symantec scope and will disconnect all grouped taps when the scope is destroyed. - [eps::TapScope](eps_TapScope) TapScope is intended to group a bunch of taps into some symantec scope and will disconnect all grouped taps when the scope is destroyed.
### __TODO__ Measurements/Space/Units/Vectors ## __TODO__ Measurements/Space/Units/Vectors
Once I decided how I want to implement this, I want grid to contain a system that will be the basis of translating mathematical units of measurement. Most likely this will be a solution largely based on some existing library which will then become the first dependency of the hdk-grid project, but if I can implement something simple enough without doing so I will as long as it accomplishes my requirement of being the underlying "grid" upon which other libraries are built and can inter-operate without always being interdependent or designed in advanced to do so. Once I decided how I want to implement this, I want grid to contain a system that will be the basis of translating mathematical units of measurement. Most likely this will be a solution largely based on some existing library which will then become the first dependency of the hdk-grid project, but if I can implement something simple enough without doing so I will as long as it accomplishes my requirement of being the underlying "grid" upon which other libraries are built and can inter-operate without always being interdependent or designed in advanced to do so.