vin
vin copied to clipboard
[Deprecated] Cross platform OpenGL-based text editor written in C++
Vin
Cross platform OpenGL-based text editor written in C++.
Building
-
Run
git submodule update --init --recursive
from the project root to download the dependencies. -
Install FreeType. For Linux and OSX, use your package manager. For Windows, you don't need to do anything.
-
Use CMake to build the library. On Unix-based systems, this would be:
mkdir build && cd build
cmake ..
make
On Windows, make sure to build set the project to be 64-bit - if you're using Visual Studio 14 for example, use: cmake -G "Visual Studio 14 2015 Win64" ..
.