Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webgl #6

Open
michaellu88 opened this issue Jul 25, 2022 · 4 comments
Open

webgl #6

michaellu88 opened this issue Jul 25, 2022 · 4 comments

Comments

@michaellu88
Copy link

i am running webgl, and found this error
DllNotFoundException: FreeImage assembly: type: member:(null)

does it work on webgl?

@Looooong
Copy link
Owner

Looooong commented Jul 25, 2022

No, it's not. I only included the image processing library for Windows and Linux platform.

@hvesuk
Copy link

hvesuk commented May 1, 2023

@Looooong bro, awesome plugin! But write platform support info on the main page, please. I made image loading system based on your plugin and figured out that mobile builds are not supported only after making iOS build

@NullOne01
Copy link

I guess, we can compile our own .dll files for WebGL, IOS etc. and include them?
Will it work?

@Looooong
Copy link
Owner

@NullOne01 As long as the compiled library has all the correct API entries used by this package, it's possible. And if you make it work with WebGL or iOS, feel free to submit a PR. I'd be happy to review and merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants