A minimal code editor written with C++ and ImGui.
Note
Crystal uses premake for project generation. Feel free to install it or use the one provided in tools
.
Run .\generate.bat
to generate a Visual Studio 2022
project (On Windows)
Note
You need to have MSBuild
the Vulkan SDK installed.
Run .\build.bat
(On Windows)
Run .\run.bat
or just cd into the bin/Release
folder (On Windows)
- Typing
- File Explorer
- Syntax highlighting
- Lightweight
- Build error markers (compile-time, msvc only)
- Basic terminal
- Drag and drop files
- Image viewer (png, jpg)
- Customizable themes
- File icons
- Lsp support