Is libdmtx dead, the suggested replacement?

I used libdmtx in the project and wanted to upgrade to a newer version, but it looks like the project has not been updated for more than a year. Last update / version - June 2011. The git repository shows that the last commit was August 2011. Finally, the author’s website, previously promoting libdmtx, Dragonfly Logic , died with a 404 Not Found error.

Is there any other data matrix library that can meet these criteria?

  • Open source
  • Platform-neutral C / C ++ (i.e. can create for Windows, POSIX environments)
  • Encodes / Decodes a Data Matrix
  • Actively supported

Alternatively, does libdmtx move to another location and continue to be supported somewhere that I don’t know about?

+5
source share
2 answers

I can’t say that I will never develop on libdmtx again, but this, of course, will not be in the near future. I simply do not have extra hours to even keep up with the correspondence, not to mention any significant development.

So, if you want to fork it, you have my blessing. :)

Unfortunately, I do not know about any other open source packages that perform the same actions as libdmtx (which is why I created it in the first place), but I tried to list any similar projects that I encountered in http://libdmtx.sourceforge.net/resources.php

Good luck

+14

libdmtx ( , , ), .

zxing-cpp . DataMatrix, QR- -. windows, posix, (Apache 2)

zxing-cpp , .

0

All Articles