Metadata-Version: 2.1
Name: egl_probe
Version: 1.0.0
Summary: UNKNOWN
Home-page: https://github.com/StanfordVL/egl_probe
Author: Stanford University
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# egl_probe

Author: Fei Xia (feixia@stanford.edu)

Adapted from (https://github.com/erwincoumans/egl_example).

## Build instruction

```bash
pip install -e .
```

## To run:

```bash
python get_available_devices.py
```

## Example output

```
INFO:root:Device 0 is available for rendering
INFO:root:Device 1 is available for rendering
INFO:root:Device 2 is available for rendering
INFO:root:Device 3 is available for rendering
INFO:root:Graphics Devices: [0, 1, 2, 3]
INFO:root:Graphics Device CUDA Ids: [3, 2, 1, 0]
```



