Skip to content

membraneframework/bunch_native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bunch Native

Hex.pm API Docs CircleCI

Native part of the Bunch package.

Documentation is available at HexDocs.

The source code is available at GitHub.

Installation

Add the following line to your deps in mix.exs. Run mix deps.get.

	{:bunch_native, "~> 0.5.0"}

All the native stuff is exported as Bundlex dependencies: :lib and :bunch (containing NIF-specific helpers, superset of :lib). To import, add the following line to your native specification in bundlex.exs:

deps: [bunch_native: :lib] # or :bunch

and another one in your native header file:

#import <bunch/lib.h> // or bunch.h

Copyright and License

Copyright 2018, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0