issues
search
inda21plusplus
/
Project-Delta
This is the repository for the group project assignment in the course "Project in Introduction to Computer Science" (DD1396), by the Inda21plusplus group.
MIT License
8
stars
0
forks
source link
Add simple Physics
#14
Open
ollisco
opened
2 years ago
ollisco
commented
2 years ago
Simple Physics, including:
Position
Velocity
Acceleration
Colisions (Elastic and inelastic)
Features to implement before merging #25 into main
[x] Sphere - Sphere
[x] Box - Sphere
[x] Box - Box
Features to add later
[x] Raycast sphere
[x] Raycast box
[x] Friction
[x] Angular velocity
[x] ECS integration
Features that would be nice to have
[ ] Convex mesh colliders
[ ] Concave mesh colliders
Simple Physics, including:
Features to implement before merging #25 into main
Features to add later
Features that would be nice to have