nwrkbiz / android-xserver

Maintaining the original project to make it work again with new Android versions.
MIT License
167 stars 18 forks source link

Add a simple window manager #10

Closed nwrkbiz closed 3 years ago

nwrkbiz commented 3 years ago

Add a simple window manager which can be started optionally via a menu entry.

foryoung2018 commented 6 months ago

@nwrkbiz can you sir provide the source code about this. I dont understand how to build this by ndk in android platform. Do you get the code from this :https://flwm.sourceforge.net/? It dependency lib fltk? I dont really know hwo to complie it

nwrkbiz commented 6 months ago

@foryoung2018

@nwrkbiz can you sir provide the source code about this. I dont understand how to build this by ndk in android platform. Do you get the code from this :https://flwm.sourceforge.net/? It dependency lib fltk? I dont really know hwo to complie it

Yes the window manager is flwm from https://flwm.sourceforge.net/ and yes it depends on fltk. I do not use NDK, I create 100% statically linked binaries using a musl-based compiler.

I use this project to build all flwm (see unused_packages) and all dependencies: https://gitlab.com/nwrkbiz/static-build