Skip to content

Web app for visualizing vector transformations, linear algebra, etc.

Notifications You must be signed in to change notification settings

Gollum999/vctr.xyz

Repository files navigation

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!

About

Web app for visualizing vector transformations, linear algebra, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published