SlideShare a Scribd company logo
Game Development Tools* and ways to use them * Note: I might be wrong about certain aspects of tools If so, please correct me
“Low Level” Tools Directx (windows only)
Simple DirectMedia Layer (SDL)
Simple and Fast Multimedia Library (SFML)
Orge3d (mostly rendering) Good/Bad No limitations to what you can do
Lots of work required for basic stuff
“High Level” Tools RPG Maker
Adventure Game Studio

More Related Content

PPTX
Unity 3d Basics
PPTX
Unity 3D VS your team
PDF
Mobile Game Development in Unity
PPTX
PRESENTATION ON Game Engine
PPTX
Unity - Game Engine
PPTX
Phases of game development
PPSX
An Introduction To Game development
PPTX
Unity 3D
Unity 3d Basics
Unity 3D VS your team
Mobile Game Development in Unity
PRESENTATION ON Game Engine
Unity - Game Engine
Phases of game development
An Introduction To Game development
Unity 3D

What's hot (20)

PPTX
Game development pipeline
PPTX
Unity Game Engine - Basics
PPT
What Is A Game Engine
PDF
Unity Introduction
PDF
Unity introduction for programmers
PPTX
Presentasi Seminar Unity (AMIKOM Game Dev)
PDF
Introduction to Game Development
PPTX
LAFS SVI Level 6 - Game Development
PPTX
Design phase of game development of unity 2d game
PDF
Game design doc template
PPTX
Game Development with Unity
PDF
Game engine introduction and approach
PPTX
Intro to Mobile Game Development
PPTX
Creating a serious game with the Unity 3D Game Engine and the importance of m...
PPTX
Final year project presentation
PPTX
Game Development with Unity - by Mickey MacDonald
PDF
The Basics of Unity - The Game Engine
PPTX
Vido game and kinect
PPTX
Game development -session on unity 3d
Game development pipeline
Unity Game Engine - Basics
What Is A Game Engine
Unity Introduction
Unity introduction for programmers
Presentasi Seminar Unity (AMIKOM Game Dev)
Introduction to Game Development
LAFS SVI Level 6 - Game Development
Design phase of game development of unity 2d game
Game design doc template
Game Development with Unity
Game engine introduction and approach
Intro to Mobile Game Development
Creating a serious game with the Unity 3D Game Engine and the importance of m...
Final year project presentation
Game Development with Unity - by Mickey MacDonald
The Basics of Unity - The Game Engine
Vido game and kinect
Game development -session on unity 3d
Ad

Viewers also liked (20)

ODP
Game jams
ODP
Marketing
PPT
Quickpoint How To
PPT
Buy vs. Rent
PPT
Social Media for financial institutions,wealth management companies,banks and...
PPT
Social Media and FMCG
PPT
Diving Into Digital Books: TL Virtual Cafe 5/2/2010
PDF
4T4U + EU
PDF
Wii Wednesday: Math Madness
PPT
TXLA Leading From The Library
PPT
Wake County Schools | Leading From The Library
PPT
Game On! TXLA14
PDF
Brief Introduction of SMOK X CUBE II
PDF
Koopor mini
PPTX
140 Character PD: Twitter for Librarians
PPTX
Ed Tech Meets Common Core
PPT
Georgia "The Peach State"
PPTX
Marketing with
PPSX
Forgiveness of sins
Game jams
Marketing
Quickpoint How To
Buy vs. Rent
Social Media for financial institutions,wealth management companies,banks and...
Social Media and FMCG
Diving Into Digital Books: TL Virtual Cafe 5/2/2010
4T4U + EU
Wii Wednesday: Math Madness
TXLA Leading From The Library
Wake County Schools | Leading From The Library
Game On! TXLA14
Brief Introduction of SMOK X CUBE II
Koopor mini
140 Character PD: Twitter for Librarians
Ed Tech Meets Common Core
Georgia "The Peach State"
Marketing with
Forgiveness of sins
Ad

Similar to Game devtools (20)

PPTX
Video game development for everybody
PPT
Synapseindia dot net development about programming
PPTX
Indie Game Development Intro
PPT
Delta Engine Multiplatform Development Presentation 2011-05
PPTX
So you (think you) want to work in video games
PPT
My Presentation.ppt
PPT
Programming
PPT
Wakka Monkey - Game Development
PPT
PDF
Creating Video Games From Scratch Sky Con
PPTX
SynapseIndia dotnet debugging development process
PPT
Cse191 01
PDF
Making A Game Engine Is Easier Than You Think
DOCX
Game software development trends
PDF
Developing applications and games in Unity engine - Matej Jariabka, Rudolf Ka...
PPTX
What is game development
PPT
Introduction To Game Programming
PPTX
Intro to Indie Game Development
DOCX
Y1 gd engine_terminology
Video game development for everybody
Synapseindia dot net development about programming
Indie Game Development Intro
Delta Engine Multiplatform Development Presentation 2011-05
So you (think you) want to work in video games
My Presentation.ppt
Programming
Wakka Monkey - Game Development
Creating Video Games From Scratch Sky Con
SynapseIndia dotnet debugging development process
Cse191 01
Making A Game Engine Is Easier Than You Think
Game software development trends
Developing applications and games in Unity engine - Matej Jariabka, Rudolf Ka...
What is game development
Introduction To Game Programming
Intro to Indie Game Development
Y1 gd engine_terminology

Game devtools

Editor's Notes

  • #2: Welcome to the January Gamedev Meetup. This month's topic is game development tools, originally suggested by Bob Russel, so thank you for that idea.
  • #3: Low level tools-- majors ones I know of are listed here, plus there's also first party APIs which are usually for developing on a console The good: you have complete freedom, you're not limited to restrictions of the engine/tool, and you can build whatever you want. The bad: usually, it takes anywhere from 20 to 100 lines of code to be able to open a window and display an image on the screen. It can take days just to get a rotating cube to show up, and months to years to build a game
  • #4: “high level” tools – designed for a specific type of game. They're great if you want to make a very specific type of game, but otherwise... The good: if your goal is to make a specific type of game (RPG, adventure game, 2d fighter), then they're easy to use, and a perfect choice The bad: if you want to make something other than the specific game they're designed for, then it becomes a lot more complex. It's not impossible, but it's definitely harder
  • #5: “mid level” tools-- there are a lot of these (will go more in detail on some next). Varying levels of popularity, cost, and ease of use The good: a lot of the basics are done for you. Stuff like displaying graphics to the screen, getting input, animation, etc is usually already built in. Many of these tools have built-in GUI editors for code/scripting The bad: Limited portability is often a problem. Some tools only support certain OS's, or certain platforms, or charge extra for additional features. Plus, many of the more GUI centric tools cost money to own.
  • #6: XNA is a library used mostly for development on the Xbox, by Microsoft. It's closer to a low level tool in that you have to do a lot of stuff “manually”, but it also has support for a variety of things like animation built in. It uses C# as a base, and (kind of) requires visual studio (probably possible to use a free version of that though) Unity and UDK are similar, they're both free (though UDK has a cost in certain situations). They both are 3d engine tools, and they both have a GUI editor for code. Unity games can be played in a browser, though, which gives it an advantage in that sense.
  • #7: Game Maker and Multimedia Fusion are both similar, in that they are engines built to make 2d games quickly. They both cost money, but there's been commercial indie games made with both, as well. Both of them have a GUI interface for basic game creation, as well as a scripting language.
  • #8: Read text on slide (yeah it's bad, but short and sweet in this case)