glcore-rs 0.3.3

The OpenGL core functions for Rust, also supports OpenGL ES
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# OpenGL Definition Files Generator by Python3


## Usage

```bash
python3 glparse.py
```

It will parse `gl.xml`, `glcore.h` and `glcore_arb.h` into `glcore.json`, then generates `glcore.hpp`, `glcode.cpp`, `glcore.cs`, `glcore.rs`.
- `glcode.cpp` and `glcode.hpp` are for C++.
- `glcore.cs` is for C#.
- `glcore.rs` is for Rust.
- `glcore.json` is for you to parse it into your language.