Sha256: 6b1289b5fa8c57540782e9d0135ca75798a65c1eb8729e7fce4fb15821794b0e

Contents?: true

Size: 238 Bytes

Versions: 1

Compression:

Stored size: 238 Bytes

Contents

#!/usr/bin/env ruby
# Copyright (C) 2004-2007 Kouichirou Eto, All rights reserved.

require "sgl/opengl-app"

app = SGL::Application.new
app.set_setup {
  app.window(100, 100)
}
app.set_display {
  app.line(0, 0, 100, 100)
}
app.mainloop

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sgl-0.4.0 examples/opengl11-application.rb