Commit Graph

7 Commits

Author SHA1 Message Date
David Allemang
53fe3104db ENH: Dynamically enable and color tilings
Use multidraw and command buffer
2023-02-10 16:12:04 -05:00
David Allemang
92a55f8c74 ENH: Simplify solving logic
This is a combination of multiple WIP commits:

- Semantic group names - G, H
- Simplify fan<>()
- Template int deduction
- Remove _recontext_gens
- Move g_gens logic into caller
- Move subgroup logic into caller
- Move recontext logic into coller
- Move _generators, _recontext_gens to anonymous namespace
- Simplify hull, tile
2023-02-10 13:20:21 -05:00
David Allemang
f1bcac17fa ENH: Format solver 2023-02-07 15:52:18 -05:00
David Allemang
01e734ff00 ENH: Simplify recontext_gens 2023-02-06 15:07:42 -05:00
David Allemang
3fe8cc8d16 ENH: Use Eigen array for mesh indices
WIP: Rename "Prims" to "Indices"

WIP: Use Eigen array for mesh indices

WIP: Remvoe Primitive::apply
2023-02-06 13:49:59 -05:00
David Allemang
84a47db73b ENH: Remove template Group<> and Cosets<> 2023-02-06 11:17:47 -05:00
David Allemang
b5832224bb ENH: Replace std::array<float, N> with Eigen 2023-01-27 22:43:16 -05:00