users.html 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <html>
  2. <!--
  3. Copyright (c) 2002 Trustees of Indiana University
  4. Distributed under the Boost Software License, Version 1.0.
  5. (See accompanying file LICENSE_1_0.txt or copy at
  6. http://www.boost.org/LICENSE_1_0.txt)
  7. -->
  8. <title>Boost Graph Library Users</title>
  9. <body BGCOLOR="#ffffff" LINK="#0000ee" TEXT="#000000" VLINK="#551a8b"
  10. ALINK="#ff0000">
  11. <img SRC="../../../boost.png"
  12. ALT="C++ Boost" width="277" height="86">
  13. <br clear>
  14. <h1>Boost Graph Library Users</h1>
  15. <p>This is a list of people, projects, courses, companies, and other
  16. languages that are using the Boost Graph Library in some way, shape,
  17. or form.</p>
  18. <p>If you are using the BGL and want to be listed here, please send
  19. mail to the Boost Users mailing list!</p>
  20. <ul>
  21. <li><a href="http://www.cs.rpi.edu/~musser/gsd/">Generic Software Design Course at RPI</a></li>
  22. <li><a href="http://alps.comp-phys.org/">The ALPS quantum mechanics project</a></li>
  23. <li><a href="http://lgl.sourceforge.net">Large Graph Layout</a> at
  24. University of Texas</li>
  25. <li><a href="http://www.cs.concordia.ca/~gregb/home/c691R-w2004.html">
  26. Bioinformatics Algorithms at Concordia University</a></li>
  27. <li><a href="https://web.archive.org/web/20130709183732/http://photon.poly.edu/~hbr/cs903/">Algorithm Course at Polytechnic University in Brooklyn</a></li>
  28. <li><a href="https://www.bioconductor.org/packages/devel/bioc/vignettes/RBGL/inst/doc/RBGL.pdf">
  29. BGL interface for language R.</a></li>
  30. <li><a href="http://www.cuj.com/documents/s=8470/cuj0307tan/">CUJ Article about Electronic Design Automation</a></li>
  31. <li><a href="http://www.rubydoc.info/github/monora/rgl">A BGL-inspired Ruby Graph Library</a></li>
  32. <li><a href="https://www.codeproject.com/Articles/5603/QuickGraph-A-100-C-graph-library-with-Graphviz-Sup">A BGL-inspired C# Graph Library</a></li>
  33. <li><a href="http://map1.squeakfoundation.org/sm/package/5729d80a-822b-4bc2-9420-ef7ecaea8553">A BGL-inspired Squeak (Smalltalk) Graph Library</a></li>
  34. <li><a href="https://web.archive.org/web/20060510074143/http://www.datasim.nl:80/education/coursedetails.asp?coursecategory=CPP&coursecode=ADCPP">BGL course at DataSim</a></li>
  35. <li><a href="http://www.vrjuggler.org/">VR Juggler: Virtual Reality Tools</a></li>
  36. <li><a href="http://hyperworx.org">Hyperworx Platform Project</a></li>
  37. <li><a href="http://www.opencog.org/">OpenCog, an open source Artificial General Intelligence framework</a></li>
  38. </ul>
  39. </body>
  40. </html>