Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | feat!: add raylib rendering | eug-vs | 2024-12-15 | -128/+1194 |
* | feat: add generic Subspace struct with distance calculation | eug-vs | 2024-12-14 | -35/+76 |
* | refactor: add Line struct | eug-vs | 2024-12-14 | -20/+46 |
* | feat: add slider constraint | eug-vs | 2024-12-14 | -0/+58 |
* | feat: represent forces as objects | eug-vs | 2024-12-12 | -8/+63 |
* | feat: implement constraint system and PPM rendering | eug-vs | 2024-12-12 | -17/+335 |
* | refactor: allow for other solver implementations | eug-vs | 2024-12-11 | -23/+28 |
* | feat: use midpoint method for more accuracy | eug-vs | 2024-12-11 | -163/+181 |
* | feat: solid foundation for particle system | eug-vs | 2024-12-11 | -161/+387 |
* | feat: create basic particle-spring system | eug-vs | 2024-12-09 | -0/+220 |