Framework is an software abstraction where generic functionality can be selectively changed by user code, thus providing application specific behaviour.

learn more… | top users | synonyms

-2
votes
0answers
39 views

Coming From Java: Creating Objective C iOS Frameworks [closed]

So I'm a Java programmer learning to use Objective-C and Cocoa for iOS development. I have a library in Java that is the basis for most of my games. It includes things like a physics, math, game loop, ...
-3
votes
1answer
213 views

Is there a successor to XNA? [closed]

I was developing till now using XNA, but now that Microsoft abandons it i understand that i need to find another framework. Because i'm not familiar with other frameworks (except directX) i would like ...
0
votes
2answers
153 views

What java library/framework for a game with baldurs gate like grapics? [closed]

I really would like to create my own small rpg. It could probably look as simple like baldurs gate. So without fancy 3D stuff. As language I want to use java (or scala, I thinking about it - the good ...
1
vote
0answers
82 views

DirectX Effects Framework alternative

Now that the DirectX Effects framework has been axed, are there any other similar frameworks out there ? I now there's Nvidia CGFX, but does that work with the latest DirectX versions ? I'd rather not ...
2
votes
1answer
84 views

How to create 2D textures from footage

I am new to game development but I heard, that already in the 80s with Prince of Persia, indie developers where capable to create textures from footage. I am developing a game and so far I get an ...
0
votes
0answers
33 views

High-level (artiste, story-teller friendly) methods of game development? [duplicate]

Possible Duplicate: Simple game engines / development tools made with artists in mind? Admittedly as an absolute newbie as far as game development is concerned, I wanted to see if there are ...
0
votes
0answers
303 views

Socket.io v.9 with Actionscript

I'm attempting to develop an online multiplayer game using Node.js for the server and Flash to display the client. I've been reading up a bit and have found quite a few recommendations for the ...
-1
votes
2answers
141 views

Ebooks for building game framework in HTML5 [closed]

I begin to develop game but I don't know best ebooks for build simple game framework in HTML5 . Can anyone suggest ebooks for me and where to get free image resources for build map in game like as ...
0
votes
2answers
32 views

Is it must to use 3rd party framework to use to develop adobe stage3d game

I was searching for tutorials to develop games using stage3d. Every where I came across the articles/tutorials using the frameworks. Is it compulsory to use the frameworks? or its very difficult to ...
1
vote
0answers
163 views

melonJS: Entity and solid block on collision layer

Actually I have my player entity with 64x64 sprite animation and 18x60 hitbox also the map is maded by 16x16 tiles. When my player goes some way he can pass through blocks (but not all of them). For ...
3
votes
1answer
152 views

Music Rhythm Game Difficulty Question

I have curious question about music rhythm based genre while I'm making a code for the game. Is it really better if I set a random pattern encountered on every music played or there is a specific ...
14
votes
3answers
654 views

How to monetize and protect a engine's and its framework's copyrights and patents?

I created a game engine that handles: Rendering levels with 2d textured curved surfaces Collisions with curved surfaces Animationn paths on and navigation in 2d-sapce I have also made a framework ...
1
vote
4answers
977 views

WPF or WinForms for Game Development and learning resources? [closed]

I'm looking to create a game framework for my own personal use... I want to use WPF, but I'm unsure if that is a wise choice... The games I will be writing should not require high performance ...
1
vote
2answers
3k views

What 2D game engines are there available for C++? [closed]

I just realized there are not C++ 2D Game Engines that I know of. For example, something like Pygame in Python, or Slick2D in Java. We have the following: SDL -> Too low level, not a Game Engine ...
2
votes
2answers
594 views

What Scala-oriented game frameworks exist?

I'm looking into Scala game development, and wondering if there are any game frameworks oriented towards it, rather than Java. Java has Slick2D and LWJGL, but they do not take advantage of Scala ...

1 2 3 4
15 30 50 per page