- PR's welcome!
- Still in alpha, the API is subject to change.
- repository of thin wrappers that are kept up to date with latest nimterop developments
- for analogy think
homebrew
but for Nim wrappers:- https://github.com/Homebrew/brew => https://github.com/nimterop/nimterop
- https://github.com/Homebrew/homebrew-core => https://github.com/nimterop/wrappers
brew
command =>wrappers
command
From your project:
- add to your nimble file:
requires "wrappers"
- import a wrapper (eg
soloud
) as follows:
import wrappers/soloud
- some modules may require passing
--clang.linkerexe:g++ -d:ssl
flags to nim, pending #21