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

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.

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).