Skip to content

RQuarx/kei-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kei Editor

Kei Editor or Keditor for short, is a text/code editor made with C++23 and SDL3.

Installation

Prerequisites

  • C++23 compatible compiler (e.g., GCC 12+, Clang 14+, MSVC 2022+)
  • SDL3 and SDL3_TTF development libraries
  • Meson 1.8.0+

Build from source

git clone https://github.com/RQuarx/kei-editor
cd kei-editor
meson setup target -Dbuildtype=release
meson compile -C target

./target/keditor

Attribution

This project uses icons from the vscode-icons project,
licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.

© vscode-icons team and contributors.

Disclaimer

The vscode-icons project and its contributors are not affiliated with, nor do they endorse or sponsor, this project.
All product names, trademarks, and registered trademarks are property of their respective owners.

License

This program is licensed under the GNU General Public License version 3. See the LICENSE.

About

Kei Editor or Keditor for short, is a text/code editor made with C++23 and SDL3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors