Sha256: 0be3572181c23fdfaa76866184c56011efbea4ce7895e93ab0e34901296498ed
Contents?: true
Size: 625 Bytes
Versions: 11
Compression:
Stored size: 625 Bytes
Contents
#!/usr/bin/env ruby # encoding: ascii-8bit # Copyright 2014 Ball Aerospace & Technologies Corp. # All Rights Reserved. # # This program is free software; you can modify and/or redistribute it # under the terms of the GNU General Public License # as published by the Free Software Foundation; version 3 with # attribution addendums as found in the LICENSE.txt require_relative 'autohotkey.rb' autohotkey('OpenGLBuilder', 'open_gl_builder.ahk') do require 'cosmos/tools/opengl_builder/opengl_builder' Cosmos::OpenGLBuilder.run end # Clean up scene output File.delete('autohotkey/config/tools/opengl_builder/scene.txt')
Version data entries
11 entries across 11 versions & 1 rubygems