Chongyun Lee

Results 336 comments of Chongyun Lee

Hi, I'm working on porting chromium to Termux these days, and it seems that chromium uses [`swiftshader`](https://github.com/google/swiftshader) and [`ANGLE`](https://github.com/google/angle) to provide full software implementation of OpenGL ES. If I understand...

> Couldn't ANGLE also theoretically run atop the system vulkan driver to Provide hardware accelerated OpenGL ES `libvulkan.so` in Android doesn't contain symbols like `vkCreateXcbSurfaceKHR` but it has symbols like...

Tried to build chromium headless shell in https://github.com/termux-user-repository/tur/pull/149. As it is shown, due to the time limit of Github Action CI, it is impossible to build chromium using Termux's building...

> I tried building it and here's its building let's see what happens https://app.circleci.com/pipelines/github/T-Dynamos/chromium-build/2/workflows/03fb1905-330f-4fd1-840e-73902dc88c1b/jobs/2 Seems that Circle CI's instance does not have enough memory to build chromium. ``` /home/builder/tur/tur/chromium/build.sh: line...

> > > I tried building it and here's its building let's see what happens https://app.circleci.com/pipelines/github/T-Dynamos/chromium-build/2/workflows/03fb1905-330f-4fd1-840e-73902dc88c1b/jobs/2 > > > > > > Seems that Circle CI's instance does not have...

Now `chromium` with GUI support should also be available in TUR, see https://github.com/termux-user-repository/tur/commit/2e17cdb423d04a2fd6461c1a0e291cc8552f24b4. Next step, I will try to enable ffmpeg support for chromium.

> @xtkoba mark this as completed? Emmm... I don't think this issue should be closed. I think it should be held open until we could find a way to compile...

I refactored the CI. Now all the chromium binaries could be found in https://github.com/termux-user-repository/chromium-builder. I wonder if it is acceptable to add this prebuilt binary to the main repository. Its...

It will take more than a day to compile chromium directly using GitHub Action. I divided the build process into many steps, and the execution time limit for each step...

Emmm... It seems that this issue is unable to reproduce for me too using the latest aptman/qus. Maybe the qemu version matters. I'll close this issue. Maybe we should add...