Firefly
Firefly is a set of extensions for Clickteam's Fusion game engine that lets you design 3D games and apps, based on the Irrlicht Engine.
These short tutorials cover the minimal basics of using individual objects.
Start here - Learn the basics on how to add firefly to an empty project
Loading a model - Get a model into your 3d world
Moving objects - Make objects move within your world
Object collision basics - Making objects collide together
What is raycasting - Make objects see each other
Animating an object - Make an object do things
Creating and managing objects - Handling object creation at runtime
These pages fully document every object and their A/C/Es.
Firefly engine - The core system for Firefly
Firefly camera - The camera serves as a window into the 3d world
Firefly material cache - The material cache stores the textures used by Firefly
Firefly static node - The static object is used to load most 3d meshes that construct your world
Firefly 2D Text - Creates a string object on top of your engine's viewport
Firefly image - Creates an image to display on top of your engine's viewport
Firefly Movement object - This helps with handling object movement of other firefly nodes
Firefly Dummy node - This is an empty, representative-less node with many uses
Firefly Light - Places a light source within your scene
Firefly Particle System - Helps with creating and managing particle effects
Firefly Text node - Inserts a string inside of the 3d world itself
Firefly Skybox - Creates a skybox/sphere within your 3d world
Firefly Water object - Assists with creating a water surface
Firefly Terrain node - Creates and manages terrain in your worldspace with a working LOD algorithm
Firefly Billboard node - Adds a 2d sprite within your 3d environment
Firefly Primitive node - Adds an object from a preset list of basic elements to your scene
Firefly static mesh node - Adds a 3d mesh into your scene
Firefly animated mesh node - Adds a 3d mesh with animation controls to your scene
Firefly raycasting node - A node to help with raycasting (in future versions)
These are full tutorials you can follow to create a game.
(Beginner) Chocobreak - The classic chocobreak tutorial in 3D
(Beginner) Dueling tanks - A simple tutorial for a basic tank fighting game
(Intermediate) First Person Shooter tutorial - How to create a first-person shooter
(Intermediate) Third person exploration tutorial - How to create a third-person adventure
Firefly Bug Tracker - Tracks all known bugs with the public version of Firefly (and if they've been fixed in upcoming releases)
Additional tutorials - Tutorials not found on this site, including some for general modeling and software use.