Skip to content

gvcm/CW4P

Repository files navigation

CW4P: design pattern that implements event-oriented paradigm for WebGL technology.

CrystalWalk is a web-based 3D interactive crystal editor and visualization software designed for teaching materials science and engineering aiming to provide an easy to use and accessible platform to students, professors and researchers. Additional project information is available at its official page http://gvcm.ipen.br/CrystalWalk, including contributors and team members, documentation, research premises, step-by-step guides and videos as well reaching the authors regarding any questions, comments, or concerns.

Software architecture is composed by the 3 specific applications CWAPP, CWLY, CW4P.

CWAPP: is CrystalWalk's main application component based in HTML5/WebGL.

CWLY: is the URL Shortener and persistence API

CW4P: design pattern that implements event-oriented paradigm for WebGL technology, foundation of the main CrystalWalk application (CWAPP)

Additionally, CWD3 is a dynamic data visualization platform built using D3 to gather insights and support the systematic review analysis of the crystallographic software.

CrystalWalk is open-source licensed under the MIT license.

Development

Install Node.js:

http://nodejs.org/download

Clone project:

git clone git@github.com:gvcm/cw4p.git
cd cw4p
export PATH=".:$PATH"

Install dependencies:

npm install
sudo npm install -g bower
bower install
sudo npm install -g grunt-cli

Run application:

grunt

Production

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

About

CW4P: CrystalWalk's design pattern that implements event-oriented paradigm for WebGL technology

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published