Go to file
Michael Campagnaro eec7e405c8 Regen to remove size_t 2023-11-21 15:08:07 -05:00
source@dbbd08d81f Add dr_libs gitmodule 2023-06-08 17:08:38 -04:00
windows Regen to remove size_t 2023-11-21 15:08:07 -05:00
.editorconfig Add an editorconfig 2023-06-20 22:21:23 -04:00
.gitignore Add generator 2023-06-20 22:21:23 -04:00
.gitmodules Add dr_libs gitmodule 2023-06-08 17:08:38 -04:00
LICENSE Add generator 2023-06-20 22:21:23 -04:00
README.md Add an editorconfig 2023-06-20 22:21:23 -04:00
generate.jai Add a note on static linking 2023-11-21 14:35:20 -05:00
module.jai Regen to remove size_t 2023-11-21 15:08:07 -05:00
windows.jai Regen to remove size_t 2023-11-21 15:08:07 -05:00

README.md

dr_libs.jai

Jai bindings for dr_libs

Initial setup

If you want to build the lib then you'll need the source code. You can do this with: git submodule update --init --recursive. In the future if you need to pull in the source submodule again (e.g. the folder got deleted), then run: git submodule update --recursive

Usage

Simply import the module. If you're using a static library version then you're set. If you generated a DLL (and new bindings to load it) then you need to copy the DLL from the windows/ folder to the working directory of your exe.

TODO

  • Add support for other platforms (currently only supporting Windows).