Skip to content

DRo21/Coda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coda

Coda is a lightweight, cross-platform text editor written in modern C++ and Qt. It aims to provide a clean, fast, and extensible editing experience with a focus on code and plain text.


Features

  • Open, edit, and save text files
  • Clean Qt-based GUI
  • Cross-platform: Linux, macOS, Windows (via Qt)
  • Written in C++20 with a modular, extensible architecture

Build Instructions

Prerequisites

  • C++20 compiler (e.g., GCC 11+, Clang 12+, MSVC 2019+)
  • CMake 3.16+
  • Qt 5 (Widgets module)

Build Steps

# Clone the repository
git clone https://github.com/DRo21/Coda.git
cd Coda

# Create a build directory
mkdir build
cd build

# Configure and build
cmake ..
make

# Run the application
./Coda

About

Coda - A lightweight customizable text and code editor written in modern C++ and Qt.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors