{"id":15137972,"url":"https://github.com/janhohenheim/foxtrot","last_synced_at":"2025-05-14T14:08:54.059Z","repository":{"id":65549849,"uuid":"481294615","full_name":"janhohenheim/foxtrot","owner":"janhohenheim","description":"A 3D reference project and tech demo for the Bevy Engine","archived":false,"fork":false,"pushed_at":"2025-05-11T23:56:11.000Z","size":138798,"stargazers_count":703,"open_issues_count":10,"forks_count":52,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-05-12T00:27:11.064Z","etag":null,"topics":["3d","bevy","game-development","gamedev","rust","template"],"latest_commit_sha":null,"homepage":"https://janhohenheim.itch.io/foxtrot","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/janhohenheim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"janhohenheim"}},"created_at":"2022-04-13T16:35:46.000Z","updated_at":"2025-05-11T23:56:15.000Z","dependencies_parsed_at":"2024-08-04T16:02:21.322Z","dependency_job_id":"b7befacc-2c1c-4a29-ba6d-c6f6f63cf19f","html_url":"https://github.com/janhohenheim/foxtrot","commit_stats":{"total_commits":977,"total_committers":14,"mean_commits":69.78571428571429,"dds":"0.39201637666325484","last_synced_commit":"274563b701a4d2002ff4d585d02d54f56a7704e5"},"previous_names":[],"tags_count":17,"template":true,"template_full_name":"NiklasEi/bevy_game_template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janhohenheim%2Ffoxtrot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janhohenheim%2Ffoxtrot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janhohenheim%2Ffoxtrot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janhohenheim%2Ffoxtrot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janhohenheim","download_url":"https://codeload.github.com/janhohenheim/foxtrot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254160026,"owners_count":22024567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d","bevy","game-development","gamedev","rust","template"],"created_at":"2024-09-26T07:03:59.394Z","updated_at":"2025-05-14T14:08:49.050Z","avatar_url":"https://github.com/janhohenheim.png","language":"Rust","funding_links":["https://github.com/sponsors/janhohenheim"],"categories":["Rust"],"sub_categories":[],"readme":"# Foxtrot\n\nThe all-in-one Bevy 3D game template.\n\nhttps://user-images.githubusercontent.com/9047632/226387411-70f662de-0681-47ff-b1d1-ccc59b02fa7b.mov\n\n## What does this template give you?\n\n- Integration with Blender as an editor via\n  the [`Blender_bevy_components_workflow`](https://github.com/kaosat-dev/Blender_bevy_components_workflow) set of tools\n- Physics via [`bevy_xpbd`](https://crates.io/crates/bevy_xpbd_3d)\n    - A 3D character controller via [`bevy-tnua`](https://crates.io/crates/bevy-tnua)\n- Audio via [`bevy_kira_audio`](https://crates.io/crates/bevy_kira_audio)\n- Pathfinding via [`oxidized_navigation`](https://crates.io/crates/oxidized_navigation)\n- [`bevy_editor_pls`](https://crates.io/crates/bevy_editor_pls) bound to 'Q'\n    - Custom editor found in the windows selection for `bevy_editor_pls`.\n- Animations\n- Dialogs via [`Yarn Spinner for Rust`](https://crates.io/crates/bevy_yarnspinner)\n- Shaders, using the code from [DGriffin's tutorial](https://www.youtube.com/watch?v=O6A_nVmpvhc)\n- Smooth cameras via [`bevy_dolly`](https://crates.io/crates/bevy_dolly)\n- Particle effects via [`bevy_hanabi`](https://crates.io/crates/bevy_hanabi)\n- Procedural skies via [`bevy_atmosphere`](https://crates.io/crates/bevy_atmosphere)\n- Grass via [`warbler_grass`](https://crates.io/crates/warbler_grass)\n\n## Usage\n\nSimply use the [template button on GitHub](https://github.com/janhohenheim/foxtrot/generate) to create a new repository\nfrom this template.\nThen, replace all instances of the word `foxtrot` with the name of your game. Change the game version as well as the\nauthor information in the following files:\n\n- `Cargo.toml`\n- `build/windows/installer/Package.wxs`\n- `build/macos/src/Game.app/Contents/Resources/Info.plist`\n\n### Updating assets\n\nYou should keep the `credits` directory up to date. The release workflow automatically includes the directory in every\nbuild.\n\n### Updating the icons\n\n1. Replace `build/windows/icon.ico` (used for windows executable and as favicon for the web-builds)\n2. Replace `build/macos/icon_1024x1024.png` with a `1024` times `1024` pixel png icon and run `create_icns.sh` (make\n   sure to run the script inside the `macos` directory) - _Warning: sadly this seems to require a mac..._\n\n## Help and Discussion\n\nFeel free to shoot a message in the\ndedicated [help thread on the Bevy Discord](https://discord.com/channels/691052431525675048/1110648523558506597)\nor [open an issue on GitHub](https://github.com/janhohenheim/foxtrot/issues/new) if you want to discuss something or\nneed help :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanhohenheim%2Ffoxtrot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanhohenheim%2Ffoxtrot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanhohenheim%2Ffoxtrot/lists"}