Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syoyo/osograph
Simple script visualizing OSO instructions using graphviz
https://github.com/syoyo/osograph
Last synced: 22 days ago
JSON representation
Simple script visualizing OSO instructions using graphviz
- Host: GitHub
- URL: https://github.com/syoyo/osograph
- Owner: syoyo
- Created: 2010-05-06T15:29:02.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-05-09T16:58:15.000Z (over 14 years ago)
- Last Synced: 2023-04-11T17:06:27.896Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
OSOgraph
========.. image:: http://github.com/syoyo/OSOgraph/raw/master/test.png
OSOgraph visualizes OSO(compiled intermediate instructions of OpenShadingLanguage by oslc) using graphviz.
Requirements
------------* OSL compiler from openshadinglanguage
* http://code.google.com/p/openshadinglanguage/
* Python
* GraphvizHow to use
----------::
$ oslc test.osl
$ python osograph.py test.oso
$ dot -Tpng output.dot > test.pngLimitation & TODO
-----------------A lot.
I've made this simple script just for fun and understanding oso format, thus please don't expect too much on this project ;-)
License
-------BSD 2