Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 677 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 677 Bytes

Moai IDE

Moai IDE is an MIT-licensed IDE written in C# designed to allow game developers to quickly write games with Moai.

Compiling

Since Moai IDE is written in C#, you need either Visual Studio 2008 or Mono to build it. You can also grab binaries from the build server.

Feature Set

Current Features

  • UI for Windows
  • Project management
  • Syntax highlighting for Lua
  • Debugging engine
    • Breakpoints
    • Immediate Window (evaluate expressions)

In the Works

  • UI for Linux (and non-natively, Mac)
  • Device deployment and remote debugging
  • Live code editing

Down the Track

  • Native UI for Mac