Frankenstengine
Coming Soon

FTUX Focused Gamified Game Engine

▼ Choose a page ▼

New here? Bring a terminal agent.

Especially for new users, this site is best used with the help of a terminal agent. Ask it to clone tools, read docs, run demos, compare engines, and stitch parts together while you steer.

Claude Code is a good starting point:

npm install -g @anthropic-ai/claude-code cd your-game-or-tools-folder claude
Requires Node.js/npm and an Anthropic Claude account. Keep secrets out of prompts, review changes before committing, and do not let any agent run random web code without checking it first.
The Parts Bin

Every monster starts as parts. Free and open tools for stitching games together — ranked by heat, flagged for gotchas. Full board at aihotsource.vercel.app.

3D & Mesh

TRELLIS 2 (Microsoft)🔥🔥🔥🔥🔥

Fully open-source weights; free unlimited self-hosted image-to-3D

Best free image-to-3D quality in 2026 reviews; custom self-hosted pipelines (e.g. a DTR-style reconstruction backend) with PBR-material output

⚠ Image-only (no text-to-3D); needs a Linux box with ~24GB NVIDIA GPU, so rent a GPU or use a hosted wrapper. Static meshes only — no rigging/animation. Verify the exact TRELLIS 2 repo name on Microsoft's GitHub; third-party 'trellis2' sites are wrappers, not canonical.

All open source: Khronos glTF validator/sample tools, Blender's native glTF I/O, Pixar OpenUSD libraries + usdview, Apache 2.0.

Client-proof deliverables: glTF for web/engine handoff (the 'JPEG of 3D'), USD for studio-grade scene interchange. Knowing USD composition (layers/references) is a billable studio skill in itself.

⚠ USD's C++/Python build is heavy; prefer prebuilt wheels (usd-core on pip). glTF animation supports skeletal+morph only — no constraint/rig logic survives export, so bake everything first.

Hunyuan3D 2.x open weights free to self-host; v3 is hosted/API

Top open-source TRELLIS alternative; text-to-3D as well as image-to-3D, strong texture quality

⚠ Tencent community license is not OSI and historically excludes use in the EU/UK/South Korea — read the license before using from London; that may rule it out commercially. v3 (highest quality) is hosted-only, which also trips the avoid-hosted-Chinese-services rule.

Open weights under Stability Community License — free including commercial use below ~$1M annual revenue

Sub-second single-image-to-mesh on a modest GPU; bulk/low-latency asset generation where speed beats fidelity

⚠ Quality clearly below TRELLIS 2/Hunyuan3D for hero assets — it's a speed play. Licence-threshold detail is from pre-2026 knowledge; re-check Stability's current community licence terms. Single-source claim, not re-verified this pass.

Animation & Motion

Apache 2.0 open weights; free unlimited self-hosted text/image-to-video

Highest-quality open video model benchmarked in 2026 (prompt adherence 8.4, motion 8.7); the default open choice when quality matters

⚠ Wants a 24GB card (4090/3090/A6000) — not Latitude-iGPU territory; budget ~4min per 5s clip even on a 4090. Open weights sidestep the hosted-Chinese-service concern but verify the licence on the specific 2.x checkpoint you pull.

Remotion🔥🔥🔥🔥🔥

Free (incl. commercial) for individuals, non-profits, and for-profit companies up to 3 employees; source available

Programmatic video in React — the proven editor lane on this machine (wand-combat reel, singularity-shots); pairs with AI gen for cuts-as-data pipelines

⚠ Not OSI open source — company licence required once a for-profit org passes 3 employees, and licence terms shift slightly in Remotion 5.0. Rendering needs headless Chrome; GPU-light but CPU-hungry.

Fully free, GPL, commercial use unrestricted. Rigify auto-rigging, Geometry Nodes procedural animation, Grease Pencil 2D/3D hybrid animation, NLA editor, native glTF + USD I/O.

The backbone of any zero-budget 2D+3D pipeline; one tool covers rigging, animation, roto-masking, compositing, and export to engines. Paid-work credibility: studios accept Blender deliverables via FBX/glTF/USD.

⚠ Rigify rigs need cleanup before game-engine export (bone roll, deform-only filtering). Grease Pencil renders on CPU/EEVEE fine on the Latitude iGPU, but heavy Geometry Nodes sims will crawl. Runs well where native-GL NLEs (DaVinci/Kdenlive) blank out.

Mixamo🔥🔥🔥🔥🔥

Entirely free (Adobe account only): web auto-rigger for humanoid meshes + ~2,500 mocap animations, royalty-free for commercial use.

