Search found 26 matches

by J. Baker
Wed Oct 09, 2024 2:11 pm
Forum: Feature Requests and Wishlists
Topic: [Resolved] PureBasic compiler link in SpiderBasic
Replies: 3
Views: 11943

Re: PureBasic compiler link in SpiderBasic

Actually I just ran the following code in both SpiderBasic and PureBasic (both opened at the same time) and anything saved in one or the other reloads in the other app. So maybe my feature request is not needed. I guess I will mark this topic as resolved.

Screen.sb (edited for PureBasic and ...
by J. Baker
Wed Oct 09, 2024 1:40 pm
Forum: Feature Requests and Wishlists
Topic: [Resolved] PureBasic compiler link in SpiderBasic
Replies: 3
Views: 11943

Re: PureBasic compiler link in SpiderBasic

For 2D games it's not too bad. Just have to put most of your work in procedures and any minor differences just use CompilerIf #PB_Compiler_Processor constant. Being able to do a quick compile in PureBasic or SpiderBasic to see if your cross platform code is good would be nice. Just to make sure it ...
by J. Baker
Wed Oct 09, 2024 3:39 am
Forum: Feature Requests and Wishlists
Topic: [Resolved] PureBasic compiler link in SpiderBasic
Replies: 3
Views: 11943

[Resolved] PureBasic compiler link in SpiderBasic

Allow the PureBasic compiler to be linked in SpiderBasic. For quick compiles to see if your SpiderBasic code can be compiled properly in PureBasic. And if not you could easily/quickly insert a compiler If statement in the code.

Or just a menu PureBasic compile option if SpiderBasic detects that ...
by J. Baker
Mon Jun 27, 2022 12:19 pm
Forum: General Discussion
Topic: iframe - slow speed
Replies: 4
Views: 4520

Re: iframe - slow speed

I found out that if you tap the screen, it runs at normal speed on my iPad. Maybe it's an Apple thing.
by J. Baker
Thu Jun 23, 2022 3:19 pm
Forum: Coding Questions
Topic: Create App - HTML5
Replies: 2
Views: 3263

Re: Create App - HTML5

Maybe when Fred gets around to SpiderBasic again, that would be a good suggestion. I would think eternally that it would be easy to figure out what is needed and what is not.
by J. Baker
Thu Jun 23, 2022 12:21 am
Forum: Coding Questions
Topic: Create App - HTML5
Replies: 2
Views: 3263

Create App - HTML5

SpiderBasic exports many JS files. Some of which are not needed. How do you only export what is needed? Maybe a future option?
by J. Baker
Wed Jun 22, 2022 11:34 pm
Forum: General Discussion
Topic: iframe - slow speed
Replies: 4
Views: 4520

Re: iframe - slow speed

Interesting. Thanks for the response!
by J. Baker
Wed Jun 22, 2022 10:07 pm
Forum: General Discussion
Topic: iframe - slow speed
Replies: 4
Views: 4520

iframe - slow speed

Just did a test and all was fine until I tried it on my iPad Mini (latest model). Without the iframe, speed is fine/normal. Add an iframe and the animation creeps. On my desktop there is no slow down.

No iframe

https://posemotion.com/sb/Snow%20Test.html

iframe

https://posemotion.com/sb/Index.htm
by J. Baker
Wed Oct 27, 2021 8:51 pm
Forum: Coding Questions
Topic: Stretch Screen
Replies: 3
Views: 4802

Re: Stretch Screen

Thanks for the replies!

The resize is a nice feature for retro/pixels games where you can just stretch the screen. With mobile devices having so many different resolutions, it would be a nice feature for any game.
by J. Baker
Mon Oct 25, 2021 9:20 pm
Forum: Coding Questions
Topic: Stretch Screen
Replies: 3
Views: 4802

Stretch Screen

I see there's no option to stretch the screen like in PB. Any alternatives for HTML5 or mobile?