项目作者: James-Oswald

项目描述 :
Simple C++ program that uses the standard library and boost libraries to play around with Anime List data from MyAnimeLists anime list XML data export.
高级语言: C++
项目地址: git://github.com/James-Oswald/MAL-Stat-Base.git
创建时间: 2020-03-18T01:23:52Z
项目社区:https://github.com/James-Oswald/MAL-Stat-Base

开源协议:MIT License

下载


MAL-Stat-Viewer

Simple C++ program that uses the standard library and boost libraries to play around with Anime List data from MyAnimeLists anime list XML data export. This project essentially just defines a class for anime data, then reads and processes the list xml file using boost, stores the data for each anime in an object and puts all said Anime objects into a standard vector.

I started this project off with the intent to build a GUI and add some statistical calculations for the list data, however after much deliberation I decided that my GUI options in C++ were too limited and decided to move over to a web application using JS.

Hence this project has been superseded by my new AniGraph application at
https://github.com/James-Oswald/AniGraph