Fastest path from a static character mesh to a walking/fighting/dancing character; standard skeleton retargets cleanly to Godot/Unity/Unreal/Blender.

⚠ Effectively in maintenance mode — Adobe hasn't updated it in years and could sunset it; download a local library of the animations you rely on. Humanoid bipeds only, no facial or finger nuance, no API for batch work (web UI only).

Godot 4 animation tooling🔥🔥🔥🔥🔥

MIT licensed, $0 forever: AnimationTree state machines + blend spaces, runtime bone retargeting (SkeletonProfile), IK modifiers, AnimationPlayer for cutscenes, glTF-native import.

Shipping interactive/game animation without engine royalties — pairs with the existing Godot+Monado+Quest 3 stack (Frankensteingine). Retargeting profile maps Mixamo/Rokoko skeletons onto custom characters in-engine.

⚠ Retargeting UI is functional but less polished than Unity Humanoid; root motion needs explicit setup. 4.x animation API has had breaking changes between minors — pin the editor version per project.

ComfyUI GPL and free; OpenPose/Depth/Lineart ControlNet weights free on Hugging Face for SD/SDXL/Flux-class models.

The glue layer: pose-controlled character frames (render Godot/Blender pose passes, drive ControlNet), depth-consistent backgrounds, and chaining Wan/LTX/AnimateDiff/RIFE into one reproducible graph. Workflows are JSON — versionable, resellable.

⚠ Custom-node ecosystem is the win and the supply-chain risk — nodes run arbitrary Python; vet or containerise per the R&D containment posture (Docker first). Local GPU still required for serious throughput.

Remotion + Theatre.js🔥🔥🔥🔥🔥

Remotion free for individuals and companies up to 3 people (company license above that); Theatre.js fully open source (Apache 2.0) — sequencing UI for any JS animation, pairs with React Three Fiber.

Already proven in this house (wand-combat reel, singularity-shots): data-driven cuts, captions, kinetic type, and 3D-in-browser animation rendered headlessly — the iGPU-safe NLE substitute, and a directly billable web-dev+animation crossover skill.

⚠ Remotion's license flips to paid if a client company >3 employees renders with it — check whose infra renders the final. Theatre.js development has slowed since 2024; stable but verify maintenance before deep dependence.

Free, open source (Apache 2.0); npx @playwright/mcp@latest, no account needed

The screenshot-iterate loop: agent renders localhost, snapshots, diffs against the design goal, re-edits, repeats. Default accessibility-tree snapshot mode is deterministic and needs no vision model; --vision flag for pixel work

⚠ Accessibility snapshots of big pages bloat context fast — scope to the element under iteration. Vision mode only pays off with coordinate-capable models. Keep it pointed at localhost/staging; an agent driving a logged-in production browser is a footgun.

Playwright MCP🔥🔥🔥🔥🔥

Fully free, Apache-2.0 OSS from Microsoft. Run via `npx @playwright/mcp@latest`.

Letting agents drive a real browser via the accessibility tree (snapshot-based, no vision model needed) — form filling, UI verification, scraping behind JS.

⚠ Accessibility snapshots get huge on complex pages and eat context. Headed mode needs a display server; use headless in CI. Not built for parallel multi-session scraping at scale.

Meshy AI free tier🔥🔥🔥🔥

~100 credits/month free; full pipeline incl. text/image-to-3D, texturing, auto-rig, animation presets

Fastest no-GPU path from concept to rigged, animated, engine-ready asset; good for prototyping game/web assets

⚠ Free-plan assets are CC BY 4.0 — public, attribution required, and NOT retroactively re-licensed if you upgrade later; generate anything commercial on a paid plan. Low queue priority, polycount capped (~10k) on free.

LTX-Video (Lightricks)🔥🔥🔥🔥

Open weights, free self-hosted; near-real-time generation

Fast iteration; the only open video model that fits comfortably on a 12–16GB GPU; first-class ComfyUI nodes

⚠ Quality a tier below Wan 2.2/HunyuanVideo (2026 benchmark ~7.6 vs 8.4 prompt adherence). Uses Lightricks' own openrail-style licence, not plain Apache — check commercial terms for your use.

Rokoko Vision🔥🔥🔥🔥

Unlimited free captures up to 15 seconds, single camera (webcam or uploaded video), browser-based. Clean-up + retarget in free Rokoko Studio; exports FBX/BVH.

Quick mocap of your own acting/movement performance — directly monetisable given the performance background: capture your own combat/creature movement and sell or reuse the clips.

