An open API service indexing awesome lists of open source software.

https://github.com/robloach/pntr_portablegl


https://github.com/robloach/pntr_portablegl

pntr

Last synced: about 1 year ago
JSON representation

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

[![Example 2 Screenshot](examples/ex2.png)](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)