Skip to content

Chimpchi/Crystal

 
 

Repository files navigation

A minimal code editor written with C++ and ImGui.

Project Generation

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)

Compilation

Note

You need to have MSBuild the Vulkan SDK installed.

Run .\build.bat (On Windows)

Running

Run .\run.bat or just cd into the bin/Release folder (On Windows)

Features

  • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.7%
  • Other 0.3%