1,039 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for albu.sorin.calin

Hello, I'm developing an application in Unity/C#, a social application, where you can meet friends, post messages, chat, and so on. I'm not calling this a "game" because I intend this to be something where you don't need to shoot, or destroy, or earn money, or all other game stuff. …

Game Development android c++
Member Avatar for albu.sorin.calin
0
301
Member Avatar for STVG

i'm using Soil library to load textures,here is my function to do this: GLuint LoadTexture(std::string file) { GLuint texture; texture = SOIL_load_OGL_texture( file.c_str(), SOIL_LOAD_AUTO, SOIL_CREATE_NEW_ID, SOIL_FLAG_POWER_OF_TWO | SOIL_FLAG_MIPMAPS | SOIL_FLAG_MULTIPLY_ALPHA | SOIL_FLAG_COMPRESS_TO_DXT | SOIL_FLAG_DDS_LOAD_DIRECT | SOIL_FLAG_INVERT_Y ); glBindTexture(GL_TEXTURE_2D, texture); glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); return texture; } and i …

Game Development
0
116
Member Avatar for skorm909

I have a c++ game that i made and i was wondering how i would make it so that i could add graphics, or just use the same basic concept of the game and just put those into a fresh game that i make with graphics. well my question is …

Game Development c++ gaming image
Member Avatar for BogdanCov
0
2K
Member Avatar for Alex_20

I want to start game developing but I need help choosing what programming language to learn. I already tryed Lua,Java,C++ but not Rudy and Python... So here is my question, I need the pros and cons on Ruby and Python and your recommendation. I need something I feel comfortable with.

Game Development python ruby
Member Avatar for jwenting
0
493
Member Avatar for Alex_20

Is it good for RPG games Shooters... What is Python good for making?

Game Development python
Member Avatar for Alex_20
0
198
Member Avatar for CJMW

So I actually posted this in the C# section, but despite peoples best efforts, all all the help there, the problem is still not solved. Background: Im making a game in xna/c# (Who isnt these days). For collision detection, I though I would use rectangles and lists. My thought process …

Game Development programming-construct
Member Avatar for CJMW
0
275
Member Avatar for James19142

How do the numbers in a matrix relate to coordinates in 3D space. I've looked at a ton of tutorials for an answer but I still haven't come to an answer. They explain mainly the math which I try to use to answer my question, but I can't come to …

Game Development image matrix-multiplication
Member Avatar for James19142
0
274
Member Avatar for sabin_silwal

what is john nash game theory and how does it work?????????????????

Game Development
Member Avatar for sabin_silwal
0
106
Member Avatar for happygeek

As a gamer myself, I thought that last year was a pretty good one. After all, not only did I get to play both GTA V and Call of Duty: Ghosts (indeed, I'm still playing it and working my may through the prestige levels) but if I had enough spare …

Member Avatar for DarkSealer
0
661
Member Avatar for James_25

I know this may seem to be beating the proverbial dead horse, however I haven't seen anything specific to what language is best to terraforming and generation of a basic sandbox. Any suggestions as to what languages or even programs that can be tied into game development for interaction between …

Game Development gaming
Member Avatar for emilo35
0
266
Member Avatar for nicklock

I am in the sixth grade and have come up with an idea for a game. Of course the problem is I don't have the experience to do this and would like to get some advice on how i might pursue my ideas. If I can get positive feedback on …

Game Development
Member Avatar for nicklock
0
128
Member Avatar for martinmax3

Hello. First time posting on these forums as I am really stuck on my code. The language I am using is GML (Game Maker Language) and the program Game Maker: Studio. As I could not get any help on GM forums I am seeking help elsewhere. The game I am …

Game Development algorithm
Member Avatar for martinmax3
0
2K
Member Avatar for Gamex

Which language is the most widely used, especially one that is used in game development companies? Also which is hot? which is easy and whats the current trend in game development? Also, please let me know which tech. is good for graphics? where should i go for good graphics? .Net, …

Game Development
Member Avatar for DeanMSands3
0
163
Member Avatar for naji.awad1

Hey guys :) Can anyone show me a tutorial for game development in C++. Btw I'm on a mac so I can't go to the DirectX tutorial. Can you please avoid www.cprogramming.com because I dont like it. Thanx anyways :)

