Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.39 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.39 KB

vctr.xyz - Vector Playground

We're live at vctr.xyz!

vctr.xyz is a web app for visualizing linear algebra, vector transformations, etc.

It uses a dynamic node editing system that enables users to visualize a wide variety of operations:

ranging from simple... ...to complex
Simple example Complex example

Contributing

This was my first "substantial" web project, and I'll be honest, some of the code is pretty gross. Thus, I welcome any and all PRs as potential learning opportunities!

Quick start

npm install        # setup project
npm run serve      # compiles and hot-reloads for development
npm run build      # compiles and minifies for production
npm run lint       # lints and fixes files
npm run test       # run tests
npm run test:e2e   # run end-to-end tests
npm run test:unit  # run unit tests

Shout-outs

Like any good project, vctr.xyz uses a bunch of open-source libraries, but some of the most critical are:

Huge thank you to the maintainers and contributors of the above projects!