Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.
/ Getaviz Public archive
forked from softvis-research/Getaviz

With Getaviz you can solve software engineering problems visually by exploring software artifacts them in 2D, 3D, and virtual reality.

License

Notifications You must be signed in to change notification settings

Machuntox/Getaviz

 
 

Repository files navigation

aframeCanvasAnimationController

Here is the file

This is the link for the test-url: testenvironmentlink

I added the following animations:

  • color -> changes color over time and back
  • scale -> changes size over time and back
  • position -> changes position over time and back
  • rotation -> changes rotation over time and back

for the actions:

  • hover
  • select (mouse leftclick)
  • mark (mouse rightclick)

In the file you can define the parameters for each actions independently in the controllerConfig.

How to set parameters

  • time -> number in milisecondes (2000 = 2s)
  • color -> hexcode as string
  • scale -> 'X-axis, Y-axis, Z-axis' | 2 -> double in scale | EXAMPLE: '2 2 2'
  • position -> 'X-axis, Y-axis, Z-axis' | number means degrees of rotation | EXAMPLE: '0 360 0'

About

With Getaviz you can solve software engineering problems visually by exploring software artifacts them in 2D, 3D, and virtual reality.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 83.5%
  • Xtend 7.1%
  • JavaScript 5.4%
  • Ruby 2.0%
  • HTML 0.9%
  • C# 0.5%
  • Other 0.6%