A ebook application designer built on the NoCodeLib library.
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.
- Visual application design
- Component library
- Preview functionality
- Export to various formats
FreeBookDesigner is built using Kotlin Multiplatform and Compose for Desktop. It uses NoCodeLib as a shared library.
-
Clone the repository with submodules:
git clone --recursive https://github.com/crowdware/FreeBookDesigner.git
-
Build the project:
./gradlew build
-
Run the application:
./gradlew run
FreeBookDesigner is licensed under the GNU General Public License v3.0.