Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
GLFW | Description: | libGLFW | Download: | libglfw.i386-aros.zip (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 615kb | Version: | 2.6 | Date: | 26 Oct 22 | Author: | https://www.glfw.org/ | Submitter: | serk118@gmail.com | Email: | serk118/gmail com | Homepage: | https://www.glfw.org/ | Requirements: | i386 | Category: | development/library | License: | Other | Distribute: | yes | FileID: | 2587 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 119 (Current version) | | 119 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] Ported to AROS by serk118uk (serk118()gmail.com)(2022)
GLFW 2.6 librarie for AROS.
To install it:
1. copy lib/libglfw.a to LIB:
2. copy the content of include/ to INCLUDE:GL/
Pascal/ folder contains pascal example..
To compile c/c++ examples/ or test/ folder
-----------------------------------------
gcc -o particles particles.c -lglfw -lglu -lgl
https://www.glfw.org/
----------------------------
OpenGL, OpenGL ES and Vulkan development on the desktop. It provides a simple
API for creating windows, contexts and surfaces, receiving input and events..
|