QB64 Phoenix Edition
QBJS useful functions - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: QBJS, BAM, and Other BASICs (https://qb64phoenix.com/forum/forumdisplay.php?fid=50)
+--- Thread: QBJS useful functions (/showthread.php?tid=1968)



QBJS useful functions - vince - 09-05-2023

handy template for quickly testing useful math functions

WIP: I added automatic resizing to window, and I want to add some kind of mouse drag and wheel zoom some time later as well as make it fast




RE: QBJS useful functions - grymmjack - 09-06-2023

(09-05-2023, 11:37 AM)vince Wrote: handy template for quickly testing useful math functions

WIP: I added automatic resizing to window, and I want to add some kind of mouse drag and wheel zoom some time later as well as make it fast

Hey thank you @vince this is great!

I recently discovered I could use the Windows Calc in graph mode, but this is SO much more fun!

@dbox we should maybe add the qbjs stuff to the wiki on github. Some more examples, or templates, etc. like this.

Would be a neat thing!


RE: QBJS useful functions - dbox - 09-06-2023

I agree, the Samples page could really stand to have an update at this point.


RE: QBJS useful functions - grymmjack - 09-06-2023

(09-06-2023, 02:03 AM)dbox Wrote: I agree, the Samples page could really stand to have an update at this point.

Yes! Screenshots too.

I'm happy to help do this. Do you have a collection to add somewhere?

It'd be neat.


RE: QBJS useful functions - dbox - 09-06-2023

(09-06-2023, 03:29 AM)grymmjack Wrote: I'm happy to help do this. Do you have a collection to add somewhere?

It'd be neat.

Sounds great, I'll collect the examples I know of.


RE: QBJS useful functions - dbox - 09-07-2023

Ok @grymmjack, I'm sure I've missed a bunch, but here are some to get started:

bplus
https://qb64phoenix.com/forum/showthread.php?tid=1702&pid=16100#pid16100 - bplus collection from 0.7.0 announcement
https://qb64phoenix.com/forum/showthread.php?tid=1916 - particle fountain (updated from original sample)
https://qb64phoenix.com/forum/showthread.php?tid=1905 - swimming fish with kelp
https://qb64.boards.net/thread/164/missile-command-runs-qbjs - missle command
https://qb64.boards.net/thread/191/star-trekking
https://qb64.boards.net/thread/27/bplus-collection

Dav
https://qb64phoenix.com/forum/showthread.php?tid=1928 - space orbs
https://qb64phoenix.com/forum/showthread.php?tid=1929&pid=18911#pid18911 - 3d, textured balls

vince
https://qb64phoenix.com/forum/showthread.php?tid=1964 - mod for b+ (fun with sin waves)
https://qb64phoenix.com/forum/showthread.php?tid=1067 - like tetris, but way more challenging
https://qb64phoenix.com/forum/showthread.php?tid=1623 - deforming torus

mikesharpe
https://qb64.boards.net/thread/30/angle-reflections
https://qb64.boards.net/thread/26/bezier-curves


RE: QBJS useful functions - bplus - 09-07-2023

@grymmjack there are some more QBJS on the dedicated QBJS Board here:
https://qb64.boards.net/board/14/qbjs


RE: QBJS useful functions - vince - 09-19-2023

if this isn't a mod