Skip to content

N42: Foxtrot #1271

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 4 commits into from
Feb 9, 2023
Merged
Show file tree
Hide file tree
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
Binary file added content/news/042/foxtrot.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions content/news/042/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,31 @@ A more detailed update summary is available [here][de-update-04].

## Tooling Updates

### [Foxtrot]

![Foxtrot in action](foxtrot.gif)

[Foxtrot] was created by [@janhohenheim] as an all-in-one 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:

- loading a 3D level from GLTF files
- automatically assigning physics colliders
- a custom dialog system
- saving and loading the game
- a force-based third-person character controller
- shaders
- pathfinding
- a flexible camera system with easings
- 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

## Library Updates

### [big-brain]
Expand Down