📖 MIFF API Reference

Complete documentation for all 157+ MIFF modules

Core Framework
MIFFCore
Core framework initialization and configuration management. Handles module loading, dependency injection, and system initialization.
import { MIFFCore } from '@miff/core'
Complete
Rendering
RendererPure
High-performance rendering engine with 60fps support. WebGL-based with automatic fallbacks and optimization.
import { RendererPure } from '@miff/renderer'
Complete
AI Integration
AIProfileIntegrationLayer
AI profile integration and management system. Supports multiple AI providers and custom models.
import { AIProfileIntegrationLayer } from '@miff/ai'
Complete
Audio
AudioBridgePure
Cross-platform audio management and playback. Supports Web Audio API with fallbacks.
import { AudioBridgePure } from '@miff/audio'
Complete
Camera
CameraBridgePure
Advanced camera control and integration. Supports 2D/3D cameras with smooth transitions.
import { CameraBridgePure } from '@miff/camera'
Complete
Export
ConvertToWebPure
Web platform export with optimization. Generates optimized HTML5 games with asset bundling.
import { ConvertToWebPure } from '@miff/export'
Complete
Export
ConvertToUnityPure
Unity Engine integration and export. Generates Unity projects with MIFF components.
import { ConvertToUnityPure } from '@miff/export'
Complete
Export
ConvertToGodotPure
Godot Engine integration and export. Generates Godot projects with MIFF scripts.
import { ConvertToGodotPure } from '@miff/export'
Complete
Networking
WebSocketBridgePure
Real-time communication via WebSockets. Handles multiplayer and real-time data sync.
import { WebSocketBridgePure } from '@miff/networking'
Complete
Combat
CombatScenarioPure
Combat scenario definition and simulation. Supports turn-based and real-time combat.
import { CombatScenarioPure } from '@miff/combat'
Complete
Management
ChainManagerPure
Complex event chain management system. Handles sequential and parallel event processing.
import { ChainManagerPure } from '@miff/management'
Complete
Export
ExportAndroidPure
Android platform export and deployment. Generates Android APK with MIFF runtime.
import { ExportAndroidPure } from '@miff/export'
Complete
157+
Modules
95%
Complete
4,370+
Tests