Isometric tile & prop generator

2.5D tiles, buildings, and props at a clean 30° projection.

Isometric tile & prop generator
Isometric wizard tower
Isometric medieval cottage
The prompt

"an isometric stone wizard tower with a blue conical roof"

MCP tool: generate_sprite
generate_sprite({
  prompt: "an isometric stone wizard tower with a blue conical roof",
  style: "isometric",
  model: "sdxl"
})

Sim, strategy, and builder games run on isometric art. The isometric preset locks a clean 30° projection so towers, houses, and props all share the same angle and snap onto an iso grid.

Describe a structure and get a centered, transparent 2.5D asset back — no perspective drift between pieces.

Mix with the tileset generator for ground and the character tools for units to assemble a whole iso scene.

Generate this in your editor

Hammermind runs as an MCP server, so you can generate assets straight from Claude Code or any MCP client — or call the REST API directly.

claude mcp add hammermind --transport http https://api.hammermind.com/mcp

Related