kurtp2003 Member Posts: 48 From: minnesota, US Registered: 01-20-2006 |
A while back, I posted a program in which particles orbited aroung a source of gravity. The effect was cool, but not realistic at all, but just recently, I've figured out how to make much more real gravity effects. In this new program, (which is for Blitz) I have added one new feature, which is, that when you press "B" on the keyboard, it will turn the Cls command on or off, which is good to get a beeter idea of what the orbit an object is in actually looks like. Anyway, here's the code:
Mack: it's easy to edit the message after posting. [This message has been edited by Mack (edited April 08, 2006).] |
|
buddboy![]() Member Posts: 2220 From: New Albany, Indiana, U.S. Registered: 10-08-2004 |
oops... lol... it's supposed to be [ code ] (without the space) [ /code ]... lol... i didn't realize it wouldn't show up...
------------------ [This message has been edited by buddboy (edited April 06, 2006).] |
|
kurtp2003 Member Posts: 48 From: minnesota, US Registered: 01-20-2006 |
cool, I didn't know that. if you don't do much bb, what do you use? |
|
buddboy![]() Member Posts: 2220 From: New Albany, Indiana, U.S. Registered: 10-08-2004 |
i use C++ (still learning, i'm on Windoze programming and soon DirectX, also learning some OO) and Python (just started learning ![]() ------------------ |
|
kurtp2003 Member Posts: 48 From: minnesota, US Registered: 01-20-2006 |
hey, I've been on the demo for a year now, and I'm doing fine (though I do plan to get the full version) BTW, is C++ very hard to learn? |
|
dartsman![]() Member Posts: 484 From: Queensland, Australia Registered: 03-16-2006 |
C++ is kinda hard to get used to but easier once you start coding often in it. Plus you can get started with it for free. I have a tutorial series (under development) if you want to learn it. Currently via email list, so if you want to get on that list just send me an email. Also I'm on msn, and if you are too then you can chat about stuff if you want. My tutorials look into Christian Game Programming in C++ from scratch. Mainly using Dev-C++ but I'm doing both example code in Dev-C++ and Visual Studio 8 (still working on the VS example code). Atm I've completed 3, working on the 4th (text based maze game project tutorial). God Bless ------------------ Startup Christian Games Company Producing Mobile/PC Games/Tools |