An Archived Managed World

This blog has moved to http://www.managed-world.com/blog

  Home  |   Contact  |   Syndication    |   Login
  473 Posts | 0 Stories | 351 Comments | 1294 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 :(

# re: A work in progress 11/23/2009 10:11 PM traslochi intercontinentali
Thanks for sharing this post .That's very interesting


Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification: