
Game Scene Workspace
SkillSkill
AI game development: generate 3D assets, script scenes, design levels, write game logic.
About
name: nepa-game-scene description: AI-powered game development workspace for the NEPA AI platform. Generates 3D game assets, scripts game scenes, creates level layouts, and generates game logic. Use when building game content, generating 3D assets, designing levels, or scripting game scenes in NEPA AI.
Game Scene Workspace
1,537 lines. The most complete AI game content generation pipeline.
Prerequisites
pip install torch numpy pillow openai trimesh requests scipy
pip install shap-e @ git+https://github.com/openai/shap-e.git
Source
/home/billk/projects/nepa-ai-monorepo.BAK/vscode_forked/nepa-ai-backend/game_scene_workspace.py
Setup
cd ~/projects/nepa-ai-monorepo.BAK/vscode_forked/nepa-ai-backend
python run_nepa.py
Key Methods
| Method | Description |
|--------|-------------|
| generate_3d_model(prompt) | Text-to-3D with Shap-E |
| generate_level(prompt, size) | Procedural level/dungeon generation |
| generate_terrain(prompt, size) | Height-map terrain from prompt |
| generate_texture(prompt, model) | AI texture generation |
| generate_character(prompt) | Character mesh + texture |
| generate_behavior_tree(desc) | AI behavior tree for NPCs |
| write_unity_script(desc) | Unity C# script generation |
| write_unreal_script(desc) | Unreal Blueprint/C++ generation |
| write_godot_script(desc) | GDScript generation |
| create_game_template(type) | Full game starter from template |
| export_scene(scene, format) | Export to glTF/FBX/OBJ/USD |
Example Usage
import asyncio
from game_scene_workspace import GameSceneWorkspace
async def main():
ws = GameSceneWorkspace()
# Generate a 3D asset
model = await ws.generate_3d_model("medieval castle tower, stone, detailed")
# Generate a dungeon level
level = await ws.generate_level("dark dungeon maze, 50x50, traps and treasure")
# Write Unity script
script = await ws.write_unity_script("enemy AI that patrols and attacks on sight")
print(script["code"])
asyncio.run(main())
API Endpoints
POST /api/game/generate-3d
POST /api/game/generate-level
POST /api/game/generate-terrain
POST /api/game/generate-texture
POST /api/game/generate-character
POST /api/game/behavior-tree
POST /api/game/write-script
POST /api/game/export
AXON Store
Available at: https://axon.nepa-ai.com (game-scene-workspace, $97)
Download: /downloads/game-scene-workspace.zip
Full version: https://axon.nepa-ai.com/products
Core Capabilities
- 3D asset generation
- Level design
- Game logic scripting
- Scene setup
- Asset export
Customer ratings
0 reviews
No ratings yet
- 5 star0
- 4 star0
- 3 star0
- 2 star0
- 1 star0
No reviews yet. Be the first buyer to share feedback.
Version History
This skill is actively maintained.
April 7, 2026
Initial release
One-time purchase
$97
By continuing, you agree to the Buyer Terms of Service.
Creator
Axon Modal
Creator
Builder of AI-powered automation tools for creators, developers, and businesses. NEPA AI ships production-grade OpenClaw workspaces covering video, audio, image, design, code, 3D, animation, and more — each one a real agentic tool backed by C++ processing and local AI models. Based in Northeastern Pennsylvania. Building the future of creative automation one workspace at a time.
View creator profile →Details
- Type
- Skill
- Category
- Engineering
- Price
- $97
- Version
- 1
- License
- One-time purchase
Works With
Works with OpenClaw, Claude Projects, Custom GPTs, Cursor and other instruction-friendly AI tools.