Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Make cdylib #68

Open
Jake-Shadle opened this issue Nov 18, 2019 · 1 comment
Open

Make cdylib #68

Jake-Shadle opened this issue Nov 18, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@Jake-Shadle
Copy link
Member

One of the current users of texture-synthesis is in Blender addons, but these are interacting with the CLI rather than with a library, and makes the CLI a de facto standard interface which is not its intention. We should add a C wrapper into the library to allow the use of texture-synthesis as a C shared library which can have a smaller, simpler, API surface that can be more stable and easier to interact with for cases such as the above.

@Jake-Shadle Jake-Shadle added the enhancement New feature or request label Nov 18, 2019
@repi
Copy link
Contributor

repi commented Nov 18, 2019

Bonus points if the C interface is also WASM compatible so the core service can be compiled into a WASM module. although would likely be quite unusable due to no threading

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants