Go to file
openvela-robot 8905a6c391 update workflow files 2026-02-02 19:51:48 +08:00
.gitee add .github .gitee 2025-12-17 01:21:41 +08:00
.github update workflow files 2026-02-02 19:51:48 +08:00
.gitignore packages: initial Makefile for child build 2025-12-15 18:28:09 +08:00
CMakeLists.txt add CMakeLists in packages 2025-12-15 18:28:09 +08:00
LICENSE add .github .gitee 2025-12-17 01:21:41 +08:00
Make.defs packages: initial Makefile for child build 2025-12-15 18:28:09 +08:00
Makefile packages: initial Makefile for child build 2025-12-15 18:28:09 +08:00
README.md Add readme file 2025-12-15 18:28:09 +08:00
README_zh-cn.md Add readme file 2025-12-15 18:28:09 +08:00

README.md

Packages Overview

 English | [简体中文](README_zh-cn.md) 

This project is organized by managing multiple sub-repositories within a top-level repository (also known as a super repository). This approach allows for better management and maintenance of different parts of the codebase while ensuring the independence and flexibility of each sub-repository.The sub-repositories are prefixed with the packages field.

Sub-repository list

Sub-repository link Description
packages_demos This repository contains code examples for openvela native applications, mainly including:
  • Music Player
  • Smart Band
  • Bicycle Computer
packages_fe_examples This repository contains basic openvela quickapp code examples, mainly including:
  • Calendar
  • Calculator UI
  • Player
  • Todolist
  • Chart
  • Settings UI