Skip to content

CrowdWare/FreeBookDesigner

Repository files navigation

FreeBookDesigner

A ebook application designer built on the NoCodeLib library.

Overview

FreeBookDesigner is a desktop application that allows users to design applications without writing code. It uses the NoCodeLib library for core functionality and adds specific features for application design.

Features

  • Visual application design
  • Component library
  • Preview functionality
  • Export to various formats

Development

FreeBookDesigner is built using Kotlin Multiplatform and Compose for Desktop. It uses NoCodeLib as a shared library.

Building from Source

  1. Clone the repository with submodules:

    git clone --recursive https://github.com/crowdware/FreeBookDesigner.git
  2. Build the project:

    ./gradlew build
  3. Run the application:

    ./gradlew run

License

FreeBookDesigner is licensed under the GNU General Public License v3.0.