Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vkbo/collett

Collett is an open source rich text editor for writing novels, built on Qt 6.2+. It is currently under initial development and not ready for use.
https://github.com/vkbo/collett

editor linux open-source qt6 qt6-widgets rich-text

Last synced: 2 months ago
JSON representation

Collett is an open source rich text editor for writing novels, built on Qt 6.2+. It is currently under initial development and not ready for use.

Awesome Lists containing this project

README

        

# Collett

A rich text editor for novels based on [novelWriter](https://github.com/vkbo/novelWriter) and
written with C++ and Qt6.2.

Currently, the project just exists to test how much work it would be to do this in C++ rather than
in Python like the other project. I have not yet decided whether to complete it or not. It is
currently not in a usable state.

## Qt6 Libraries

Either build Qt6 from source, or download the source packages from the
[Qt Open Source](https://www.qt.io/download-open-source) page.

For the Collett build to find the Qt6 libraries, either specify the path via `-DCMAKE_PREFIX_PATH`
to the `cmake` command, or make a symlink from the binary folder to `lib/qt6` inside the source.