Search found 125 matches

by skinkairewalker
Mon Apr 13, 2026 8:00 pm
Forum: Coding Questions
Topic: How to embed a Babylon.js+HtmlProcessor view inside a SpiderBasic window/container?
Replies: 0
Views: 16

How to embed a Babylon.js+HtmlProcessor view inside a SpiderBasic window/container?

hello everyone !

Hey everyone,

I’m trying to integrate Babylon.js into a SpiderBasic app and render it inside a ContainerGadget (like a viewport), instead of using fullscreen.
I’m loading Babylon.js via the HTML preprocessor, and I’m attempting to inject the canvas into the gadget using GadgetID ...
by skinkairewalker
Mon Apr 13, 2026 7:12 pm
Forum: Feature Requests and Wishlists
Topic: Control JS Load Order (Before/After SpiderBasic Libraries)
Replies: 0
Views: 17

Control JS Load Order (Before/After SpiderBasic Libraries)

Hey everyone,

I’d like to suggest a feature that could really improve flexibility when integrating external JavaScript libraries with SpiderBasic.

As it stands, external JS files seem to be loaded after SpiderBasic’s internal libraries. However, some libraries
example : especially rendering ...
by skinkairewalker
Wed Apr 01, 2026 3:59 am
Forum: Coding Questions
Topic: Babylon.js
Replies: 7
Views: 12038

Re: Babylon.js

Hi everyone, how are you?

Have you found a solution for working with babylonjs in spiderbasic without resorting to "hacks"?
by skinkairewalker
Fri Nov 14, 2025 5:25 pm
Forum: Javascript
Topic: AceEditor Module Error on loading ext-lang_tools.js
Replies: 2
Views: 15125

Re: AceEditor Module Error on loading ext-lang_tools.js

Awesome Dirk Geppert !!!
thanks :)
by skinkairewalker
Fri Nov 14, 2025 12:45 am
Forum: Javascript
Topic: AceEditor Module Error on loading ext-lang_tools.js
Replies: 2
Views: 15125

AceEditor Module Error on loading ext-lang_tools.js

Guys, I'm trying to use this module : https://github.com/spiderbytes/AceEditor
from Peter , but when I load the ext-language_tools.js from the Ace Editor , it throws a bunch of errors : screenshot https://prnt.sc/Ypezs0bwvZWC .
The weird thing is that sometimes it works. Is there any way to fix ...
by skinkairewalker
Sat Jan 06, 2024 9:01 pm
Forum: Game Programming
Topic: Horizontal Roulette Game ?
Replies: 6
Views: 87643

Re: Horizontal Roulette Game ?

awesome, works fine . !!!
thanks :D
by skinkairewalker
Sat Dec 16, 2023 4:07 pm
Forum: Game Programming
Topic: Horizontal Roulette Game ?
Replies: 6
Views: 87643

Re: Horizontal Roulette Game ?

Could anyone who has experience doing something similar to this give me some tips or some examples of how to use it with spiderbasic?

Well, I don't have much experience with pure JavaScript, from what I read, roughly speaking, is the roulette spinning animation in CSS?

$(document).ready(function ...
by skinkairewalker
Mon Mar 27, 2023 2:43 pm
Forum: Coding Questions
Topic: admob ta working on SpiderBasic?
Replies: 0
Views: 13909

admob ta working on SpiderBasic?

Hello guys, I would like to create apps for android and ios, is admob working normally? If so, does anyone have an example of how to compile successfully?
by skinkairewalker
Mon Jan 30, 2023 1:13 am
Forum: Coding Questions
Topic: error playing a sound when the page is opened...
Replies: 0
Views: 6261

error playing a sound when the page is opened...

when loading the page, I look in the console and I come across these messages below, and the sound does not play ...
as I am developing a game, it is necessary to start with a sound playing ...
Is it possible to use howler.js to solve this problem? https://howlerjs.com/

->soundjs.min.js:18 The ...