Skip to content

gopeter/semantic-graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

semantic-graphics

Little web app that let users interact with interactive SVG. Semantic data is included as RDFa.

Live demo on Heroku (runs with 1 dyno so first start could take a while)

No support for touch devices!

No database, no unnecessary or redundant files, just one .svg.

Installation

  1. Clone this repository: git clone git@github.com:gopeter/semantic-graphics.git
  2. Create virtual env: virtualenv venv
  3. Activate virtual env: source venv/bin/activate (do this for every new terminal session)
  4. Install requirements: pip install -r requirements.txt
  5. Start app: foreman start
  6. Visit http://localhost:5000 and have fun!

Be aware: Just a proof of concept. No validations, no exception handling, no tests.

Further examples

semantic-graphics is part of a series of experiments

Credits

About

Semantic, interactive graphics with SVG. Proof of concept

Resources

Stars

Watchers

Forks

Packages

No packages published