Create README.md
This commit is contained in:
parent
7240505bd1
commit
d24cd1682f
9
README.md
Normal file
9
README.md
Normal file
|
@ -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
|
Loading…
Reference in a new issue