Discuss Scratch
- Discussion Forums
- » Developing Scratch Extensions
- » Help with USB Gamepad extension implementation
- crawfishcode
-
Scratcher
99 posts
Help with USB Gamepad extension implementation
Can you help us make the PR?I believe I've seen a few.(#36)i don´t know if ST accepts PR´s at all
-snip-
It's designed for a much different version of the Scratch editor, and i don't think the ST accepte PR's if they use code from extensions/mods.
- GIitchInTheMatrix
-
Scratcher
1000+ posts
Help with USB Gamepad extension implementation
Only after it's been programmed. Best for it to be a tenporary org that is used to add itCan you help us make the PR?I believe I've seen a few.(#36)j
-snip-
It's designed for a much different version of the Scratch editor, and i don't think the ST accepte PR's if they use code from extensions/mods.
i don´t know if ST accepts PR´s at all
- creeperyeettt
-
Scratcher
500+ posts
Help with USB Gamepad extension implementation
we cant make a pull req using turbowarp right?
theres a user by the name of sheeptester who made a controller mod maybe we can ask him
theres a user by the name of sheeptester who made a controller mod maybe we can ask him
- GIitchInTheMatrix
-
Scratcher
1000+ posts
Help with USB Gamepad extension implementation
(#44)Both are mods, so the source won't work as well on Scratch as other extensions, Sheeptester is, IIRC, based off Turbowarp, which uses a compiler instead of an interpreter.
we cant make a pull req using turbowarp right?
theres a user by the name of sheeptester who made a controller mod maybe we can ask him
- EngineerRunner
-
Scratcher
1000+ posts
Help with USB Gamepad extension implementation
AFAIK you can't just use a turbowarp extension on Scratch. 
those are the 3 types of extensions, with the last 2 being the ones you can load into turbowarp. however, scratch only supports core extensions, so you'd have to make most of it yourself.

those are the 3 types of extensions, with the last 2 being the ones you can load into turbowarp. however, scratch only supports core extensions, so you'd have to make most of it yourself.
- GIitchInTheMatrix
-
Scratcher
1000+ posts
Help with USB Gamepad extension implementation
AFAIK you can't just use a turbowarp extension on Scratch.The goal is to add support to Scratch via a pull request.
those are the 3 types of extensions, with the last 2 being the ones you can load into turbowarp. however, scratch only supports core extensions, so you'd have to make most of it yourself.
However, it is true that TurboWarp exclusive extensions can't run in Scratch's VM
- EngineerRunner
-
Scratcher
1000+ posts
Help with USB Gamepad extension implementation
i know, but people were talking about just putting a turbowarp extension into Scratch.AFAIK you can't just use a turbowarp extension on Scratch.The goal is to add support to Scratch via a pull request.
those are the 3 types of extensions, with the last 2 being the ones you can load into turbowarp. however, scratch only supports core extensions, so you'd have to make most of it yourself.
However, it is true that TurboWarp exclusive extensions can't run in Scratch's VM
- creeperyeettt
-
Scratcher
500+ posts
Help with USB Gamepad extension implementation
https://sheeptester.github.io/scratch-gui/?load_plugin=https://arpruss.github.io/gamepad.js
try this out guys, its basic but a start
try this out guys, its basic but a start
Last edited by creeperyeettt (Sept. 1, 2023 15:58:53)
- GIitchInTheMatrix
-
Scratcher
1000+ posts
Help with USB Gamepad extension implementation
(#49)TW fork
https://sheeptester.github.io/scratch-gui/?load_plugin=https://arpruss.github.io/gamepad.js
try this out guys, its basic but a start
- USBGamepad
-
New Scratcher
7 posts
Help with USB Gamepad extension implementation
BUMP
(Actively looking for JS devs…)
(Actively looking for JS devs…)
- Scratchuel21439new
-
Scratcher
100+ posts
Help with USB Gamepad extension implementation
butt (BUmp This Topic)
- RobotChickens
-
Scratcher
500+ posts
Help with USB Gamepad extension implementation
Bump. (one of my friends is learning JS like I'm planning to. He might be able help us sometime soon.)
- crawfishcode
-
Scratcher
99 posts
Help with USB Gamepad extension implementation
I have a quick question: How would we coordinate/communicate quickly outside of Scratch when/if we work on the PR (if there is a way)?
- GIitchInTheMatrix
-
Scratcher
1000+ posts
Help with USB Gamepad extension implementation
No one's leaving Scratch unless you usr a GitHub discussion.
-Cassidy
-Cassidy
Last edited by GIitchInTheMatrix (Nov. 10, 2023 17:46:42)
- GlitchedThrough
-
New Scratcher
1000+ posts
Help with USB Gamepad extension implementation
I take it this is canceled. And everyone has realized why its so tough for a team to work on something.
- RobotChickens
-
Scratcher
500+ posts
Help with USB Gamepad extension implementation
(#58)No, it is not. We just haven't started yet because we don't have any JS devs to help us yet.
I take it this is canceled. And everyone has realized why its so tough for a team to work on something.
- GlitchedThrough
-
New Scratcher
1000+ posts
Help with USB Gamepad extension implementation
I learned JavaScript in one day. It’s incredibly easy to write it, you just need to know the basics of a Turing complete language, and be used to a C like syntax.(#58)No, it is not. We just haven't started yet because we don't have any JS devs to help us yet.
I take it this is canceled. And everyone has realized why its so tough for a team to work on something.
And, note, I’m not writing this.
- Discussion Forums
- » Developing Scratch Extensions
-
» Help with USB Gamepad extension implementation