![]() |
|
Accretion Disk - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3) +---- Forum: Programs (https://qb64phoenix.com/forum/forumdisplay.php?fid=7) +---- Thread: Accretion Disk (/showthread.php?tid=4530) Pages:
1
2
|
RE: Accretion Disk - Unseen Machine - 03-13-2026 Quote:Nice, ive got a 2004 xp IBM i still use too and happily advocate using old tech for new purposes! However i dont agree that for this program PSet "is good enough" heck when i get my gl 3.3 iteration of this done it'll handle 10 MILLION objects just as fast as Qb64 handles 10 thousand and as such allow for much more detail, realism and in NO way will detract from or impact the original code that has inspired it. Heck i made a version already that had a sun in orbit of the black hole that got eaten and added to the mass and angular momentum...Heck even making this _GL sub and using a 1*1 texture and scaling would not only add the Perspective view it lacks but also allow for vastly more particles and realism such as culling etc...Quote:pset might be slow. but this program is quite good enough! i have a 15-year-old laptop which originally came with windows8. running this under linux/debian. I dont try to be offensive but have a internal "It can be better" thing that i cannot ignore. Declare Library is there for this very reason, to allow people like ME to still contribute without feeling that we/I am hacking the language I grew up on so please dont criticise me for taking an admittedly AMAZING bit of code and trying to do my best to improve it. John Final Pset version : Now with basically everything i know about gravity, local clusters, the blackhole grows and gains angular momentum etc...only thing i havent added is Hawking Radiation Code: (Select All)
RE: Accretion Disk - bplus - 03-13-2026 Yes John's is good too! +1 I think I heard awhile back that Line (x,y)-step(0,0) is faster than PSet. Update: more has been posted I was replying to John's first and what hsiangch_ong said about Pset being slow. Oh the 2nd post looks like a bad day in Ohio! LOL |