background preloader

Game Development Tools & Game Engines

Game Development Tools & Game Engines

The Big List Of Game Making Tools Consider to check out the new, completely updated and improved version of this list :) “Big List of Game Making Tools” (old: August 2011) -> makegames.PixelProspector.com (new: March 2013) On this page you can find a bunch of good game development tools that help you to create a game. I haven’t tested all of the programs by myself yet but I do have spoken to many devs and asked them what they think of them. For each game making tool you will find: quotes from game developers that actually use the programa few recommendable gameslinks to tutorials Note that the purpose of this article isn’t to list all tools that exist on this planet… only a few that are already used and recommended by many developers. I will update this article soonish and improve it with additional info… Moreover I will also add the very promising CraftStudio and Arcade Game Studio Price: Free (40$ Pro Version) “Design your very own games using easy-to-learn drag-and-drop actions [...] Spelunky Hydorah Dungeon Chaos Neva Yokai

RAD Game Tools The Big List Of Game Making Tools Game development software. The tools used by the best game developers The Bug Tracker for Game Developers Game development with Atlassian Whether you are focused on releasing the next big blockbuster or obsessed with constantly improving the gaming experience, bugs are simply not acceptable. That's why over 150 of the world's most successful game development companies rely on JIRA and Atlassian dev tools to manage their bugs and development tasks. Top tools for game developers JIRA combines a flexible bug tracker with customisable workflows, dashboards and notifications to provide project tracking and agile planning for game development teams. Beyond JIRA, Atlassian has a full suite of development tools which integrate tightly with JIRA. Read the Atlassian Game Development Survey 2010 Results Our Software Development Tools Include: Who uses Atlassian tools? Many of the best games in the business are built using Atlassian development and collaboration tools. Read the full interview... Read the full interview... Read the full interview... —Philip Rosedale, Linden Lab

Game development tool A game development tool is a specialized software application that assists or facilitates the making of a computer or video game. Some tasks handled by tools include the conversion of assets (such as 3D models, textures, etc.) into formats required by the game, level editing and script compilation. The game tools may or may not be released along with the final game, depending on what the tool is used for. For contemporary games, it is common to include at least level editors with games that require them. History[edit] Use[edit] Game tools change very often during the development process. Making Games With Ruby Ep. 1 – Intro | Man With Code Links: Programming with Ruby Video Tutorials Covered In This Episode: What you’ll learnWhat we’re usingWhat I’m assuming about youWhy I’m teaching this Transcript: Hello Everybody, and Welcome to the first episode of Making Games With Ruby! In this episode I’ll be covering what you will be learning in this series, what we’re using to develop our games, what I’m assuming about you, and why I’m teaching you. What you’ll learn If you couldn’t tell by the title, you’re going to learn how to make games using the Ruby programming language. What we’re using Of course we’re using the Ruby programming language. In the creation of this series I will be using Ruby 1.8.7-p174, and Rubygame 2.6.2. And if you want to know about my environment, I’ll be running Ubuntu 9.10 as my Operating System, and using Gedit as my text editor. What I’m assuming about you So I don’t have to explain every line of code to you, I’m going to be assuming that you already know the Ruby programming language. Why I’m teaching this

Ruby is *not* at all suitable for game development! - gafferongames.com I love ruby. It’s beautiful language, with elegant and expressive syntax – perfect as a scripting language, and great for prototyping new ideas quickly… I use it every chance I get, and truly enjoy coding in it. But is it suitable for game development? Unfortunately the answer is a resounding no! I say this probably being the largest ruby fan on the planet, but the simple answer is if performance is at all important for you, you are going to find ruby completely unsuitable. It’s not because ruby is “slow”. The problems with ruby aren’t directly related to performance, but are more architectural… Several years ago when I first started to tinker with Ruby (1.6.8 era), I felt it needed the following things before it could be ready to use in games: Bytecode interpreterNative threads (not green threads)Incremental garbage collector With Ruby 1.9 we can now check off the first two, but unfortunately the garbage collector is still stuck in the stone age. So what is the solution?

Creating Games in Ruby (Part 1) - O'Reilly Media by Andrea O. K. Wright 12/11/2007 Editor's Note: Read more about creating games in Ruby in Part 2 of this article. Because it is so expressive and flexible, Ruby can make some of the most mundane tasks not only easy, but fun. But can playing games written in Ruby be as much fun as writing them, or do they run too slowly, with too many breaks in the action at inopportune times? The video clips and screenshots of Ruby-based games and special effects that are embedded within this two-part series provide a partial answer to these questions: you can have a lot of fun playing games written in Ruby! I understand that Ruby's garbage collection policy (basically, everything stops during gc) has given some would-be Ruby game developers pause, and that others have been deterred by Ruby's absence from the commercial video game market. The bulk of this series is a survey of resources for building 2D and 3D games with Ruby. Ruby/SDL - Lead Developer and Creator: Ohai SDL was developed in C. Figure 1.

Is ruby a suitable language for game development

Related: