All Projects → VisualDataWeb → Webvowl

VisualDataWeb / Webvowl

Licence: mit
Visualizing ontologies on the Web

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Webvowl

Brightstardb
This is the core development repository for BrightstarDB.
Stars: ✭ 420 (-8.5%)
Mutual labels:  rdf
Govips
A lightning fast image processing and resizing library for Go
Stars: ✭ 442 (-3.7%)
Mutual labels:  svg
Feather
Simply beautiful open source icons
Stars: ✭ 21,029 (+4481.48%)
Mutual labels:  svg
Svg Turkiye Haritasi
SVG Turkey Map
Stars: ✭ 428 (-6.75%)
Mutual labels:  svg
Automator Workflows
A collection of Automator workflows (services) that speed up your design / development process. Compatible with LaunchBar 6 and 7 Actions
Stars: ✭ 439 (-4.36%)
Mutual labels:  svg
Scour
Scour - An SVG Optimizer / Cleaner
Stars: ✭ 443 (-3.49%)
Mutual labels:  svg
Pts
A library for visualization and creative-coding
Stars: ✭ 4,628 (+908.28%)
Mutual labels:  svg
Cairosvg
Convert your vector images
Stars: ✭ 453 (-1.31%)
Mutual labels:  svg
Awesome Svg
A curated list of SVG.
Stars: ✭ 4,226 (+820.7%)
Mutual labels:  svg
Svgedit
Powerful SVG-Editor for your browser
Stars: ✭ 4,674 (+918.3%)
Mutual labels:  svg
Boxes
Boxes.py - laser cutting boxes and more
Stars: ✭ 429 (-6.54%)
Mutual labels:  svg
Picofeed
PHP library to parse and write RSS/Atom feeds
Stars: ✭ 439 (-4.36%)
Mutual labels:  rdf
Line Charts
A library for plotting line charts in SVG. Written in all Elm.
Stars: ✭ 445 (-3.05%)
Mutual labels:  svg
Datav React
React数据可视化组件库(类似阿里DataV,大屏数据展示),提供SVG的边框及装饰、图表、水位图、飞线图等组件,简单易用,长期更新
Stars: ✭ 427 (-6.97%)
Mutual labels:  svg
Rust Skia
Safe Skia Bindings for Rust
Stars: ✭ 450 (-1.96%)
Mutual labels:  svg
React Native Svg Animated Linear Gradient
A wrap SVG component for animated linear gradient
Stars: ✭ 418 (-8.93%)
Mutual labels:  svg
Iconify
Universal icon framework. One syntax for FontAwesome, Material Design Icons, DashIcons, Feather Icons, EmojiOne, Noto Emoji and many other icon sets (90+ icon sets, 80,000+ icons).
Stars: ✭ 439 (-4.36%)
Mutual labels:  svg
Radiance
Building modern, elegant and fast Swing applications
Stars: ✭ 458 (-0.22%)
Mutual labels:  svg
Wavedrom.github.io
Digital timing diagram editor
Stars: ✭ 453 (-1.31%)
Mutual labels:  svg
Philter
Philter is a JS plugin giving you the power to control CSS filters with HTML attributes.
Stars: ✭ 445 (-3.05%)
Mutual labels:  svg

WebVOWL Build Status

This repository was ported from an internal SVN repository to Github after the release of WebVOWL 0.4.0. Due to cleanups with git filter-branch, the commit history might show some strange effects.

Requirements

Node.js for installing the development tools and dependencies.

Development setup

Simple

  1. Download and install Node.js from http://nodejs.org/download/
  2. Open the terminal in the root directory
  3. Run npm install to install the dependencies and build the project
  4. Edit the code
  5. Run npm run-script release to (re-)build all necessary files into the deploy directory

Advanced

Instead of the last step of the simple setup, install the npm package grunt-cli globally with npm install grunt-cli -g. Now you can execute a few more advanced commands in the terminal:

  • grunt or grunt release builds the release files into the deploy directory
  • grunt package builds the development version
  • grunt webserver starts a local live-updating webserver with the current development version
  • grunt test starts the test runner
  • grunt zip builds the project and puts it into a zip file

Additional information

To export the VOWL visualization to an SVG image, all css styles have to be included into the SVG code. This means that if you change the CSS code in the vowl.css file, you also have to update the code that inlines the styles - otherwise the exported SVG will not look the same as the displayed graph.

The tool which creates the code that inlines the styles can be found in the util directory. Please follow the instructions in its README file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].