New QBJS Samples Site - 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: New QBJS Samples Site (/showthread.php?tid=3170) |
New QBJS Samples Site - dbox - 10-26-2024 I've been working on a new way to manage QBJS samples: You can check it out here: https://boxgaming.github.io/qbjs-samples You can filter by category or author and run the sample in either production or the development instance. It's hosted right out of the github project where the samples are maintained and is itself built in QBJS. I would be interested in any feedback or suggestions and, of course, submissions of any additional examples that we could add to the collection. RE: New QBJS Samples Site - bplus - 10-26-2024 Cool looks good. Bezier didn't seem to do anything, maybe needs directions. RE: New QBJS Samples Site - dbox - 10-26-2024 Thanks @bplus. I think that’s a drawing app. It doesn’t do anything until you draw on the screen. RE: New QBJS Samples Site - grymmjack - 10-26-2024 This is excellent work @dbox ! How do we submit a new sample? Thanks for your efforts. RE: New QBJS Samples Site - dbox - 10-26-2024 (10-26-2024, 01:58 PM)grymmjack Wrote: This is excellent work @dbox ! Anyone can submit a pull request to the qbjs-samples github repo. Just drop your .bas file or project .zip file in the samples directory and add a row to the samples.txt file that describes the program. The format is: "program-name.bas", "Sample Display Name", "Author1, Author2", "Description", "Category1, Category2" This info is used for the filter and shows in the tooltip when you hover over the sample link. RE: New QBJS Samples Site - dbox - 10-26-2024 Or, if you don’t github, just post it to this thread. RE: New QBJS Samples Site - bplus - 10-26-2024 @dbox help yourself to anything here: https://qb64.boards.net/thread/210/bplus-qbjs-proggies I like Spinner 2 particularly. It is honor and privilege to be included in your great project! RE: New QBJS Samples Site - dbox - 10-26-2024 Thanks @bplus! We’ll definitely mine that treasure trove for more samples to add! RE: New QBJS Samples Site - SierraKen - 11-02-2024 Can you add my Pongy game I just put on there? I couldn't get SOUND to work though. Except there was one sound that worked at the very end for some reason. So I commented all the sound off of it. I had to get rid of all the GOTO's and add a bunch of DIMs. But this is REALLY COOL! Here is the link directly to it: Pongy on QBJS Thank you for having this ability to play online! RE: New QBJS Samples Site - bplus - 11-02-2024 My best score yet! |