It's looking really good. Looking forward to the final version. Thank you for sharing.
Do you have any ideas for effects to include for the final version?
Download the library please?
Quote from: elkhalafy on September 23, 2025, 07:43:14 pmDownload the library please?HiYou must download project1.zip above (glCanvas.pas) is included; Regards
glCanvas.pas(1246,25) Error: Identifier not found "glXGetProcAddress"
Hi,Thank you for sharing.I'm on Debian 12 (KDE / X11) had this error trying to compile project1QuoteglCanvas.pas(1246,25) Error: Identifier not found "glXGetProcAddress"In case it could be useful to someone else, to "fix" it I just needed to comment out line 1242 Code: Pascal [Select][+][-]//glXSwapIntervalSGI := nil; and change line 1246 to Code: Pascal [Select][+][-]Pointer(glXSwapIntervalSGI) := wglGetProcAddress(PAnsiChar('glXSwapIntervalSGI'));