Skip to content

cuulee/roads-from-nd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All roads from Notre-Dame

This projects contains the throw-away code used for the following blogpost: http://blog.tristramg.eu/roads-from-notre-dame.html

To build the Rust part: cargo build --release

For the C++ tools, libpqxx and cairo (C bindings) are required:

  • g++ dump.cc --std=c++11 -lpq -lpqxx -O3 -o dump
  • g++ draw.cc --std=c++11 -lcairo -O3 -o draw

About

All the roads from Notre Dame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 66.8%
  • C++ 33.2%