All Projects → CleanCocoa → InfiniteCanvas

CleanCocoa / InfiniteCanvas

Licence: MIT license
Proof of concept for a vector drawing app without canvas boundaries.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to InfiniteCanvas

Drawkit
Vector and illustration framework for macOS
Stars: ✭ 299 (+182.08%)
Mutual labels:  drawing, vector
ludigraphix.github.io
Documentation for Ludigraphix
Stars: ✭ 21 (-80.19%)
Mutual labels:  drawing, vector
mvt
Draw Mapbox Vector Tiles (MVT) in Go
Stars: ✭ 46 (-56.6%)
Mutual labels:  drawing, vector
Dotgrid
Minimalist Vector Tool
Stars: ✭ 808 (+662.26%)
Mutual labels:  drawing, vector
Celiagg
🎨Anti-Grain Geometry for Python 3 with Cython
Stars: ✭ 17 (-83.96%)
Mutual labels:  drawing, vector
Maker.js
📐⚙ 2D vector line drawing and shape modeling for CNC and laser cutters.
Stars: ✭ 1,185 (+1017.92%)
Mutual labels:  drawing, vector
Leaflet Geoman
🍂🗺️ The most powerful leaflet plugin for drawing and editing geometry layers
Stars: ✭ 1,088 (+926.42%)
Mutual labels:  drawing, vector
powerpaint
Kreative PowerPaint - Library and Application for Bitmap and Vector Image Editing
Stars: ✭ 27 (-74.53%)
Mutual labels:  drawing, vector
LinAlg
实现一个线性代数库,为Python写扩展。《程序猿的数学3 线性代数》读后笔记
Stars: ✭ 17 (-83.96%)
Mutual labels:  vector
deque
A highly optimized double-ended queue
Stars: ✭ 75 (-29.25%)
Mutual labels:  vector
awesome-vector-search
Collections of vector search related libraries, service and research papers
Stars: ✭ 460 (+333.96%)
Mutual labels:  vector
vec
Vector graphics software to generate HPGL output to drive a plotter
Stars: ✭ 19 (-82.08%)
Mutual labels:  drawing
drawa-android
🎨 Drawing application for Android made easy
Stars: ✭ 16 (-84.91%)
Mutual labels:  drawing
sparse
Sparse matrix formats for linear algebra supporting scientific and machine learning applications
Stars: ✭ 136 (+28.3%)
Mutual labels:  vector
cairo
Package cairo provides full Go bindings for Cairo, a 2D graphics library.
Stars: ✭ 28 (-73.58%)
Mutual labels:  drawing
vector-math
Shader-math in haxe: library for GLSL vector operations, complete with swizzles and all
Stars: ✭ 30 (-71.7%)
Mutual labels:  vector
vscode-excalidraw
Excalidraw integration for vscode
Stars: ✭ 31 (-70.75%)
Mutual labels:  drawing
paintDraw
A JavaScript paint and draw app.
Stars: ✭ 25 (-76.42%)
Mutual labels:  drawing
vg
Vector-geometry toolbelt for 3D points and vectors
Stars: ✭ 106 (+0%)
Mutual labels:  vector
gmath
Lightweight C++ geometry math library (Vectors, Quaternions and Matrices)
Stars: ✭ 33 (-68.87%)
Mutual labels:  vector

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].