How do you get basic hello world app with Derelict-GLFW to build?
Mike Parker
aldacron at gmail.com
Thu Apr 3 04:46:32 UTC 2025
On Thursday, 3 April 2025 at 04:44:38 UTC, Daniel Donnelly, Jr.
wrote:
>
>
> ========== Build: 3 succeeded, 3 failed, 0 up-to-date, 0
> skipped ==========
> ========== Build completed at 6:10 PM and took 14.375 seconds
> ==========
> ```
>
> The code:
>
> ```
> import derelict.glfw3;
> void main() {
> DerelictGLFW3.load();
> }
> ```
>
> Not sure what to do...
Use bindbc-opengl and bindbc-glfw.
https://code.dlang.org/packages/bindbc-opengl
https://code.dlang.org/packages/bindbc-glfw
More information about the Digitalmars-d-learn
mailing list