pixpark / gpupixel

Real-time image and video processing library similar to GPUImage, with built-in beauty filters, achieving commercial-grade beauty effects. Written in C++11 and based on OpenGL/ES.
https://gpupixel.pixpark.net/
MIT License
1.24k stars 156 forks source link

[Linux] Linux demo can't work on main branch #30

Closed AlvinChen1028 closed 1 month ago

AlvinChen1028 commented 6 months ago

2 issues:

  1. Linux demo can't be linked as VNN lib directory is not added in link path. To fix it, please refer attached picture.
  2. The demo can run, but the FB doesn't take effect, the output image is not beatified. Please refer the attached picture. MicrosoftTeams-image (5) MicrosoftTeams-image (4)
kelinkong commented 5 months ago

I also encountered these two problems. Thank you for solving the first problem!

jaaronkot commented 5 months ago

I also encountered these two problems. Thank you for solving the first problem!

Every commit push will triger Github Action Build : @See https://github.com/pixpark/gpupixel/actions/runs/8505339967/job/23293657348, Linux build well. There may be differences in the compilation environment.

kelinkong commented 5 months ago

I also encountered these two problems. Thank you for solving the first problem!

Every commit push will triger Github Action Build : @see https://github.com/pixpark/gpupixel/actions/runs/8505339967/job/23293657348, Linux build well. There may be differences in the compilation environment.

Thank you for your reply. Yes, I saw that the GitHub Action was successfully executed, and it was indeed caused by a different compilation environment.