-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtoc.html
More file actions
32 lines (30 loc) · 26.8 KB
/
Copy pathtoc.html
File metadata and controls
32 lines (30 loc) · 26.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE HTML>
<html lang="en" class="light" dir="ltr">
<head>
<!-- sidebar iframe generated using mdBook
This is a frame, and not included directly in the page, to control the total size of the
book. The TOC contains an entry for each page, so if each page includes a copy of the TOC,
the total size of the page becomes O(n**2).
The frame is only used as a fallback when JS is turned off. When it's on, the sidebar is
instead added to the main page by `toc.js` instead. The JavaScript mode is better
because, when running in a `file:///` URL, the iframed page would not be Same-Origin as
the rest of the page, so the sidebar and the main page theme would fall out of sync.
-->
<meta charset="UTF-8">
<meta name="robots" content="noindex">
<!-- Custom HTML head -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/variables-8adf115d.css">
<link rel="stylesheet" href="css/general-2459343d.css">
<link rel="stylesheet" href="css/chrome-ae938929.css">
<link rel="stylesheet" href="css/print-9e4910d8.css" media="print">
<!-- Fonts -->
<link rel="stylesheet" href="fonts/fonts-9644e21d.css">
<!-- Custom theme stylesheets -->
</head>
<body class="sidebar-iframe-inner">
<ol class="chapter"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="introduction.html" target="_parent">Introduction</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="overview.html" target="_parent">Chapter Overview</a></span></li><li class="chapter-item expanded "><li class="spacer"></li></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="builtins.html" target="_parent">List of Bevy Builtins</a></span></li><li class="chapter-item expanded "><li class="spacer"></li></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="tutorial.html" target="_parent"><strong aria-hidden="true">1.</strong> Bevy Tutorials</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="tutorial/guide.html" target="_parent"><strong aria-hidden="true">1.1.</strong> Guided Tour</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="cookbook.html" target="_parent"><strong aria-hidden="true">2.</strong> Bevy Cookbook</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="cookbook/print-framerate.html" target="_parent"><strong aria-hidden="true">2.1.</strong> Show Framerate</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="cookbook/cursor2world.html" target="_parent"><strong aria-hidden="true">2.2.</strong> Convert cursor to world coordinates</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="cookbook/smooth-movement.html" target="_parent"><strong aria-hidden="true">2.3.</strong> Transform Interpolation/Extrapolation</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="cookbook/pan-orbit-camera.html" target="_parent"><strong aria-hidden="true">2.4.</strong> 3D Pan+Orbit Camera</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="cookbook/custom-projection.html" target="_parent"><strong aria-hidden="true">2.5.</strong> Custom Camera Projection</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="cookbook/print-resources.html" target="_parent"><strong aria-hidden="true">2.6.</strong> List All Resource Types</a></span></li></ol><li class="chapter-item expanded "><li class="spacer"></li></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="setup.html" target="_parent"><strong aria-hidden="true">3.</strong> Bevy Setup Tips</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="setup/getting-started.html" target="_parent"><strong aria-hidden="true">3.1.</strong> Getting Started</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="setup/editor.html" target="_parent"><strong aria-hidden="true">3.2.</strong> Text Editor / IDE</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="setup/editor/vscode.html" target="_parent"><strong aria-hidden="true">3.2.1.</strong> Visual Studio Code</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="setup/editor/jetbrains.html" target="_parent"><strong aria-hidden="true">3.2.2.</strong> JetBrains (RustRover, IntelliJ, CLion)</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="setup/editor/kak.html" target="_parent"><strong aria-hidden="true">3.2.3.</strong> Kakoune</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="setup/editor/vim.html" target="_parent"><strong aria-hidden="true">3.2.4.</strong> Vim</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="setup/editor/emacs.html" target="_parent"><strong aria-hidden="true">3.2.5.</strong> Emacs</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="setup/bevy-config.html" target="_parent"><strong aria-hidden="true">3.3.</strong> Customizing Bevy (features, modularity)</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="setup/unofficial-plugins.html" target="_parent"><strong aria-hidden="true">3.4.</strong> Community Plugin Ecosystem</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="setup/bevy-tools.html" target="_parent"><strong aria-hidden="true">3.5.</strong> Dev Tools and Editors for Bevy</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="setup/perf.html" target="_parent"><strong aria-hidden="true">3.6.</strong> Performance Tunables</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="setup/bevy-git.html" target="_parent"><strong aria-hidden="true">3.7.</strong> Using bleeding-edge Bevy (main)</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="pitfalls.html" target="_parent"><strong aria-hidden="true">4.</strong> Common Pitfalls</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="pitfalls/build-errors.html" target="_parent"><strong aria-hidden="true">4.1.</strong> Strange compile errors from Bevy or dependencies</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="pitfalls/performance.html" target="_parent"><strong aria-hidden="true">4.2.</strong> Slow Performance</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="pitfalls/into-system.html" target="_parent"><strong aria-hidden="true">4.3.</strong> Error adding function as system</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="pitfalls/3d-not-rendering.html" target="_parent"><strong aria-hidden="true">4.4.</strong> 3D objects not displaying</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="pitfalls/split-borrows.html" target="_parent"><strong aria-hidden="true">4.5.</strong> Borrow multiple fields from struct</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="pitfalls/time.html" target="_parent"><strong aria-hidden="true">4.6.</strong> Jittering Time (choppy movement/animation)</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="pitfalls/uv-coordinates.html" target="_parent"><strong aria-hidden="true">4.7.</strong> Textures/Images are flipped</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="fundamentals.html" target="_parent"><strong aria-hidden="true">5.</strong> Game Engine Fundamentals</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="fundamentals/coords.html" target="_parent"><strong aria-hidden="true">5.1.</strong> Coordinate System</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="fundamentals/transforms.html" target="_parent"><strong aria-hidden="true">5.2.</strong> Transforms</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="fundamentals/visibility.html" target="_parent"><strong aria-hidden="true">5.3.</strong> Visibility</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="fundamentals/time.html" target="_parent"><strong aria-hidden="true">5.4.</strong> Time and Timers</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="fundamentals/log.html" target="_parent"><strong aria-hidden="true">5.5.</strong> Logging, Console Messages</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="fundamentals/hierarchy.html" target="_parent"><strong aria-hidden="true">5.6.</strong> Parent/Child Hierarchies</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="fundamentals/fixed-timestep.html" target="_parent"><strong aria-hidden="true">5.7.</strong> Fixed Timestep</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="fundamentals/async-compute.html" target="_parent"><strong aria-hidden="true">5.8.</strong> Background Computation</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="fundamentals/gizmos.html" target="_parent"><strong aria-hidden="true">5.9.</strong> Gizmos</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="graphics.html" target="_parent"><strong aria-hidden="true">6.</strong> General Graphics Features</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="graphics/camera.html" target="_parent"><strong aria-hidden="true">6.1.</strong> Cameras</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="graphics/hdr-tonemap.html" target="_parent"><strong aria-hidden="true">6.2.</strong> HDR and Tonemapping</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="graphics/bloom.html" target="_parent"><strong aria-hidden="true">6.3.</strong> Bloom</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="2d.html" target="_parent"><strong aria-hidden="true">7.</strong> Working with 2D</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="2d/camera.html" target="_parent"><strong aria-hidden="true">7.1.</strong> 2D Camera Setup</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="2d/sprites.html" target="_parent"><strong aria-hidden="true">7.2.</strong> Sprites and Atlases</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="3d.html" target="_parent"><strong aria-hidden="true">8.</strong> Working with 3D</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="3d/camera.html" target="_parent"><strong aria-hidden="true">8.1.</strong> 3D Camera Setup</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="3d/gltf.html" target="_parent"><strong aria-hidden="true">8.2.</strong> 3D Models and Scenes (GLTF)</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="input.html" target="_parent"><strong aria-hidden="true">9.</strong> Input Handling</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="input/keyboard.html" target="_parent"><strong aria-hidden="true">9.1.</strong> Keyboard</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="input/mouse.html" target="_parent"><strong aria-hidden="true">9.2.</strong> Mouse</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="input/gamepad.html" target="_parent"><strong aria-hidden="true">9.3.</strong> Gamepad (Controller, Joystick)</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="input/touch.html" target="_parent"><strong aria-hidden="true">9.4.</strong> Touchscreen</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="input/gesture.html" target="_parent"><strong aria-hidden="true">9.5.</strong> Gestures</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="input/dnd.html" target="_parent"><strong aria-hidden="true">9.6.</strong> Drag-and-Drop (Files)</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="input/ime.html" target="_parent"><strong aria-hidden="true">9.7.</strong> IME (Advanced Text)</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="window.html" target="_parent"><strong aria-hidden="true">10.</strong> Window Management</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="window/props.html" target="_parent"><strong aria-hidden="true">10.1.</strong> Window Properties</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="window/clear-color.html" target="_parent"><strong aria-hidden="true">10.2.</strong> Change the Background Color</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="window/mouse-grab.html" target="_parent"><strong aria-hidden="true">10.3.</strong> Grab/Capture the Mouse Cursor</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="window/icon.html" target="_parent"><strong aria-hidden="true">10.4.</strong> Set the Window Icon</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="assets.html" target="_parent"><strong aria-hidden="true">11.</strong> Asset Management</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="assets/handles.html" target="_parent"><strong aria-hidden="true">11.1.</strong> Handles</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="assets/assetserver.html" target="_parent"><strong aria-hidden="true">11.2.</strong> Load Assets from Files</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="assets/data.html" target="_parent"><strong aria-hidden="true">11.3.</strong> Access the Asset Data</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="assets/assetevent.html" target="_parent"><strong aria-hidden="true">11.4.</strong> React to Changes with Asset Events</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="assets/ready.html" target="_parent"><strong aria-hidden="true">11.5.</strong> Track Loading Progress</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="assets/hot-reload.html" target="_parent"><strong aria-hidden="true">11.6.</strong> Hot-Reloading Assets</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="assets/processing.html" target="_parent"><strong aria-hidden="true">11.7.</strong> Processing Assets</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="audio.html" target="_parent"><strong aria-hidden="true">12.</strong> Audio</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="audio/basic.html" target="_parent"><strong aria-hidden="true">12.1.</strong> Playing Sounds</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="audio/spatial.html" target="_parent"><strong aria-hidden="true">12.2.</strong> Spatial Audio</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="audio/custom.html" target="_parent"><strong aria-hidden="true">12.3.</strong> Custom Audio Streams</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="ui.html" target="_parent"><strong aria-hidden="true">13.</strong> Bevy UI Framework</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming.html" target="_parent"><strong aria-hidden="true">14.</strong> Bevy Core Programming Framework</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/ecs-intro.html" target="_parent"><strong aria-hidden="true">14.1.</strong> Intro to ECS</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/intro-data.html" target="_parent"><strong aria-hidden="true">14.2.</strong> Intro: Your Data</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/intro-code.html" target="_parent"><strong aria-hidden="true">14.3.</strong> Intro: Your Code</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/app-builder.html" target="_parent"><strong aria-hidden="true">14.4.</strong> The App</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/systems.html" target="_parent"><strong aria-hidden="true">14.5.</strong> Systems</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/res.html" target="_parent"><strong aria-hidden="true">14.6.</strong> Resources</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/ec.html" target="_parent"><strong aria-hidden="true">14.7.</strong> Entities, Components</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/bundle.html" target="_parent"><strong aria-hidden="true">14.8.</strong> Bundles</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/queries.html" target="_parent"><strong aria-hidden="true">14.9.</strong> Queries</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/commands.html" target="_parent"><strong aria-hidden="true">14.10.</strong> Commands</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/events.html" target="_parent"><strong aria-hidden="true">14.11.</strong> Events</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/plugins.html" target="_parent"><strong aria-hidden="true">14.12.</strong> Plugins</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/local.html" target="_parent"><strong aria-hidden="true">14.13.</strong> Local Resources</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/exclusive.html" target="_parent"><strong aria-hidden="true">14.14.</strong> Exclusive Systems</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/world.html" target="_parent"><strong aria-hidden="true">14.15.</strong> Direct ECS World Access</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/schedules.html" target="_parent"><strong aria-hidden="true">14.16.</strong> Schedules</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/system-order.html" target="_parent"><strong aria-hidden="true">14.17.</strong> System Order of Execution</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/run-conditions.html" target="_parent"><strong aria-hidden="true">14.18.</strong> Run Conditions</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/system-sets.html" target="_parent"><strong aria-hidden="true">14.19.</strong> System Sets</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/states.html" target="_parent"><strong aria-hidden="true">14.20.</strong> States</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/change-detection.html" target="_parent"><strong aria-hidden="true">14.21.</strong> Change Detection</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/one-shot-systems.html" target="_parent"><strong aria-hidden="true">14.22.</strong> One-Shot Systems</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/par-iter.html" target="_parent"><strong aria-hidden="true">14.23.</strong> Internal Parallelism</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/system-piping.html" target="_parent"><strong aria-hidden="true">14.24.</strong> System Piping</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/paramset.html" target="_parent"><strong aria-hidden="true">14.25.</strong> ParamSet</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="programming/non-send.html" target="_parent"><strong aria-hidden="true">14.26.</strong> Non-Send</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="patterns.html" target="_parent"><strong aria-hidden="true">15.</strong> Programming Patterns</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="patterns/generic-systems.html" target="_parent"><strong aria-hidden="true">15.1.</strong> Generic Systems</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="patterns/component-storage.html" target="_parent"><strong aria-hidden="true">15.2.</strong> Component Storage (Table/Sparse-Set)</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="patterns/manual-event-clear.html" target="_parent"><strong aria-hidden="true">15.3.</strong> Manual Event Clearing</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="patterns/system-tests.html" target="_parent"><strong aria-hidden="true">15.4.</strong> Writing Tests for Systems</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="gpu.html" target="_parent"><strong aria-hidden="true">16.</strong> Bevy Render (GPU) Framework</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="gpu/intro.html" target="_parent"><strong aria-hidden="true">16.1.</strong> Render Architecture Overview</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="gpu/stages.html" target="_parent"><strong aria-hidden="true">16.2.</strong> Render Stages</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="platforms.html" target="_parent"><strong aria-hidden="true">17.</strong> Bevy on Different Platforms</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="platforms/linux.html" target="_parent"><strong aria-hidden="true">17.1.</strong> Linux Desktop</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="platforms/macos.html" target="_parent"><strong aria-hidden="true">17.2.</strong> macOS Desktop</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="platforms/windows.html" target="_parent"><strong aria-hidden="true">17.3.</strong> Windows Desktop</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="platforms/windows/wsl2.html" target="_parent"><strong aria-hidden="true">17.3.1.</strong> Working in WSL2</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="platforms/wasm.html" target="_parent"><strong aria-hidden="true">17.4.</strong> Browser (WebAssembly)</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="platforms/wasm/size-opt.html" target="_parent"><strong aria-hidden="true">17.4.1.</strong> Optimize for Size</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="platforms/wasm/webpage.html" target="_parent"><strong aria-hidden="true">17.4.2.</strong> Create a Custom Web Page</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="platforms/wasm/gh-pages.html" target="_parent"><strong aria-hidden="true">17.4.3.</strong> Hosting on GitHub Pages</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="setup/cross.html" target="_parent"><strong aria-hidden="true">17.5.</strong> Cross-Compilation</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="setup/cross/linux-windows.html" target="_parent"><strong aria-hidden="true">17.5.1.</strong> From Linux to Windows</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="setup/cross/macos-windows.html" target="_parent"><strong aria-hidden="true">17.5.2.</strong> From macOS to Windows</a></span></li></ol></li></ol><li class="chapter-item expanded "><li class="spacer"></li></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="credits.html" target="_parent">Credits</a></span></li><li class="chapter-item expanded "><li class="spacer"></li></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="contact.html" target="_parent">Contact Me</a></span></li><li class="chapter-item expanded "><li class="spacer"></li></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="contributing-bevy.html" target="_parent">Contribute to Bevy</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="contributing.html" target="_parent">Contribute to this Book</a></span></li></ol>
</body>
</html>