TikTok-like (Douyin) application implemented with Makepad
The user interface and functionality are not complete. Main functionality is to demonstrate Android video playing.
Known Issues:
- Currently supports Android only
- No audio yet
git clone git@github.com:makepad/makepad.git
OR
git clone https://github.com/makepad/makepad.git
git branch rik
cd ~/makepad
cargo install --path ./tools/cargo_makepad
git clone https://github.com/project-robius/makepad_tiktok.git
rustup toolchain install nightly
cargo makepad android install-toolchain
Open either the Android emulator or connect to a real Android device
use adb
command to make sure there's a device connected properly
cd ~/makepad_tiktok
cargo makepad android run -p makepad_tiktok --release