niu tech

Results 284 comments of niu tech

I was able to build Ladybird in WSL2, see the [screenshot](https://i.postimg.cc/rm0ZqhdK/Ladybird-browser.png). It scores 232 points in [HTML5Test](http://html5test.com/s/a5667e5c3b760a8f.html). I even made an AppImage x64 bundle, which you can [download here](https://anonfiles.com/N28dV5zfy2/Ladybird-latest-x86_64_AppImage), based...

I have built the APE binary of Python 2.7, you can download it [here](https://github.com/burggraf/awesome-cosmo/files/6622322/python.zip).

As a workaround for Cosmopolitan Python, you can build the APE version of the latest [Wasm3](https://github.com/wasm3/wasm3) and run [Rust Python](https://github.com/RustPython/RustPython/) WebAssembly interpreter in it: ```sh $ ./wasm3.com --stack-size 1000000 rustpython.wasm...

You can find the Python 2.7 APE binary in [awesome-cosmo](https://github.com/burggraf/awesome-cosmo#python-27).

Wouldn't it be possible to create a cross-platform GUI using e.g. [LVGL](https://github.com/lvgl/lvgl) or [Nuklear](https://github.com/Immediate-Mode-UI/Nuklear) on top of [MiniFB](https://github.com/emoon/minifb) or [pxCore](https://github.com/rdkcentral/pxCore)? Or use [GLFW](https://www.glfw.org), since OpenGL is already bundled in every...

@jart [Here](https://community.khronos.org/t/opengl-without-x-i-e-in-a-terminal/47748) is the discussion about outputting OpenGL without X, where they mention [DirectFBGL](https://github.com/DirectFB/directfb) and [OSMesa](https://docs.mesa3d.org/osmesa.html).

@ghaerr Great effort, thank you! Do you have any demo Cosmopolitan binary (APE) of Nuklear app to test in Windows or Linux with [fbe](https://sixpak.org/fbe/)?

Thank you very much @ghaerr! I have compiled and run `fbe` under WSL & Xming and I can see its window, but when I run `demo.com` I get these errors:...

@ghaerr I can confirm your `demo.com` works in `fbe` in Ubuntu 20.04. Good job, thank you! ![fbe](https://user-images.githubusercontent.com/384997/163358708-0bc0d80d-f6ae-42bf-9488-a0fd9c119c25.jpg) Now let's make it work in Windows.

Thanks @burggraf, well done! Could you please add [wasm3.com](https://github.com/wasm3/wasm3/releases/download/v0.4.9/wasm3-cosmopolitan.com) and [lua.com](https://justine.lol/cosmopolitan/lua.com)?