https://github.com/brokenprogrammer/cobolgl
Example of how to setup modern OpenGL 4.5 Core context in OpenGL using Win32 api.
https://github.com/brokenprogrammer/cobolgl
cobol cobol-example microfocus opengl
Last synced: about 2 months ago
JSON representation
Example of how to setup modern OpenGL 4.5 Core context in OpenGL using Win32 api.
- Host: GitHub
- URL: https://github.com/brokenprogrammer/cobolgl
- Owner: brokenprogrammer
- License: mit
- Created: 2023-04-20T04:47:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-23T09:40:25.000Z (about 2 years ago)
- Last Synced: 2024-04-21T18:58:59.295Z (about 1 year ago)
- Topics: cobol, cobol-example, microfocus, opengl
- Language: COBOL
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CobolGL
A small example of how to setup and use a modern OpenGL 4.5 Core context in COBOL using win32 api.
This example uses the Micro Focus Visual COBOL implementation of COBOL.In order to build and run the example you have to setup MicroFocus Visual COBOL, there is a personal edition that should be available for free [here](https://www.microfocus.com/en-us/products/visual-cobol-personal-edition/overview).
This example is based on [Mārtiņš Možeiko (mmozeiko)](https://github.com/mmozeiko)'s code on setting this up in C which is available [here](https://gist.github.com/mmozeiko/ed2ad27f75edf9c26053ce332a1f6647).
## Why?
I got a new job where I have to be able to be somewhat fluent in COBOL and I thought this would be a fun way of diving learning COBOL.
## License
Licensed under the [MIT license](/LICENSE.md).