Game Development c++
Member Avatar for stevecolin101
0
162
Member Avatar for CJMW

So im making a simple RPG using c# and xna. For collision, i am using a text file that contains data about whether a tile is passable or not. I iterate through them and create rectangles based on the position of the 'bad' tile in the text file. I then …

Game Development c c# c++
Member Avatar for CJMW
0
346
Member Avatar for CJMW

So i'm making an rpg game in xna. I can move my player around the screen, however it can also move off the screen. How can I implament a simple camera that will follow the player and prevent them from moving off of the screen? I only need it to …

Game Development c c# c++
Member Avatar for CJMW
0
450
Member Avatar for chrisschristou

i make m3d modelling in AUTODESKMAYA and animation i would like to know how can create with a small action game (video game) waht language i must use what tolls i must use, is it possible my mind???

Game Development video
Member Avatar for oussama_1
0
353
Member Avatar for CJMW

SO im writing a simple map editor using c# and xna. Ive just finished with xml serilization, but when i compile i get the following error: "Unable to generate a temporary class (result=1). error CS0016: Could not write to output file 'c:\Users\Chris\AppData\Local\Temp\1vw3tjxm.dll' -- 'Access is denied. ", what does this …

Game Development
0
226
Member Avatar for Mallika_P

Hi., Can we share an image from photo library in ipad through addthis sdk facebook or twitter sharing?

Game Development image ipad
0
125
Member Avatar for kerenh

Hi, I am trying to execute a code http://nehe.gamedev.net/tutorial/playing_avi_files_in_opengl/23001/ lesson35 linux code(ubuntu 12.04) i solved all the errors except the warning : deprecated conversion from string constant to ‘char*’ but when i try to execute the code from terminal only a window with white screen is my output with below …

Game Development ubuntu
Member Avatar for ruku123
0
110
Member Avatar for Sh4dowz

Hello, I'm new to these forums and I was wondering if any of you guys know a programmming language that is more designed for Video Games than casual software. I want to make a basic 2D platformer or maybe a simeple RPG that has a moving sprite. I have tried …

Game Development gaming oop
Member Avatar for tuto.narahenpitiya
0
692
Member Avatar for Matthew kun
Member Avatar for torrm

Hello all, I apoligise if this is the incorrect forum but it seemed to be most relevant. Basically I am doing some statistical analysis on game data using standard deviation and upon analysing the data I seem to have forgotten how to work out my percentages so here is to …

Game Development
Member Avatar for torrm
0
234
Member Avatar for arundlk

Is this possible to develop mobile Video Games by own with some programming language??

Game Development video
Member Avatar for vjproduction
0
203
Member Avatar for happygeek

