patricklynch / Cinder-Map-Editor

This is a simple map editor designed to recreate some of the functionality of the StarCraft and WarCraft map editors, specifically adding terrain or cliffs and painting textures. It's developed using Cinder in C++ and works for both MacOS and Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Map Editor Demo

This is a simple map editor designed to recreate some of the functionality of the StarCraft and WarCraft map editors, specifically adding terrain or cliffs and painting textures. It's developed using Cinder in C++ and works for both MacOS and Windows.

Screenshot

Screenshot

MOUSE AND KEY COMMANDS:

  • Undo: CMD + Z
  • Redo: CMD + SHFT + Z
  • Paint Mode: P
  • Elevation Mode: E
  • Larger Brush: ]
  • Smaller Brush: [
  • Higher Elevation: +
  • Lower Elevation -
  • Orbit: ALT + Middle Mouse, or arrow keys
  • Zoom: ALT + Right Mouse (left and right)

About

This is a simple map editor designed to recreate some of the functionality of the StarCraft and WarCraft map editors, specifically adding terrain or cliffs and painting textures. It's developed using Cinder in C++ and works for both MacOS and Windows.


Languages

Language:C++ 95.5%Language:GLSL 4.0%Language:C 0.5%