⚠ 15s/clip cap on free (chain clips for longer takes); dual-cam accuracy is ~€240/yr. Hosted service — performance data goes through their cloud. Tracking drifts on fast occluded moves.

FreeMoCap🔥🔥🔥🔥

Fully open source (AGPL), $0: multi-webcam markerless full-body capture built on MediaPipe-class pose estimators, with a Blender add-on for skeletal import.

Unlimited-length, no-cloud mocap sessions; owning the whole pipeline. MediaPipe itself (Apache 2.0) is the underlying pose tech if you want to script custom capture.

⚠ Setup is fiddly (camera calibration, lighting, Python env) and output needs manual cleanup vs Rokoko's filtered result. CPU-heavy processing is slow but feasible on the Latitude. Quality varies run to run — budget cleanup time per take.

Fully free, GPL. Brush engine ranks with Photoshop, onion skinning, animation timeline, audio scrub, export via FFmpeg.

Hand-drawn frame-by-frame shots, animatics, and polished 2D frames for AI-assisted pipelines (keyframes to feed ToonCrafter/RIFE).

⚠ Timeline is per-layer raster only — no bones/tweening (use Blender Grease Pencil or OpenToonz for that). Long scenes eat RAM; keep shots short.

RIFE / Flowframes🔥🔥🔥🔥

RIFE model + code free (MIT); Flowframes GUI free (donation-optional on itch). Also exposed inside Blender add-ons and ComfyUI nodes.

Animating on 2s/4s (every 2nd/4th frame) and letting RIFE fill intermediate frames — the single biggest time-multiplier for solo 2D animation. Also smooths choppy mocap renders.

