https://github.com/robloach/pntr_portablegl
https://github.com/robloach/pntr_portablegl
pntr
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/robloach/pntr_portablegl
- Owner: RobLoach
- License: mit
- Created: 2024-02-14T04:33:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T16:19:40.000Z (over 1 year ago)
- Last Synced: 2025-03-30T18:02:05.431Z (about 1 year ago)
- Topics: pntr
- Language: HTML
- Homepage:
- Size: 159 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pntr_portablegl
Use the OpenGL-ish API, [PortableGL](https://github.com/rswinkle/PortableGL), from [pntr](https://github.com/robloach/pntr).
## Example
[](examples/ex2.c)
## API
``` c
glContext* pntr_load_glContext(pntr_image* dst);
void pntr_unload_glContext(glContext* context);
```
See [PortableGL](https://github.com/rswinkle/PortableGL) for how to use the `glContext`.
## License
Unless stated otherwise, all works are:
- Copyright (c) 2024 [Rob Loach](https://robloach.net)
... and licensed under:
- [MIT License](LICENSE)