|
||||||||||||||||||
Add Forum to Favorites | Send Topic To a Friend | View Forum FAQ | Track this topic |
Last Thread Next Thread ![]() |
| A Simple Point Sprite Based Particle Engine |
|
![]() Anonymous Poster |
||||
|
||||
| Yeah, great, another 2D particle engine. Like there isn't one of those on Flipcode every month, like you can't get the original Quake particle source code, etc. etc.. |
||||
|
||||
![]() Ronin Magus Member since: 5/30/2002 From: Franklin, USA |
||||
|
|
||||
| I'm a particle engine junkie; good job. |
||||
|
||||
![]() duke Member since: 7/27/2002 From: USA |
||||
|
||||
| Vb6, 2d particle engine? How non useful can you get... My point is not that the author didn't do a good job. It is a decent article, but my comment is more directed towards the gamedev.net admins. Why do you even accept articles like this? [edited by - duke on October 7, 2003 7:19:43 PM] |
||||
|
||||
![]() Myopic Rhino Staff Member since: The dawn of time
From: Temecula, CA, United States |
||||
|
|
||||
| Because we serve an extremely broad audience. |
||||
|
||||
![]() __Daedalus__ Member since: 12/12/2002 From: Edinburgh, United Kingdom |
||||
|
|
||||
| Well done - the more information and examples out there the better! Raymond Wilson http://www.bytefoundry.co.uk Author of Creating A PAK File Format |
||||
|
||||
![]() Nerusai Member since: 9/17/2002 |
||||
|
|
||||
| Why does the provided executable need access to the internet? And it crashes too(Without showing anything) |
||||
|
||||
![]() ajoling Member since: 9/17/2000 From: The Hague, Netherlands |
||||
|
|
||||
quote: Quoting my tutorial: This tutorial is aimed at 2D, and the source will be in Visual Basic 6 and DirectX 8. Also note that this tutorial is meant for the people who do not have much or any experience with point sprites, or particle engines in general, and it won't involve much difficult math either. Not everyone is very experienced. Not every VB-er is capable of reading C/ASM code. And I wanted to prove you can do other stuff than just "smoke and fire" too. quote: So.. What is GameDev.net for you? I think it's about game development. That includes Vb6 too. Time hasn't been standing still the past years, and VB6 is quite capable of making good games. (And that has been proven with games like ROX from Safrosoft, or Alpha7 from Talosstudios.com) quote: Huh? Btw, thanks for the other positive comments :D [edited by - ajoling on October 8, 2003 1:30:47 PM] |
||||
|
||||
![]() Palidine Member since: 12/13/2001 From: Los Angeles, CA, United States |
||||
|
|
||||
| nice into tutorial. i don't see anything wrong with posting intro tuts esp as they are highly valuable for beginners. complaining about something being too basic is confusing to me as it is so obviously useful to others. and who cares what language it's in. it's a trivial exercise to convert code from one structured language to another even if you don't know the first language. all code pretty much looks the same. obvioulsy if the unknown is lisp....well that;s another story....but i digress... the one term i noticed that you forgot to define is a UDT particle. i've googled for a while and still don't have an answer to what a UDT particle is. could you please offer a definition. thanks -me |
||||
|
||||
![]() Pipo DeClown Member since: 2/16/2002 From: Amsterdam, Netherlands |
||||
|
|
||||
| Don't let other people tell you otherwise. Great article. And about the Vb6 thing, come on, you can easily convert it to C++ or anything else. The purpose of this tutorial, is to show you how to create a particle engine. Keep it up! .lick |
||||
|
||||
![]() kaveh Member since: 11/15/2001 From: Toronto, Canada |
||||
|
|
||||
quote: and where are all of your "useful" articles? |
||||
|
||||
![]() jbadams Moderator - Help Wanted Member since: 9/26/2002 From: Seaford, Australia |
||||
|
|
||||
| Indeed, I found this article very useful. I've only done a little work with particle systems previous to this (just a bit of experimenting really), and this tutorial has been a big help in getting a better understanding of particles and thier uses. Also, it was quite simple once I understood the concepts to create a more advanced particle system, with gravity and the like. |
||||
|
||||
![]() ajoling Member since: 9/17/2000 From: The Hague, Netherlands |
||||
|
|
||||
quote: Ah, sorry. An UDT is a VB term I guess. It's USer Defined Type. Like: Private type myType sngX as Single sngY as single end type. It's just the same like a "struct" in C, I believe |
||||
|
||||
![]() Anonymous Poster |
||||
|
||||
| Some strange comments to begin with. I thought the tutorial was great, it certainly helped me a lot. The code sample and exe ran fine and gave me a good idea of what kind of effects could be achieved. They do look far better when animated! Good informative article. Would like to see a follow up that includes particles gravity, mass and mostly gravity wells... in VB6 of course |
||||
|
||||
![]() ForeverNoobie Banned Member since: 12/19/2005 From: Atlanta, GA, United States |
||||
|
||||
| I was just about to reasearch particle engines for a game I'm planning to start work on soon. This article helped me out. |
||||
|
||||
![]() Subotron Member since: 1/13/2002 From: Nijmegen, Netherlands |
||||
|
|
||||
| Although I've created similar particle engines before, I was starting again and looking for some basic tutorials (as well as more advanced ones) to make sure I got it right, and did not overlook anything. Your tutorial has helped me a great deal. P.S.: I use C++ and OpenGL, so those first few guys might re-think their comments. Also, Gamedev only has like 5 tutorials/articles in the particle section, meaning this addition is certainly welcome (don't just assume everyone knows flipcode, which by the way isn't even being updated anymore). P.P.S.: Hi Almar, nice to see you found your way here. I remember you from Lucky's (I assume that still rings a bell), where I really enjoyed your company. (forgot my nickname there though :p) |
||||
|
||||
All times are ET (US)![]() |
Last Thread Next Thread ![]() |
|