File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ starting point for 3D projects made in Bevy. While he appreciated that other
305
305
Bevy templates showed nicely how to wire up systems and setup a game loop,
306
306
he was missing a showcase for commonly used features that are scattered around
307
307
various libraries. So he created Foxtrot, where he collected most basic features
308
- he could need for future projects or jams. The current version [ v0.1.5 ] features:
308
+ he could need for future projects or jams. The [ latest release ] features:
309
309
310
310
- loading a 3D level from GLTF files
311
311
- automatically assigning physics colliders
@@ -314,12 +314,12 @@ various libraries. So he created Foxtrot, where he collected most basic features
314
314
- a force-based third-person character controller
315
315
- shaders
316
316
- pathfinding
317
- - a flexible camera system with easings
317
+ - a flexible camera system with easings supporting various perspectives
318
318
- a custom ingame editor window for live tweaks such as spawning new objects.
319
319
320
320
[ Foxtrot ] : https://github.com/janhohenheim/foxtrot
321
321
[ @janhohenheim ] : https://github.com/janhohenheim
322
- [ v0.1.5 ] : https://github.com/janhohenheim/foxtrot/releases/tag/v0.1.5
322
+ [ latest release ] : https://github.com/janhohenheim/foxtrot/releases/latest
323
323
324
324
### [ Graphite] [ graphite-website ]
325
325
You can’t perform that action at this time.
0 commit comments