This project implements a basic website using seven different graphic frameworks for comparison.
You need NodeJS installed. Follow this Documentation, if you never have used NodeJS or NPM.
After installation
npm install
sudo npm install -g bower
sudo npm install -g gulp
Install the dependencies in the different framework
bower install
Run the demo
gulp
To show the capabilities of every graphic framework, we will implement a basic website with the following requirements:
- Two different shapes
- Arrows (solid and dashed)
The following images show the application
The following frameworks are used in this project.
The following three frameworks have a performance test option.
The test of the performance is done by generating a X * Y Grid, where X is the count of elements on the x-axis and Y is the count of elements on the y-axis. The max value for X and Y is 100 and the min value for X and Y is 1.
This project is licensed under the MIT License - see the LICENSE.md file for details