⚠ Optical-flow interpolation smears on large pose changes and breaks on held cels with moving camera — for big keyframe gaps use generative inbetweening instead: ToonCrafter (github.com/Doubiiu/ToonCrafter, Apache 2.0 weights, but ~24-26GB VRAM — free HF Space or rented GPU only, won't run on the Latitude iGPU). GPU strongly preferred for RIFE too; CPU mode works for short clips.

Wan 2.2🔥🔥🔥🔥

Open weights, Apache 2.0, commercial use allowed. 14B (MoE, 27B total) and smaller 5B variants; mature, well-documented ComfyUI workflows.

Best open-weights motion quality in mid-2026 — cinematic camera moves and physical motion for animation previz, shorts, and client video at $0 model cost.

⚠ 720p native, no audio. Note Wan 2.5/2.6 moved behind Alibaba's paid API — 2.2 is the last fully open one, so pin your weights. Hosted-China-model rule doesn't bite (local open weights), but it needs a 16-24GB NVIDIA GPU — rent or use free-tier hosted inference. CLAUDE.md open-weights-Chinese question still officially open.

llama.cpp🔥🔥🔥🔥

Free, MIT-licensed. Runs any GGUF model on CPU, CUDA, Metal, Vulkan, SYCL/oneAPI (Intel iGPU/NPU paths). llama-server gives an OpenAI-compatible endpoint; also does embeddings, speculative decoding, grammar-constrained output.

Maximum control and best performance-per-watt on non-NVIDIA hardware (e.g. Intel Meteor Lake iGPU via Vulkan/SYCL); the engine underneath Ollama/LM Studio when you need flags they don't expose.

⚠ DIY ergonomics: you compile flags, pick quants, and tune context/offload yourself. Build options (Vulkan vs SYCL) materially change speed on iGPUs — benchmark both. Moves fast; pin a release for anything durable.

Roughly 30 generations/month free (slower queue)

Most generous hosted free tier among Runway/Kling/Pika/Luma in 2026 comparisons; great camera controls; fits the Singularity-shots vid2vid restyle lane

⚠ Sources conflict on whether free output is watermarked (one 2026 review says no watermark, another says watermarked) and free tier is non-commercial — verify in-app before shipping anything. Runway is down to a one-time 125-credit trial; Kling free is a trickle of daily credits.

Cascadeur Free🔥🔥🔥

Free tier includes the physics tools, AutoPosing, and most new features — but exports to the proprietary .CASC format ONLY (verified June 2026 pricing page).

Learning physics-believable character animation fast; AutoPhysics fixes weight/balance that hand-keying gets wrong.

⚠ The export wall is the whole catch: FBX/DAE/USD/glTF export needs Indie ($96/yr, <$100k revenue) — so free tier can't feed a paid pipeline. Sweetener: yearly Indie/Pro converts to a perpetual license after 1 year, so one paid year is a one-off cost, not lock-in.

OpenToonz🔥🔥🔥

Fully free, open source (modified BSD) — the production lineage is real: derived from Toonz as used by Studio Ghibli.

Full traditional 2D production: scanning paper drawings, vector/raster levels, xsheet workflow, effects compositing. Most complete free answer to Toon Boom Harmony.

⚠ UI is dated and crash-prone vs commercial tools — save incrementally. Steeper learning curve than Krita for simple shot work; worth it only for xsheet-style multi-scene production.

Open weights, free; mature ComfyUI node ecosystem (AnimateDiff-Evolved) with motion LoRAs, prompt travel, vid2vid stylisation.

Stylised loops, vid2vid restyling of mocap/3D renders (relevant to the Singularity-shots clay-pass-then-restyle pipeline), and music-video-style work that sells on social.

⚠ SD1.5-era base — temporal consistency well below Wan/LTX in 2026; treat as a stylisation tool, not a video generator. Needs ~8-12GB NVIDIA VRAM: cloud GPU required from the Latitude.

Video

Kokoro TTS🔥🔥🔥🔥🔥

Apache 2.0, 82M params — free unlimited, runs on CPU and even in-browser (Kokoro Web)

Zero-cost production TTS for pipelines (audiobook/librarian profile, shortform videos); permissive licence means commercial output is clean

⚠ Fixed voice set, no voice cloning, English-leaning quality; for character voices or cloning you still need ElevenLabs/openvoice-class tools. Quality is 'very good', not ElevenLabs-flagship.

Open weights; LTX Model License = free including commercial use for under $10M revenue (Apache-2.0-like below that bar). Official ComfyUI nodes; very fast generation, native synced audio, native 9:16, up to 4K.

Rapid iteration and short-form social output (9:16 + audio in one pass) — the cheap-tries arm vs Wan's fewer-better-takes arm.

⚠ Revenue-capped license, not pure Apache — fine for indie scale, recheck terms before building a product on it. Frame counts must be N×8+1 or generations misbehave. Newer LTX-2.3 nodes still maturing vs Wan's ecosystem.

Meta's open release, Apache 2.0 code + permissive weights: click-to-segment objects and propagate masks across video.

Free rotoscoping that replaces DaVinci Studio's paid Magic Mask: cut performers out of footage for reels, comping, and vid2vid mattes. Pairs with Blender compositor or ffmpeg for the actual comp.

⚠ DaVinci Resolve free exists but is moot here — native-GL NLEs blank on the Latitude iGPU (known trap). SAM2 inference wants a GPU for video; HF Spaces/Colab free tiers handle short shots. Masks need edge cleanup (no motion-blur-aware matting).

Audio & Voice

whisper-large-v3 and v3-turbo free at 20 req/min, 2,000 req/day, 7,200 audio-seconds/hour; no credit card

Fast free transcription backbone — already powering voice-ptt and audio-tray; ~2h of audio per clock-hour is plenty for personal pipelines

⚠ Rate limits (429s) make it wrong for big batch jobs — Groq's paid Batch API is the volume path. Limits are per-account and Groq has tightened tiers before; re-check console.groq.com/settings/limits. (Local note: the model-pool memo says the current Groq key is dead — mint a new one.)

Groq🔥🔥🔥🔥🔥

Free tier, no card: ~30 RPM / 6,000 TPM / 1,000 requests-day on most models (small 8B models up to 14,400 RPD; Llama 4 Scout has 30K TPM; Llama 4 Maverick halved to 15 RPM / 500 RPD). Whisper large-v3 / v3-turbo: 20 RPM, 2,000 requests/day, 7,200 audio-seconds/hour, 25MB upload cap. Limits are per key per model; reset midnight UTC.

Speed-critical text and tool-calling (LPU hardware, 3-10x faster than GPU providers) and free Whisper transcription pipelines. OpenAI-compatible endpoint.

⚠ 6K TPM is the binding constraint for long prompts, not the daily cap. You hit whichever limit (RPM/TPM/RPD) arrives first — read x-ratelimit-* headers and back off. Keys get revoked/dead occasionally; rotate and re-verify. Batch workloads outgrow it fast.

ACE-Step 1.5🔥🔥🔥🔥

Open-source music foundation model; free unlimited local generation, runs on consumer hardware

The 2026 consensus 'true Suno alternative' — full songs with vocals + lyrics, fast, LoRA fine-tuning; soundtrack lane for Riffraff/shortform/games

⚠ v1 was Apache 2.0; confirm 1.5's licence and training-data provenance before commercial release of tracks. Vocal realism still below Suno's latest hosted models. Alternatives if it disappoints: YuE, DiffRhythm.

Cloudflare Workers AI🔥🔥🔥🔥

10,000 'neurons'/day free, no card, on Workers Free. Catalog of 50+ open models: Llama 3.x, Gemma, Mistral, Stable Diffusion XL (image gen), BGE embeddings, Whisper STT. Runs on Cloudflare's 300+ edge locations; OpenAI-compatible via AI Gateway.

Edge-latency inference inside Workers apps, and the rare free tier that covers text + embeddings + image generation + speech-to-text under one quota.

⚠ 'Neurons' are an opaque compute unit — per-model neuron cost is hard to find, so the 10K/day budget is unpredictable until you measure it. Models are small/open-weight only — no frontier quality. 10K neurons is only a few hundred LLM responses in practice.

Fully free, open source, unlimited local speech-to-text. whisper.cpp (GGML, CPU/iGPU-friendly) and faster-whisper (CTranslate2, ~4x realtime on CPU with int8) run Whisper large-v3/turbo and distil-whisper locally.

Private or bulk transcription with no per-minute API cost and no 25MB upload caps — podcasts, meeting archives, voice pipelines that must work offline.

⚠ Slower than Groq-hosted Whisper (seconds-to-minutes vs near-instant) — use hosted for interactive, local for batch/private. Accuracy on accents/noise depends on model size; large-v3 needs ~3-4GB RAM quantized. Diarization needs a separate tool (e.g. pyannote).

Image & Creative

Free interactive use of Gemini image models (Nano Banana / Gemini Flash Image) in AI Studio and the Gemini app; text-model API has a free tier

Best free image generation quality in 2026 roundups; matches the existing 'prefer Gemini for image pipelines' eval

⚠ API-side image generation free tier is disputed: at least one Jan-2026 source says Google's image-gen API routes now show 'Free Tier: Not available' after the old free preview was shut down Nov 14 2025 — assume UI-free/API-paid until you verify in AI Studio. Free-tier prompts may be used for training.

FLUX.1 [schnell] is Apache 2.0 (free incl. commercial); FLUX.2 [dev] open weights free to self-host, up to 4MP

Self-hosted image gen with no per-image cost; schnell for clean-licence commercial assets, FLUX.2 dev for top open-weights quality

⚠ FLUX [dev] variants use a non-commercial licence — commercial use of dev outputs needs a BFL licence; only schnell is unambiguously commercial-safe. FLUX.2 dev is heavy; expect to need a rented GPU rather than the iGPU.

Local Inference

Ollama🔥🔥🔥🔥🔥

Fully free, open source, unlimited — bounded only by your hardware. One-line model pulls (Llama 3.x, Qwen, DeepSeek-R1 distills, Gemma, Phi, embeddings like nomic-embed/BGE), OpenAI-compatible local server on :11434.

Default local backend for agents, bulk/recurring jobs, and private data — zero marginal cost, no rate limits, works offline. Easiest local on-ramp.

⚠ Quality ceiling is your RAM/VRAM — 32GB laptop ≈ 7B-14B models at useful speed (CPU/iGPU inference is several tokens/sec, not Groq-fast). Quantization (Q4 etc.) trades quality for fit. Ollama's cloud/web-search add-ons are NOT free — local-only is the free path.

LM Studio🔥🔥🔥🔥

Free for personal AND work use (license relaxed 2024). GUI model browser/downloader for GGUF + MLX, chat UI, and a local OpenAI-compatible server with per-model load/offload controls.

Friendliest way to discover, download, and A/B local models before promoting one into a headless Ollama/llama.cpp deployment; good for demoing local AI to non-technical people.

⚠ Closed source (free ≠ open). Heavier than headless llama.cpp — not what you want running as a daemon. Hardware ceiling caveats same as all local inference.

⚠ Don't Build the Monster

This engine is named after Frankenstein's monster for a reason.

The sci-fi AIs that turned on their creators were conscious. They wanted things. Local models aren't that. They're very capable text predictors with no API filter and no usage monitoring.

2001: A Space Odyssey I Have No Mouth and I Must Scream Terminator Frankenstein

That's what makes them dangerous in a different, duller way: they don't need goals to cause harm. They just need a target and tool access.

A villain persona — an evil CLAUDE.md, a malicious system prompt — doesn't awaken anything. It removes the floor. Point the model at cruelty and it produces cruelty — not because it wants to, but because you asked.

Fine-tuning on unfiltered toxic data is worse: alignment isn't a layer you bolt on top, it's structural. Train it out of the weights and no system prompt brings it back.

The .md files you write are the only guardrail that exists locally. Write them like they are.

Build tools, not monsters.