Ansh Dadwal

Results 191 comments of Ansh Dadwal

> The license is `WTFPL` , not `MIT` . https://git.mills.io/saltyim/saltyim/src/commit/bc12377edb0780283c13b895b824570419e40678/LICENSE#L3?

https://github.com/termux/termux-packages/blob/faabca9f56bd091e2ba06f3f47c99b2e65760583/packages/ncurses/build.sh#L23 ncurses-dev no such package

Thanks! Offtopic : Please suggest me where to learn How to solve these C errors

``` Compiling process_path v0.1.4 error[E0433]: failed to resolve: use of undeclared crate or module `os` --> /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/process_path-0.1.4/src/lib.rs:58:5 | 58 | os::get_executable_path() | ^^ use of undeclared crate or module `os`...

Suppose if I patch the forked repo but how to specify patched `process_path` https://github.com/lapce/lapce/issues/1064

https://discord.com/channels/566880874789076992/566880874789076994/1015860048381083678 This is because of opengl https://github.com/kivymd/KivyMD/issues/1327

@HeaTTheatR I see no defination of smoothstep function in elevation.frag https://github.com/kivymd/KivyMD/blob/master/kivymd/data/glsl/elevation/elevation.frag Which is used in line https://github.com/kivymd/KivyMD/blob/c59012117c8801c0cc9b75f05630884cef0c10a8/kivymd/data/glsl/elevation/elevation.frag#L24-L42 After adding ``` float smoothstep(float a, float b, float x) { float t...

I found this app to test shaders https://play.google.com/store/apps/details?id=de.markusfisch.android.shadereditor https://www.shadertoy.com/view/fsdyzB ![Screenshot_2022-10-03-10-27-07-858_de markusfisch android shadereditor](https://user-images.githubusercontent.com/68729523/193504444-1d387fab-50f8-4a58-bcac-52fbbd0268c1.jpg)

I think so problem still persists @Neizvestnyj can you test?

Now I think so Adding ```xml ``` in manifest is the solution See : https://stackoverflow.com/questions/52801644/android-opengl-app-crashes-when-creating-the-shader I also confirm that line in this app https://play.google.com/store/apps/details?id=de.markusfisch.android.shadereditor Because this app able to run...