From d24cd1682f39399179e79bc146a525e419afdcf8 Mon Sep 17 00:00:00 2001 From: interfiberschool <117294755+interfiberschool@users.noreply.github.com> Date: Thu, 16 Mar 2023 14:06:39 -0400 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0f59c9b --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Hotwire +Cross-platform dlopen implementation for C/C++ + + +## About +Hotwire provides a cross-platform API for loading DLLs, its based on the UNIX ```dlopen()``` API. +This project was mainly built for the fusion engine, but is avalible under the BSD license + +## Running examples