Skip to content

Library to enable Visualization Driven Development in Clojure projects.

License

Notifications You must be signed in to change notification settings

jasongilman/vdd-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VDD Core

VDD Core is a minimal Clojure library built to help enable Visualization Driven Development (VDD). Read What is Visualization Driven Development first if you don't know what VDD is. VDD Core captures code execution as data in your coding environment, sends them to the browser, and then invokes code to visualize it. VDD Core is not a visualization framework or a replacement for things like D3 or Raphael.js. It will be a place to include components to make building visualizations of code execution easier.

VDD Core is very new and is considered alpha quality

Examples

The vdd-core-examples (TODO make sure this link works) project has several examples of using vdd-core.

Installation

Add the following dependency to your project.clj file:

[vdd-core "0.1.0"]

Using VDD Core

See Using VDD Core

TODO

These are areas in which VDD Core could be approved.

  • Visualization generator - A generator would make it easier to get started with a new visualization.
  • Built in visualizations - There are visualizations that would be useful for general Clojure development.

Contributions and pull requests are welcome.

License

Copyright © 2013 Jason Gilman and element 84.

Distributed under the MIT License.

About

Library to enable Visualization Driven Development in Clojure projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published