Skip to content

Library for orthogonal polyhedra of arbitrary dimension

License

Notifications You must be signed in to change notification settings

ewaldhew/orthohedra

This branch is 22 commits ahead of ondrejsmid/orthohedra:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 12, 2018
85b97e4 · Dec 12, 2018

History

25 Commits
May 5, 2016
May 5, 2016
Dec 12, 2018
Dec 6, 2018
May 5, 2016
Aug 4, 2018
Dec 6, 2018
Aug 7, 2018
Dec 6, 2018

Repository files navigation

Build a static library of orthogonal polyhedra:

  1) cd into root directory ('software' directory)
  2) from here type 'make staticlib'

Build a dynamic library with C calling conventions:

  1) step one as above
  2) type 'make dynamiclib'

Generate library documentation:

  1) type 'doxygen'


Try some example code:

  1) cd into 'software/examples'
  2) from here type 'make'
  3) play with these examples, read documentation

About

Library for orthogonal polyhedra of arbitrary dimension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.4%
  • Shell 2.1%
  • Other 1.5%