amirhshahbazi / konva-cube

Home Page:danaxa-konva-challenge.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Konva.js Cubes


The project is also deployed on Vercel: https://danaxa-konva-challenge.vercel.app/

Introduction

This was my first time using Konva.js. The challenge was to use it with Vue.js (vue-konva library) to create a simple application for drawing cubes out of 2D shapes. The program must receive three clicks to create a cube. The first two clicks determine the front face of the cube, while the third click determines its depth.

No other libraries were used.


To run the project:

npm install && npm run serve

About

danaxa-konva-challenge.vercel.app


Languages

Language:Vue 68.4%Language:JavaScript 22.6%Language:HTML 8.9%