1. 1. Introduction
  2. 2. Fyrox
    ❱
    1. 2.1. Getting started
      ❱
      1. 2.1.1. Editor, Plugins and Scripts
      2. 2.1.2. Editor Overview
      3. 2.1.3. Scene and scene graph
      4. 2.1.4. Assets
      5. 2.1.5. Data management
    2. 2.2. Scripting
      ❱
      1. 2.2.1. Plugins
      2. 2.2.2. Executor
      3. 2.2.3. Scripts
    3. 2.3. Scene
      ❱
      1. 2.3.1. Graph
      2. 2.3.2. Prefabs
      3. 2.3.3. Base node
      4. 2.3.4. Mesh node
      5. 2.3.5. Light node
      6. 2.3.6. Sprite node
      7. 2.3.7. Particle system node (WIP)
      8. 2.3.8. Terrain node (WIP)
      9. 2.3.9. Camera node
      10. 2.3.10. Decal node
      11. 2.3.11. Rectangle node
      12. 2.3.12. Custom node
      13. 2.3.13. Physics
        ❱
        1. 2.3.13.1. Rigid body
        2. 2.3.13.2. Collider
        3. 2.3.13.3. Joint
        4. 2.3.13.4. Ray Casting
      14. 2.3.14. Sound
        ❱
        1. 2.3.14.1. HRTF (WIP)
        2. 2.3.14.2. Effects (WIP)
      15. 2.3.15. Animation
        ❱
        1. 2.3.15.1. Blending
        2. 2.3.15.2. ABSM Editor
    4. 2.4. Artificial Intelligence (WIP)
      ❱
      1. 2.4.1. Behaviour Trees (WIP)
      2. 2.4.2. Path Finding (WIP)
      3. 2.4.3. Navigational Meshes (WIP)
    5. 2.5. Rendering
      ❱
      1. 2.5.1. Shaders
      2. 2.5.2. Materials
      3. 2.5.3. Light Maps (WIP)
      4. 2.5.4. Settings
      5. 2.5.5. Render Pass
    6. 2.6. Resource Management
      ❱
      1. 2.6.1. Models
      2. 2.6.2. Textures
      3. 2.6.3. Sound Buffers (WIP)
      4. 2.6.4. Curves (WIP)
      5. 2.6.5. Animation Machines (WIP)
    7. 2.7. User Interface
      ❱
      1. 2.7.1. Basic concepts
      2. 2.7.2. General rules
      3. 2.7.3. Fonts
      4. 2.7.4. Theme
      5. 2.7.5. Widgets
        ❱
        1. 2.7.5.1. Button
        2. 2.7.5.2. Border
        3. 2.7.5.3. Canvas
        4. 2.7.5.4. Check box
        5. 2.7.5.5. Curve editor (WIP)
        6. 2.7.5.6. Decorator (WIP)
        7. 2.7.5.7. Docking manager (WIP)
        8. 2.7.5.8. Dropdown list (WIP)
        9. 2.7.5.9. Expander (WIP)
        10. 2.7.5.10. File browser (WIP)
        11. 2.7.5.11. Grid
        12. 2.7.5.12. Image
        13. 2.7.5.13. Inspector (WIP)
        14. 2.7.5.14. List view (WIP)
        15. 2.7.5.15. Menu (WIP)
        16. 2.7.5.16. Message box (WIP)
        17. 2.7.5.17. Numeric field (WIP)
        18. 2.7.5.18. Popup (WIP)
        19. 2.7.5.19. Progress bar (WIP)
        20. 2.7.5.20. Range (WIP)
        21. 2.7.5.21. Rect (WIP)
        22. 2.7.5.22. Scroll bar (WIP)
        23. 2.7.5.23. Scroll panel (WIP)
        24. 2.7.5.24. Scroll viewer (WIP)
        25. 2.7.5.25. Stack panel
        26. 2.7.5.26. Tab Control
        27. 2.7.5.27. Text
        28. 2.7.5.28. Text box
        29. 2.7.5.29. Tree (WIP)
        30. 2.7.5.30. Vector image (WIP)
        31. 2.7.5.31. Window
        32. 2.7.5.32. Wrap panel
    8. 2.8. Serialization (WIP)
    9. 2.9. Miscellaneous
      ❱
      1. 2.9.1. Log
    10. 2.10. Tutorials
      ❱
      1. 2.10.1. FPS Tutorial
        ❱
        1. 2.10.1.1. Character controller
        2. 2.10.1.2. Weapons
        3. 2.10.1.3. Bots and AI
      2. 2.10.2. RPG Tutorial
        ❱
        1. 2.10.2.1. Character controller
      3. 2.10.3. 2D Platformer tutorial
    11. 2.11. Obsolete
      ❱
      1. 2.11.1. Installation (Obsolete)
      2. 2.11.2. Custom game loop (Obsolete)

Fyrox Book

Sound (WIP)