aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2017-12-04 17:29:29 -0600
committerGanesh Viswanathan <dev@genotrance.com>2017-12-04 17:29:29 -0600
commit6a64ff568dea536c801ecf4ad32f489e52a75a1f (patch)
tree2ff50ae83caff540b5534c00d1982156fc35a990
parent2ae534476fb135b51f5a32a5d0749329941d69f9 (diff)
downloadnimgen-6a64ff568dea536c801ecf4ad32f489e52a75a1f.tar.gz
nimgen-6a64ff568dea536c801ecf4ad32f489e52a75a1f.zip
README updates
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index d0fb651..716f5d0 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,16 @@ __Capabilities & Limitations__
Nimgen supports compiling in C/C++ sources as well as loading in dynamic libraries at this time. Support for static libraries (.a, .lib) are still to come.
-To see examples of nimgen in action, the [nimssl](https://github.com/genotrance/nimssl) library is a good example of C code getting compiled in whereas [nimbass](https://github.com/genotrance/nimbass) is an example of linking with a dynamic library.
+To see examples of nimgen in action check out the following wrappers:-
+* [nimbass](https://github.com/genotrance/nimbass) - BASS audio wrapper
+ * download ZIP with headers and binary
+ * link with a dynamic library
+* [nimfuzz](https://github.com/genotrance/nimfuzz) - fts_fuzzy_match wrapper
+ * git checkout
+ * Compile C code into binary
+* [nimssl](https://github.com/genotrance/nimssl) - OpenSSL wrapper
+ * git sparse checkout
+ * Compile C code into binary
Nimgen only supports the ```gcc``` preprocessor at this time. Support for detecting and using other preprocessors is TBD.