Sara pushed to main at Sara/basic-game-framework
-
96eeb3233f Merge pull request 'implement basic collision and interpolation' (#6) from collision into main
-
bd87bcf8af bbminy in _collision_circle_aabb is now calculated correctly using y
-
d134df5847 position now resets to last when interpolate_move collides
-
4bf759d224 added broadcast collision
-
e32eb731c2 simplified interpolate move comparison condition
- Compare 8 commits »
Sara created pull request Sara/basic-game-framework#6
implement basic collision and interpolationSara pushed to collision at Sara/basic-game-framework
-
bd87bcf8af bbminy in _collision_circle_aabb is now calculated correctly using y
Sara pushed to collision at Sara/basic-game-framework
-
d134df5847 position now resets to last when interpolate_move collides
Sara pushed to collision at Sara/basic-game-framework
-
4bf759d224 added broadcast collision
Sara pushed to collision at Sara/basic-game-framework
-
e32eb731c2 simplified interpolate move comparison condition
Sara pushed to collision at Sara/basic-game-framework
-
0b32967c20 removed requirement for a evt_collision listener from _can_collide
Sara pushed to collision at Sara/basic-game-framework
-
8ae7d302fe inverted _can_collide guard clause in interpolate_move
Sara pushed to collision at Sara/basic-game-framework
-
f8d69e3537 reversed order of operations in interpolate_move
Sara pushed to collision at Sara/basic-game-framework
-
1748db8412 Merge pull request 'Correctly render sprites' (#5) from fix-render into main
-
d067ea6df8 default sprite origin in is now 0,0
-
0a6242ef3c sprite origin is now applied to untransformed rect
-
a0cc95873e added .helix dir to ignore
-
eb39cb1432 added .nvimrc to gitignore
- Compare 5 commits »
Sara pushed to main at Sara/basic-game-framework
-
1748db8412 Merge pull request 'Correctly render sprites' (#5) from fix-render into main
-
d067ea6df8 default sprite origin in is now 0,0
-
0a6242ef3c sprite origin is now applied to untransformed rect
-
a0cc95873e added .helix dir to ignore
-
eb39cb1432 added .nvimrc to gitignore
- Compare 7 commits »
Sara merged pull request Sara/basic-game-framework#5
Correctly render sprites
Sara created pull request Sara/basic-game-framework#5
Correctly render spritesSara pushed to fix-render at Sara/basic-game-framework
-
d067ea6df8 default sprite origin in is now 0,0
Sara pushed to fix-render at Sara/basic-game-framework
-
0a6242ef3c sprite origin is now applied to untransformed rect
-
a0cc95873e added .helix dir to ignore
-
eb39cb1432 added .nvimrc to gitignore
- Compare 3 commits »
Sara pushed to collision at Sara/basic-game-framework
-
17eef0eb20 added interpolate move
Sara pushed to main at Sara/distro-depot-generator
-
01935c3425 added reqwest for http/rest checks
Sara pushed to main at Sara/distro-depot-generator
-
50a42185d0 removed index.html
Sara pushed to collision at Sara/basic-game-framework
-
6c16e8cdbd implemented simple aabb and circle collision