Skip to content

TennisGazelle/FugueGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FugueGenerator

By Daniel Lopez

As partial completion of Fall 2016, CS - 491: Minds, Maths and Machines, University of Nevada, Reno, Department of Computer Science

Building and Running

Building is easy; it only consists of make a directory called build, running cmake and make to get your executable

mkdir build && cd build
cmake .. && make
./FugueGenerator

Dependencies

Tiny XML is a library used to quick exporting of XML files. The two needed files that are used here may be found in src/ and include/. The rest of their work may be found at https://github.com/leethomason/tinyxml2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages