Search found 214 matches

by bshivam2001
June 10th, 2015, 2:49 am
Forum: Everything
Topic: My New PC
Replies: 3
Views: 1999

Re: My New PC

Congrats on the new PC, now make us some 3D games hehe. Hehe, sorry papa I left programming months ago! My teachers and parents forced me to concentrate into studies for now :cry: But I still do make some games (or rather keep trying to make them) in Unity and Unreal Engine, although I never succee...
by bshivam2001
June 9th, 2015, 3:05 pm
Forum: Everything
Topic: Keyboard problem
Replies: 6
Views: 3447

Re: Keyboard problem

Sorry for late reply but you could always trust on Windows On-Screen Keyboard if your keyboard fails to function. Just search for 'On-Screen Keyboard' and it should pop up in the results.
Hope I helped!
by bshivam2001
June 9th, 2015, 11:14 am
Forum: Everything
Topic: My New PC
Replies: 3
Views: 1999

My New PC

Hey Guys, Can't remember when was the last time I post here, its been a lonnngggg time But this time I am here on my new custom PC and Its awesome, in comparison with my previous ones. Last time I bought a PC was back in 2006, when Windows XP was still popular, it had a Pentium dual core (can't reme...
by bshivam2001
April 2nd, 2015, 6:32 pm
Forum: Everything
Topic: Hi Guys
Replies: 5
Views: 2774

Re: Hi Guys

Hell I'm 13 :lol:
And maybe there is someone even younger....
by bshivam2001
February 3rd, 2015, 12:04 pm
Forum: Everything
Topic: How can I set a texture for background?
Replies: 33
Views: 12107

Re: How can I set a texture for background?

First of all, a Texture is not background. Texture is an image you apply on 3d objects. Now for your question, I'd say you continue with Chili's tuts as suggested by Guilherme. Near the end of the Beginner tuts, Chili will teach how to load a BMP into the program. He teaches loading PNGs near the be...
by bshivam2001
December 25th, 2014, 8:00 am
Forum: Everything
Topic: coding a video player
Replies: 2
Views: 1676

Re: coding a video player

The easier way is to do it with DirectShow. Its a bit old but it can still be used if you have the DirectX SDK. I don't remember much about it but there are plenty of tutorials on how to use it, just Google it.
I remember I used it in my Advanced Framework and it worked just fine.
by bshivam2001
December 5th, 2014, 8:06 pm
Forum: Everything
Topic: questions? chilli
Replies: 2
Views: 1755

Re: questions? chilli

Chili made himself a program that would do that for him. In one of the later tutorials he mentions Lux's version of the program which could convert a BMP image into PutPixel() calls. You can download it here . Later you will also learn how to directly load BMP images into your program. You could als...
by bshivam2001
October 15th, 2014, 10:07 am
Forum: Everything
Topic: Which book should I choose ?
Replies: 2
Views: 4279

Re: Which book should I choose ?

According to me, you should continue with Luna's book. It covers the just everything you will need to program simple 3D games. But there is a problem. As far as I know, the book uses D3DX (used to be part of DirectX API) to do many useful stuff like loading meshes and sprites. The problem is that Mi...
by bshivam2001
October 11th, 2014, 1:36 pm
Forum: Everything
Topic: Drum Machine
Replies: 13
Views: 5960

Re: Drum Machine

I think I will use jk's method, There would be a mode key, that switches from beginner mode (the one which is being used in the current version of the program), and the advanced mode which will have those 9 keys 2 handed keyboard mapping. This is the basic idea. Please suggest if you have better ide...
by bshivam2001
October 10th, 2014, 7:11 pm
Forum: Everything
Topic: Drum Machine
Replies: 13
Views: 5960

Re: Drum Machine

Warning, this is going to be a long post. :mrgreen: not two continous hits, two almost simultaneous hits. http://www.youtube.com/watch?v=lfg0_FbI ... lpage#t=29 Do you mean the almost simultaneous hits at 00:00:29 and at 00:00:31? If yes, then the 'bone cracking' sound is caused because when there a...