This folder is already arranged as a GitHub repository. To publish it:
- Open GitHub Desktop.
- Choose
File -> Add local repository. - Select the
WayLandIEfolder. - If asked to initialize a repository, allow it.
- Review the changed files before committing.
- Publish the repository as
WayLandIE.
Recommended repository description:
Android Wayland display bridge for Linux and Steam gaming with GPU-first dmabuf/Vulkan presentation and portable backend support.
Install Git for Windows, then run from the WayLandIE folder:
git init
git add .
git commit -m "Initial WayLandIE public project"
git branch -M main
git remote add origin https://github.com/YOUR_NAME/WayLandIE.git
git push -u origin mainRun:
.\scripts\check-public-tree.ps1
.\scripts\setup-phone.ps1 -CleanPushDo not publish:
- Android debug keystores.
- APK build output unless you intentionally attach it to a release.
- Qualcomm driver packages or extracted vendor rootfs trees.
- Steam, Proton, compatdata, shader cache, or game files.
The .gitignore file already excludes these by default.