When [Exponential Interactive](http://exponential.com/), an advertising intelligence provider, analysed the actual behaviour of more than two million Brits viewing Grand Theft Auto content online, the [results](http://meteorpublicrelations.com/wp-content/uploads/2013/10/GTA-insights-from-Exponential.jpg) were rather surprising. ![ae2cdc7c96447a4e0d6acabda34a5cbd](/attachments/large/0/ae2cdc7c96447a4e0d6acabda34a5cbd.jpg "ae2cdc7c96447a4e0d6acabda34a5cbd") Here are the key conclusions: The GTA audience are 33% more likely than the average internet user to have children; …

Game Development advertising gaming
0
308
Member Avatar for happygeek

According to research covering more than 100 universities across the globe from earlier this year, 58% of the academic leaders questioned believed COBOL programming should be on the curriculum. Yet only 27% could confirm that was the case, and only 18% had COBOL as a core part of the course …

Game Development database-design gaming ipad
Member Avatar for happygeek
0
3K
Member Avatar for Tcll

so I'm quite the noob when it comes to texture based things... how would I apply a material that contains more than 1 texture to an object?? my current code: if SDType=="_Mesh": __GL.glLineWidth(1.0) MaterialName,AddOn,MatColors,Textures,R1,R2 = Libs[4][SDData1] if type(SDData1)==int else [ "UMC_Def_Mat", '', [[1.0,1.0,1.0,1.0],[1.0,1.0,1.0,1.0],[0.5,0.5,0.5,1.0],[0.0,0.0,0.0,0.0],25.0], [], [], [] ] MAR,MAG,MAB,MAA = MatColors[0] …

Game Development
Member Avatar for Tcll
0
156
Member Avatar for BlazingShadow

Ok, I'm starting a Game Developing Company [I]<<snip>>[/I] And we are making an MMORPG Engine for our online game, Gods Online. I need any help at all, I have Notepad ++ as a Compiler. I have seen it been done before in VB6 [I]<<snip>>[/I] Basically, a server - Client Port …

Game Development c++ client-server
Member Avatar for llUGGIllCrisllChan12
0
262
Member Avatar for codetoeternity

hello dear people, these days, im about to choose the career i'll be seeking after my bachelors degree, i have huge interests in game development, and have infact started out towards it, but one thing that i am affraid of is that i have absolutely no mathematical skills (i mean …

Game Development career mathematics
Member Avatar for Ancient Dragon
0
208
Member Avatar for codetoeternity

hello dear members, i am a student of bachelors degree in computer science and finally i have to choose and develop a project as my final project. i am planning to replicate a game, like jetpack joyride (as i am seeking a career in game programming). i think i have …

Game Development api career
Member Avatar for jwenting
0
3K
Member Avatar for codetoeternity

hello daniweb members, i am new here, and im a student and willing to take game development as a career, i have spent 3 years out my 4years bachelors degree in computer science so i am a student yet. i just wanna ask the experts if i will be able …

Game Development career
Member Avatar for jwenting
0
251
Member Avatar for aVar++

I know there is lots online but I want your guys opinion of what you have got on with. I need a game engine/program to create platformers, its just for a hobby at the moment :) I will eventually go in to 3d what do you guys use? I always …

Game Development
Member Avatar for aVar++
0
158
Member Avatar for Chinney

Hi, i am looking to go into game programming and would love for it to go into a career, i have already started learning Java through YouTube and i am enjoying learning the language. However, im starting to see the light and thinking maybe i should start learning C++ before …

Game Development career
Member Avatar for jayshri.shah.10
0
270
Member Avatar for TLOP12

Me and a few of my buddies decided to form a game company together. We have unity set up and we mostly know what we are doing, but once we finish all the rooms and sprites and that, what comes next?

Game Development
Member Avatar for ProtectedMode
0
92
Member Avatar for Plazmotech

Basically - I'm looking for the best game structure. Here's the idea that I have # IDEA *Class* - **GUI** - Can be customised to contain buttons and to do specific things. This can simply have an event handler function that returns the index of which button was pressed. *Class* …

Game Development data-structure gaming gui queue
Member Avatar for mike_2000_17
0
229
Member Avatar for nchy13

HI, I am trying to set the consecutive pixels to a specific color so as to obtain a line. Though, I know there is a built in function for drawing the line, but I am interested to do it without using any GL primitive. This is the display function as …

Game Development opengl
0
170
Member Avatar for Buster0944

So I have been working on a tetris game for some time now and I have everything figured out besides the fact that I can not get it to actually go to a game over screen. Any help on where to start looking or what code I should be trying …

Game Development audio
Member Avatar for jwenting
0
187
Member Avatar for Tcll

