Download NimEdit
You can download the latest version of the NimEdit here.
Note: NimEdit requires a working installation of Nim on your computer. In particular nim needs to be in your $PATH.
This is beta quality software!
Windows
This requires Windows Vista or later: NimEdit-0.94.exe
Linux
This should run on Ubuntu x86-64:
Requirements: Install SDL2 and SDL2_ttf packages via your package manager.
Mac OS X
Requirements:
- brew install sdl2
- brew install sdl2_ttf
NimEdit doesn't even start! Now what?
If you start NimEdit from some UI it can happen that nim is not in your $PATH. Create a file named nimlib.cfg next to the nimedit binary which contains a single line that specifies the full path to your nim library (the path that has a system.nim file).