Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
Heavily modified svg generation.
Browse files Browse the repository at this point in the history
- polygon generation
	- functional
	- rough. a lot of smoothing and valid point range work.
- path generation
	- not-usable
	- generating point coords far exceeding allowable range.
Added anime.js
- used for visualizing where points are as they are drawn.
Some style changes
- slow changing background that is easy on the eyes
- path, polygon have stroke colors (needed to visualize with anime.js)
Display of points list used in newest displayed svg
- displayed in a scrollable list
- x, y pairing
	- highly probable to continue using polygon generation with absolute points.
  • Loading branch information
mamokin committed Oct 6, 2018
1 parent ddd9d37 commit 4caee1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"homepage": "https://github.com/SimulatedGREG/electron-vue#readme",
"devDependencies": {
"animejs": "^2.2.0",
"eslint": "^5.6.1",
"suppose": "^0.6.1"
}
Expand Down

0 comments on commit 4caee1e

Please sign in to comment.