Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dan-and-dna/xml2struct
Convert xml file to hpp; very easy
https://github.com/dan-and-dna/xml2struct
configuration game
Last synced: about 1 month ago
JSON representation
Convert xml file to hpp; very easy
- Host: GitHub
- URL: https://github.com/dan-and-dna/xml2struct
- Owner: DAN-AND-DNA
- Created: 2018-08-29T16:37:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T17:05:01.000Z (over 6 years ago)
- Last Synced: 2024-11-19T22:26:00.004Z (3 months ago)
- Topics: configuration, game
- Language: C++
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xml2struct
deps:
1. none (pugixml is here)build:
1. cd build;cmake ..;make
2. ./test_pug
3. you will get a "LuckyDrawMeta.hpp"
4. you can use "LuckyDrawMeta.hpp" and its xml(LuckyDraw.xm) in your app