Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CleanCocoa/InfiniteCanvas
Proof of concept for a vector drawing app without canvas boundaries.
https://github.com/CleanCocoa/InfiniteCanvas
drawing macos vector
Last synced: 2 days ago
JSON representation
Proof of concept for a vector drawing app without canvas boundaries.
- Host: GitHub
- URL: https://github.com/CleanCocoa/InfiniteCanvas
- Owner: CleanCocoa
- License: mit
- Created: 2017-01-15T06:25:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T09:45:28.000Z (almost 8 years ago)
- Last Synced: 2024-08-01T23:32:50.585Z (3 months ago)
- Topics: drawing, macos, vector
- Language: Swift
- Size: 107 KB
- Stars: 128
- Watchers: 9
- Forks: 11
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-mac-os-apps - InfiniteCanvas - Proof of concept Mac drawing application. ![swift_icon] (Applications / Graphics)
- open-source-mac-os-apps - InfiniteCanvas - Proof of concept Mac drawing application. ![swift_icon] (Applications / Graphics)
- awesome-swift-macos-apps - InfiniteCanvas - Proof of concept Mac drawing application. (Graphics / Text)
README
# InfiniteCanvas
Proof of concept Mac drawing application.
## Goal
Create a vector-based drawing application where the canvas is infinite in all 3 dimensions: when you pan around and draw, the image representation grows to accommodate the strokes. You may also zoom in and out without restrictions.
High-level metaphor: Prezi for drawing instead of presenting.
## LICENSE
MIT License
Copyright (c) 2017 Christian Tietze/CleanCocoa
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.