Managed World

An Odyssey Through The Land Of Geekdom

  Home  |   Contact  |   Syndication    |   Login
  469 Posts | 0 Stories | 292 Comments | 1309 Trackbacks

News

Twitter












Archives

Post Categories

Blog Roll

Here's a sneak peek at a project/library I'm currently working on:

include Microsoft::Xna::Framework
include Microsoft::Xna::Framework::Graphics
include RubyXna

class FluxxGame < RubyXnaGame
    def initialize
        self.background_color = Color.black
    end

    def load(loader)
        @font = loader.load_font("Title")
    end

    def render(renderer)
        renderer.draw_text(@font, "Fluxx, v0.1", Vector2.zero, Color.white)
    end
end

The combination of IronRuby and XNA Game Studio is proving to be pretty darn fun!

posted on Sunday, January 04, 2009 4:06 PM

Feedback

# re: A work in progress 1/6/2009 10:19 AM Dan Melchione
Neat, but too bad it won't run on a 360 (or Zune) :-(

# re: A work in progress 1/6/2009 11:09 AM Jason Olson
Agreed :(

Post Feedback

Title:
Name:
Email: (never displayed)
Url:
Comments: