SwiftLVGL
Swift wrapper for LVGL
File Explorer
- module.modulemap
- shim.h
- lv_conf.h
- lvgl
- LVGLObject.swift
- LVGLObjectProtocol.swift
- Color.swift
- LVAlignment.swift
- LVEventCode.swift
- LVGLDimension.swift
- CallbackStore.swift
- LVGLButton.swift
- LVGLLabel.swift
- LVGLSlider.swift
- LVGLSpinner.swift
- LVGLSwitch.swift
- Main.swift
- .gitignore
- .gitmodules
- combine.py
- LICENSE
- Package.resolved
- Package.swift
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
brew install
View Details ▼
brew install
Install a Homebrew formula or cask.
brew install {{formula|cask}}
Install a formula/cask:
brew install {{[-s|--build-from-source]}} {{formula}}
Build and install a formula from source (dependencies will still be installed from bottles):
brew install {{[-n|--dry-run]}} {{formula|cask}}
Download the manifest, print what would be installed but don't actually install anything:
apt
View Details ▼
apt
Package manager for Debian-based distributions.
Intended as a user-friendly alternative to `apt-get` for interactive use.
For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.
sudo apt update
Update the list of available packages and versions (recommended before running other `apt` commands):
apt search {{package}}
Search packages by name or description:
apt list {{package}}
Search packages by name only (supports wildcards like `*`):
