All Projects → vector-js → vector

vector-js / vector

Licence: other
A javascript library for creating interactive graphics.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to vector

powerpaint
Kreative PowerPaint - Library and Application for Bitmap and Vector Image Editing
Stars: ✭ 27 (-82.47%)
Mutual labels:  vector, vector-graphics
ludigraphix.github.io
Documentation for Ludigraphix
Stars: ✭ 21 (-86.36%)
Mutual labels:  vector, vector-graphics
vectorshapes-unity
Library for drawing vector shapes in Unity.
Stars: ✭ 44 (-71.43%)
Mutual labels:  vector, vector-graphics
Mathsharp
A vector and matrix library written in C# using hardware intrinsics
Stars: ✭ 616 (+300%)
Mutual labels:  vector, vector-graphics
Svg.skia
An SVG rendering library.
Stars: ✭ 122 (-20.78%)
Mutual labels:  vector, vector-graphics
Synfig
This is the Official source code repository of the Synfig project
Stars: ✭ 1,056 (+585.71%)
Mutual labels:  vector, vector-graphics
Clarity
Customizable Monoshape Vector Icon Theme for GTK+
Stars: ✭ 37 (-75.97%)
Mutual labels:  vector, vector-graphics
Vectorlogozone
3,000+ gorgeous SVG logos, perfect for your README or credits page
Stars: ✭ 239 (+55.19%)
Mutual labels:  vector, vector-graphics
vectorexpress-api
Vector Express is a free service and API for converting, analyzing and processing vector files.
Stars: ✭ 66 (-57.14%)
Mutual labels:  vector, vector-graphics
CapsNet-tensorflow-jupyter
A simple tensorflow implementation of CapsNet (by Dr. G. Hinton), based on my understanding. This repository is built with an aim to simplify the concept, implement and understand it.
Stars: ✭ 16 (-89.61%)
Mutual labels:  vector
cairo-cr
Cairo bindings for Crystal language.
Stars: ✭ 29 (-81.17%)
Mutual labels:  vector-graphics
lore
WebGL engine for (big) data visualization.
Stars: ✭ 24 (-84.42%)
Mutual labels:  interactive
timvt
PostGIS based Vector Tile server.
Stars: ✭ 113 (-26.62%)
Mutual labels:  vector
microbium-app
Draw new worlds
Stars: ✭ 89 (-42.21%)
Mutual labels:  interactive
ScalaTIKZ
ScalaTIKZ is an open-source library for PGF/TIKZ vector graphics.
Stars: ✭ 18 (-88.31%)
Mutual labels:  vector-graphics
jsfiddle-github
JSFiddle implementation for interactive JavaScript examples.
Stars: ✭ 16 (-89.61%)
Mutual labels:  interactive
ModernUI
Modern desktop framework from low-level 3D graphics API to high-level view model, for development of 2D/3D rendering software or game engine, with internationalization support and many new technologies.
Stars: ✭ 168 (+9.09%)
Mutual labels:  vector-graphics
mathcell
Interactive mathematics in the browser
Stars: ✭ 34 (-77.92%)
Mutual labels:  interactive
SuperformulaSVG
2D superformula line-art generator built in Processing, with SVG export for use in digital fabrication workflows.
Stars: ✭ 40 (-74.03%)
Mutual labels:  vector
glm
OpenGL Mathematics (GLM)
Stars: ✭ 6,667 (+4229.22%)
Mutual labels:  vector

Warning: the master branch is in an unstable state. Currently, the development branch represents the future of this project.

Vector.js

Vector.js is a Javascript library for creating interactive graphics on the web. The library uses the existing web standards: HTML, SVG, and CSS and has no dependencies. See the Website for getting started, examples, and more.

Development

Clone the repository to your local environment.

git clone https://github.com/vector-js/vector.git

Install NPM dependencies

npm install

Build the library

npm run build

Then start a local server to view the examples in the "index.html" page.

npm start

Web Site Development

Navigate into the website folder

cd website

Serve a local version of the site

hugo server

Tools

Acknowledgements

Big shout out to Tania Rascia for her SCSS boilerplate, New Moon Syntax Theme, and inspiration.

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].