index
:
Spear
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2025-01-02
Introduce HasState to simplify state programming.
3gg
2025-01-01
Remove TODO after fix in previous commit.
3gg
2025-01-01
Fix sound system destruction.
3gg
2025-01-01
Streamling the Game monad, use MonadIO for automatic lifting.
3gg
2024-12-31
Add enough audio for background music.
3gg
2024-12-31
Tweaks.
3gg
2024-12-30
Use bounding volume in other places.
3gg
2024-12-30
Simplify Game monad.
3gg
2024-12-30
Move window setup to App.
3gg
2024-12-30
Spacing.
3gg
2024-12-30
Cleanup.
3gg
2024-12-24
New physics module.
3gg
2024-12-24
Comment.
3gg
2024-12-24
Add axis-aligned plane.
3gg
2024-12-22
Fix use of ddt.
3gg
2024-12-22
Fix animation.
3gg
2024-12-22
Use fixed time points in animation.
3gg
2024-12-22
Use adaptive sync if available.
3gg
2024-11-18
Format.
3gg
2024-11-18
Fix momentum.
3gg
2024-11-17
Use monotonic clock for timing.
3gg
2024-11-17
Remove vsync to fix stuttering.
3gg
2024-11-17
Minor cleanup.
3gg
2024-11-17
Smoother resizing.
3gg
2024-11-08
Remove unused include dir.
3gg
2024-08-20
UI adjustments.
3gg
2024-08-20
Basic enemy AI.
3gg
2024-08-20
Fix docstrings.
3gg
2024-08-20
Tidy.
3gg
2024-08-16
More convenient switch and multiSwitch.
3gg
2024-08-15
Better event handling.
3gg
2024-08-14
Include debug symbols.
3gg
2024-08-14
Check input events once per frame.
3gg
2024-08-14
Larger window
3gg
2024-08-14
Enable vsync
3gg
2024-08-14
Smoother collisions.
3gg
2024-05-24
WASD controls.
3gg
2024-05-24
Remove unnecessary char callback.
3gg
2023-10-04
Fix resize hang.
3gg
2023-10-04
Clean up.
3gg
2023-10-04
Add note.
3gg
2023-10-04
Allow creation of Geometry from literal arrays. Simplify Buffer.
3gg
2023-10-02
First pass at render backend.
3gg
2023-09-14
Improve game loop timing.
3gg
Uses TimeDelta (uint64) for most computations and converts to double only before stepping the game logic.
2023-09-14
New Timer module and game loop with semi-fixed time step.
3gg
2023-08-31
New Algebra module and Spatial abstraction.
3gg
2023-08-30
Format.
3gg
2023-08-23
Better physics and Vector class rename.
3gg
2023-08-23
Render without deforming paddles/ball.
3gg
2023-03-10
Minor refactoring and formatting.
3gg
[next]