Paravim is an editor for Nim powered by Vim (via libvim) and rendered with OpenGL (via paranim). There are two ways to run it:
-
As a standalone executable. See the pvim repo for instructions on how to build it.
-
Embedded inside a game. You can try it by running the parakeet example or any of the other paranim examples via
nimble dev
, and then hittingEsc
when the window appears.