Skip to content

N42: Update Foxtrot to newest release #1285

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/news/042/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ starting point for 3D projects made in Bevy. While he appreciated that other
Bevy templates showed nicely how to wire up systems and setup a game loop,
he was missing a showcase for commonly used features that are scattered around
various libraries. So he created Foxtrot, where he collected most basic features
he could need for future projects or jams. The current version [v0.1.5] features:
he could need for future projects or jams. The [latest release] features:

- loading a 3D level from GLTF files
- automatically assigning physics colliders
Expand All @@ -314,12 +314,12 @@ various libraries. So he created Foxtrot, where he collected most basic features
- a force-based third-person character controller
- shaders
- pathfinding
- a flexible camera system with easings
- a flexible camera system with easings supporting various perspectives
- a custom ingame editor window for live tweaks such as spawning new objects.

[Foxtrot]: https://github.com/janhohenheim/foxtrot
[@janhohenheim]: https://github.com/janhohenheim
[v0.1.5]: https://github.com/janhohenheim/foxtrot/releases/tag/v0.1.5
[latest release]: https://github.com/janhohenheim/foxtrot/releases/latest

### [Graphite][graphite-website]

Expand Down