This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // This is a node.js script designed to create the base JSON cfg file for the auto-gen of the GL, GLEnum, and GLCapabilities classes in BlueGin | |
| // It looks at the C headers in the opengl registry (https://www.opengl.org/registry/) and gives us a starting point | |
| // | |
| var http = require('http'); | |
| var https = require('https'); | |
| var fs = require('fs'); | |
| var StringDecoder = require('string_decoder').StringDecoder; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| function error | |
| { | |
| echo "Invalid Jive Command!" | |
| usage | |
| exit | |
| } | |
| function usage |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 3.1.2.2 | |
| ?3.1.0 Initial | |
| ?3.1.1 Snowmen |
NewerOlder