https://github.com/sunsided/vcd2svg
Value Change Dump to Scalabe Vector Graphics converter
https://github.com/sunsided/vcd2svg
cplusplus cpp embedded svg vcd
Last synced: 11 months ago
JSON representation
Value Change Dump to Scalabe Vector Graphics converter
- Host: GitHub
- URL: https://github.com/sunsided/vcd2svg
- Owner: sunsided
- License: eupl-1.1
- Created: 2013-07-07T00:49:32.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-08T15:24:37.000Z (almost 13 years ago)
- Last Synced: 2025-02-13T08:26:55.372Z (over 1 year ago)
- Topics: cplusplus, cpp, embedded, svg, vcd
- Language: C++
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vcd2svg - Value Change Dump to Scalabe Vector Graphics Converter
**Work in progress**
The goal of this project is to create a portable command-line tool to provide a converter from ASCII-based VCD files to SVG files.
### Libraries
Currently this project is built against [Boost](http://www.boost.org/) 1.54 and uses the following libraries:
+ `Boost::filesystem` for file access
+ `Boost::program_options` for what you expect
+ `Boost::spirit` for parsing of the VCD files
## License
Copyright © 2013 Markus Mayer
State-Space Sandbox is licensed under the EUPL, Version 1.1 or - as soon they will be approved by the European Commission -
subsequent versions of the EUPL (the "Licence"); you may not use this work except in compliance with the Licence.
You may obtain a copy of the Licence at:
[http://joinup.ec.europa.eu/software/page/eupl/licence-eupl](http://joinup.ec.europa.eu/software/page/eupl/licence-eupl)
Unless required by applicable law or agreed to in writing, software distributed under the Licence is
distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the Licence for the specific language governing permissions and limitations under the Licence.