Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

DanceUI

DanceUI is a declarative UI framework.

  • Reuses the SwiftUI ecosystem
  • Broad compatibility, with a minimum deployment target of iOS 13

English | 简体中文

Environment Setup

It is recommended to create a shared workspace directory and place the related repositories under the same workspace.

1. Create a Workspace Directory

mkdir DanceUIWorkSpace cd DanceUIWorkSpace

2. Clone the Required Repositories

Run the following commands inside DanceUIWorkSpace:

git clone https://github.com/bytedance/DanceUI git clone https://github.com/bytedance/DanceUIRuntime git clone https://github.com/bytedance/DanceUIGraph

3. Initialize the DanceUI Repository

Enter the DanceUI directory and run the initialization script:

cd DanceUI bash init.sh

4. Install Dependencies for the Example Project

Enter the Example directory and run:

cd Example bundle install bundle exec pod install

After that, you can open Example/DanceUIApp.xcworkspace to develop and debug the example project.

License

This project is open-sourced under the Apache License 2.0. See LICENSE for details.

关于 About

No description, website, or topics provided.

语言 Languages

Swift94.5%
Objective-C2.3%
C++2.0%
Ruby0.6%
C0.5%
Shell0.1%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
2
Total Commits
峰值: 1次/周
Less
More

核心贡献者 Contributors