Skip to content

Bevara/filters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bevara filters

This is repository allows building existing accessors or creating new ones. By using the Bevara Open-Source Developer IDE and/or creating or modifying any filters, you agree to be bound by the Open-Source Developer's EULA as found at: https://bevara.com/terms_of_service/. You further agree to be bound by the underlying filter licenses as described in LICENSE.

Build

make a directory to start building the project (for instance "build")

Type: ../configure

Then : make (-j8)

The accessors should be available as a set of wasm files that can be distributed using the with attributes of any universal tags.

Creating new filters

Simply call the add_filter function in the CMakeList.txt at the root of this repository. Refers to the Cmake Documentation to get more information about CMake compilation environment.

Arguments of the add_filter are : add_filter( name_of_the_accessor source_files entry_functions compilation_flags include_directories link_flags version_number )

Please refer to the Bevara documentation for support.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published