Projekt msprsig
Jump to navigation
Jump to search
msprsig
Generate an image from motorstorm pacific rift user stats of vip.motorstorm.com, that can be used as a sig.
Main purpose is to familiarize myself with various boost libs (asio, xpressive, ...)
Status
initial setup
if you want to help, see the open topics below
Source
Problems
- Get the links for the data (they seem to be generated)
- Get used to the boost libs
- How to generate images? Magick++ lib? Boost gil can read and write png or jpeg, but cannot render text :-(
- Design of the sig
Program flow
- evaluate parameters like username and imagefile (with boost program_options)
- read basic stats page for the user from vip.motorstorm.com (with boost asio)
- extract rank and links to the tracks (with boost xpressive)
- read stats for all tracks
- extract times from track stats (use boost
- build image
Open topics
- create repo
- basic autoconf
- get started