kas1e
kas1e
Find out that while with the latest gl4es we didn't have anymore "ARGB" errors when it comes to Irrlicht, but all Irrlicht based code brings me on running that now:...
Find out issue when compiling this piece of a test case with the latest GL4ES (SDL2 based): ``` /*This source code copyrighted by Lazy Foo' Productions (2004-2019) and may not...
Another thing to discuss if you don't mind :) Working on some games, and it has quite a big set of original OpenGL shaders. Now, when I run a game,...
@ptitSeb I do not know if you are aware, but Daniel made a wrapper that emulates our old MiniGL which works over GL4ES. So those people with amigaos4 machines who...
When we test Lugaru, we found that gl4es created such fragment shader ``` #version 100 precision mediump float; precision mediump int; // FPE_Shader generated varying vec4 Color; varying vec2 _gl4es_TexCoord_0;...
Howdy ! Did you tried to port it to Pandora ? :) Huno did a port of it on amigaos4, and while all fine, it have some interesting issues, which...
Hi ptitSeb ! Did you tried to port sauerbraten over gl4es ? It easy to build, but use shaders by itself a lot (which seems autogenerated on fly). I have...
Lugaru HD
Hi ! Ported Lugaru HD over gl4es to amigaos4: https://osslugaru.gitlab.io/ https://github.com/osslugaru/lugaru/ It have on my side few issues, dunno if they as usuall amigaos4 drivers related, or gl4es related. The...
Trying to port OpenClaw to amigaos4 (so PPC cpus, big-endian), and while able to build binary, it runs, but then fail on loading of CLAW.REZ, returning NULL. I checked and...
Tried to port some demo : https://github.com/nhoudelot/wayang-by-cyberneticgenetics Compiles fine, but on running i have erros from gl4es 👍 LIBGL: unsupported pixel format GL_R LIBGL: unsupported pixel format GL_R LIBGL: unsupported...