> For the complete documentation index, see [llms.txt](https://docs.flatredball.com/flatredball/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flatredball.com/flatredball/tutorials/code-tutorials.md).

# Code Tutorials

- [3D Camera Setup](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/flatredballxna-tutorials-3d-camera-setup.md)
- [Adding FlatRedBall to a MonoGame/FNA Project](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/flatredballxna-tutorials-adding-flatredball-to-an-xna-project.md)
- [Adding WPF to an Existing Game](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/adding-wpf-to-an-existing-game.md)
- [async and await](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/async-and-await.md)
- [CLR Profiler](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/flatredballxna-tutorials-clr-profiler.md)
- [Collision Jitter](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/collision-jitter.md)
- [Culling](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/flatredballxna-tutorials-culling.md)
- [Customizing Cursor Visuals](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/customizing-cursor-visuals.md)
- [Windows Desktop](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/customizing-cursor-visuals/windows-desktop.md)
- [windows-rt](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/customizing-cursor-visuals/windows-rt.md)
- [Depth Buffer Z Fighting](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/general-programming-graphics-depth-buffer-z-fighting.md)
- [Dictionaries and Enum Keys](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/tutorials-dictionaries-and-enum-keys.md)
- [FlatRedBall XNA in Windows Form](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/flatredballxna-tutorials-flatredball-xna-in-windows-form.md)
- [Improving Performance](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/tutorials-a-walkthrough-on-improving-performance.md)
- [CustomActivity Performance](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/tutorials-a-walkthrough-on-improving-performance/flatredballxna-tutorials-customactivity-performance.md)
- [Identifying Screen Creation Performance Issues](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/tutorials-a-walkthrough-on-improving-performance/flatredballxna-tutorials-identifying-screen-creation-performance-issues.md)
- [Rendering Performance](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/tutorials-a-walkthrough-on-improving-performance/flatredballxna-tutorials-rendering-performance.md)
- [Manually Updated Objects](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/tutorials-a-walkthrough-on-improving-performance/flatredballxna-tutorials-manually-updated-objects.md)
- [Introduction](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/tutorials-a-walkthrough-on-improving-performance/flatredballxna-tutorials-manually-updated-objects/introduction.md)
- [Measuring Automatic Updates](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/tutorials-a-walkthrough-on-improving-performance/flatredballxna-tutorials-manually-updated-objects/measuring-automatic-updates.md)
- [Measuring Sprite Automatic Updates](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/tutorials-a-walkthrough-on-improving-performance/flatredballxna-tutorials-manually-updated-objects/measuring-sprite-automatic-updates.md)
- [Manual Particle Systems](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/tutorials-a-walkthrough-on-improving-performance/flatredballxna-tutorials-manually-updated-objects/04-manual-particle-systems.md)
- [Object Sorting](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/flatredballxna-tutorials-object-sorting.md)
- [Pix](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/flatredball-tutorials-pix.md)
- [Rendering Sprites with Shaders](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/rendering-sprites-with-shaders.md)
- [Tile-Based Movement](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/flatredballxna-tutorials-tile-based-movement.md)
- [Velocity](https://docs.flatredball.com/flatredball/tutorials/code-tutorials/flatredballxna-tutorials-velocity.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flatredball.com/flatredball/tutorials/code-tutorials.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
