https://github.com/numq/infinite-canvas
Jetpack Compose infinite canvas implementation
https://github.com/numq/infinite-canvas
borderless-canvas canvas dragging drawing infinite-canvas jetpack-compose library modifier surface
Last synced: about 16 hours ago
JSON representation
Jetpack Compose infinite canvas implementation
- Host: GitHub
- URL: https://github.com/numq/infinite-canvas
- Owner: numq
- License: mit
- Created: 2023-03-22T15:40:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-09-07T04:22:31.000Z (8 months ago)
- Last Synced: 2025-12-29T14:15:49.326Z (4 months ago)
- Topics: borderless-canvas, canvas, dragging, drawing, infinite-canvas, jetpack-compose, library, modifier, surface
- Language: Kotlin
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Infinite canvas
A Jetpack Compose implementation of component that contains draggable nodes wrapped in a dynamically drawn rectangle

## Features
- Drawing a rectangular canvas whose dimensions depend on the dimensions and position of the content
- Moving the canvas and nested content
- Moving individual content nodes
___