From b29bd1e1cbd31c0763508a0ca0e7509c8ad3ff09 Mon Sep 17 00:00:00 2001 From: kokuB <43787211+kokuB@users.noreply.github.com> Date: Tue, 2 Oct 2018 20:35:07 +0530 Subject: [PATCH 1/3] Added PoDoFo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a21c48d..1ebf10f 100644 --- a/README.md +++ b/README.md @@ -567,6 +567,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [libharu](https://github.com/libharu/libharu) - A free, cross platform, open-sourced software library for generating PDF. [zlib] * [MuPDF](https://mupdf.com/) - A lightweight PDF, XPS, and E-book viewer. [AGPL/Commercial] +* [PoDoFo](http://podofo.sourceforge.net/) - A library to work with the PDF file format. [LGPL] * [Poppler](https://poppler.freedesktop.org/) - Open-source multi-backend PDF rendering library based on the xpdf-3.0 code base. [GPLv2/GPLv3] ## Physics From 28d20b6acbc1a30d597799c77ace81982eb2553d Mon Sep 17 00:00:00 2001 From: kokuB <43787211+kokuB@users.noreply.github.com> Date: Tue, 2 Oct 2018 20:45:11 +0530 Subject: [PATCH 2/3] Added Xpdf --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a21c48d..1dbe23b 100644 --- a/README.md +++ b/README.md @@ -568,6 +568,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [libharu](https://github.com/libharu/libharu) - A free, cross platform, open-sourced software library for generating PDF. [zlib] * [MuPDF](https://mupdf.com/) - A lightweight PDF, XPS, and E-book viewer. [AGPL/Commercial] * [Poppler](https://poppler.freedesktop.org/) - Open-source multi-backend PDF rendering library based on the xpdf-3.0 code base. [GPLv2/GPLv3] +* [Xpdf](https://www.xpdfreader.com/) - Xpdf is a free PDF viewer and toolkit, including a text extractor, image converter, HTML converter, and more. [GPL v2/GPL v3] ## Physics *Dynamics simulation engines* From dfcb92dccd70b269118aa0d4ebc15e07dc4a1f54 Mon Sep 17 00:00:00 2001 From: kokuB <43787211+kokuB@users.noreply.github.com> Date: Tue, 2 Oct 2018 21:37:37 +0530 Subject: [PATCH 3/3] Added BioC++ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a21c48d..e87914b 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny ## Biology *Bioinformatics, Genomics, Biotech* +* [BioC++](http://biocpp.sourceforge.net/) - C++ Computational Libraries for Bioinformatics. [BSD] * [libsequence](http://molpopgen.github.io/libsequence/) - A C++ library for representing and analyzing population genetics data. [GPL] * [SeqAn](http://www.seqan.de/) - Algorithms and data structures for the analysis of sequences with the focus on biological data. [BSD/3-clause] * [Vcflib](https://github.com/ekg/vcflib) - A C++ library for parsing and manipulating VCF files. [MIT]