alright... so here's a quick demonstraition of what I'm trying to do: def calcInfluence(Coords): #apply to verts from global location Ix,Iy,Iz = 0.0,0.0,0.0 for (Px,Py,Pz),(Lx,Ly,Lz),(Rx,Ry,Rz),(Sx,Sy,Sz),W in Coords: #P = Point of transformation (base of the bone) #L,R,S = Loc,Rot,Sca #W = Weight Ix += Lx*W Vy += Ly*W Iz += …

Game Development
Member Avatar for Tcll
0
105
Member Avatar for GeekPlease

Good day folks, I hope you can help me with this one, I want to create a game. Can you tell me where to start, what softwares I need to study and what particular knowledge I should have. I'm not new to programming so do you think it will be …

Game Development gaming
Member Avatar for kal_crazy
0
213
Member Avatar for Tcll

[Click Here]( ok... so I'm trying work on a system that uses models composed of... basically the raw data you get from a curve... (after multiplying the points together to get the equation) I've been trying to visualize a concept for this method since I was in middle school (back …

Game Development
Member Avatar for Tcll
0
155
Member Avatar for Yorkiebar14

Hello, I have recently started to develop my own game in Java and am just starting to get the hang of it. I've watched various tutorials on making an engine etc and have picked up quite a lot. I am struggling with one problem though, I have a world and …

Member Avatar for Yorkiebar14
0
333
Member Avatar for Azmah

I'm looking for a really good 3D and/or Game engine to work with? I currently use C++, though I am willing to switch if the it's worthwhile :) Thanks in advance.

Game Development c++ gaming image
Member Avatar for 3dwalkyan
0
520
Member Avatar for MrEARTHSHAcKER

Hello everyone, I want to start implementing some of my mathematics knowledge into programming through AI. Back 3 months ago I had no idea what is AI, but then I took Machine Learning course on Coursera and finally realized how much maths is included in AI. However I wasn't able …

Member Avatar for jwenting
0
249
Member Avatar for evan.winstead.7

Hello! I am looking into game development, and recently discovered that most cube based games (with procedural generation) are coded in java, and i was wondering why that is!

Game Development java
Member Avatar for evan.winstead.7
0
236
Member Avatar for cool_zephyr

Hello everyone..I'm trying to develop a simple card game in android..i need to show the cards being dealt with some animation as well as coins being moved to the winner's stack..could anyone please tell me if I should do this with android drawables animation or i should choose a game …

Game Development android android-development
Member Avatar for cool_zephyr
0
191
Member Avatar for davy_yg

Hello all, I wonder why I cannot play video games in facebook. Whenever I click the video games, it loads for a long time then done with a blury screen background. Why is it?

Game Development
Member Avatar for Lp_baez
0
146
Member Avatar for dualresh

Hi there! Im studying web aplication development and I was looking arround the Internet for information about game development in browsers as im interested in that area, however, I didn't found much that could help me advance in this so I decided to ask in this forum in order to …

Member Avatar for Simon180
0
350
Member Avatar for MasterHacker110

I am getting into game programming more and more. I have been learning DirectX11 but it is hard and very low level. I am looking for a game librarie that has these spesifications: Must be in C++ (the library doesn's have to be written in C++. As long as I …

Game Development api audio c++
Member Avatar for gabryprof
0
220
Member Avatar for Dum_Bass

My problem is that I wish to use a single mouse click (or key press) to "turn on" a set of conditions then I will "turn off" the conditions when a different requirement is met. Alas! Every time I release the mouse button the bool reverts to its initialized state. …

Game Development pc-peripheral
Member Avatar for Dum_Bass
0
234
Member Avatar for ktsangop

Hello everyone! I would like some suggestions on picking a game development technology/language. My requirements are : 1) On line / Web based game only 2) 2d animation only (for the time being). Using mostly sprites and modelling only simple 2d shapes. 3) No need for an advanced physics engine. …

Member Avatar for ktsangop
0
347

The End.