Discuss Scratch

crawfishcode
Scratcher
93 posts

Help with USB Gamepad extension implementation

GIitchInTheMatrix wrote:

crawfishcode wrote:

GIitchInTheMatrix wrote:

crawfishcode wrote:

GIitchInTheMatrix wrote:

Actually, important question. Does everyone here know what a PR is?
Uh, no…? Like I said before, I'm a complete noob
A pull request is basically a request get a feature you write to a service.
Wait, so do you write code for a PR, or do you just ask for XYZ to be added?
You write the code
oh, ok. Do we build off of the code already made by the ST, or do we start from scratch (pun not intended lol)?

Hey! How are you all? I'm crawfishcode, gamer and Scratcher extraordinaire! In my free time, I like to read, play video games, go on scratch (of course) and use my Akai MPC One (look it up, it's really awesome!).

I hope you have an awesome day!

crawfishcode


Support the suggestion HERE by adding this button to your signature
GIitchInTheMatrix
Scratcher
1000+ posts

Help with USB Gamepad extension implementation

crawfishcode wrote:

GIitchInTheMatrix wrote:

crawfishcode wrote:

GIitchInTheMatrix wrote:

crawfishcode wrote:

GIitchInTheMatrix wrote:

Actually, important question. Does everyone here know what a PR is?
Uh, no…? Like I said before, I'm a complete noob
A pull request is basically a request get a feature you write to a service.
Wait, so do you write code for a PR, or do you just ask for XYZ to be added?
You write the code
oh, ok. Do we build off of the code already made by the ST, or do we start from scratch (pun not intended lol)?
You build off what they have. You’ll likely have to build a full environment, including scratch-vm and other editor prerequisites before you can work on it, so you can build and run the code.

Last edited by GIitchInTheMatrix (June 9, 2023 15:50:15)


this is my signature
I have exactly 8934 posts
RobotChickens
Scratcher
500+ posts

Help with USB Gamepad extension implementation

GIitchInTheMatrix wrote:

(#22)
-Snip-
You build off what they have. You’ll likely have to build a full environment, including scratch-vm and other editor prerequisites before you can work on it, so you can build and run the code.
I do know about PRs but not so much about environments yet, I'm learning now.
Could we possibly use the code from TurboWarp's existing extension or other existing gamepad projects?


Replying to SPAM is only adding more off-topic SPAM. Just report it.


Support the suggestion HERE by adding this button to your signature
Get cool forum emojis HERE

Google Noto Emoji is superior as you can see






;
GIitchInTheMatrix
Scratcher
1000+ posts

Help with USB Gamepad extension implementation

RobotChickens wrote:

GIitchInTheMatrix wrote:

(#22)
-Snip-
You build off what they have. You’ll likely have to build a full environment, including scratch-vm and other editor prerequisites before you can work on it, so you can build and run the code.
I do know about PRs but not so much about environments yet, I'm learning now.
Could we possibly use the code from TurboWarp's existing extension or other existing gamepad projects?
In theory witj changes.

this is my signature
I have exactly 8934 posts
PaperMarioFan2022
Scratcher
1000+ posts

Help with USB Gamepad extension implementation

GIitchInTheMatrix wrote:

Actually, important question. Does everyone here know what a PR is?
I think I do, altho I am not quite sure because I haven’t learned how to do JavaScript yet.

Hello! Welcome to my signature!

I am a real Mario enthusiast and a fan of the franchise and also getting into the field of IT. I also play Luigi's Mansion and other games too!

Profile | Ocular | ScratchStats | PostPercent | GitHub Main | Snap!

Professional Mario Enthusiast / (NEW!) 3DS FC: 2252-0951-8546 / (NEW!) Switch FC: SW-2091-2478-9614 / (removed - due to concerns in moderation) ARarePaper



I forgor my account password to give an internet ☠

I’ve been a Scratcher since 2021!



My glorious meme section (scroll down to see more)






























GIitchInTheMatrix
Scratcher
1000+ posts

Help with USB Gamepad extension implementation

PaperMarioFan2022 wrote:

GIitchInTheMatrix wrote:

Actually, important question. Does everyone here know what a PR is?
I think I do, altho I am not quite sure because I haven’t learned how to do JavaScript yet.
Pulls are something that GitHub{and i think git itself) has anyways, regardless if language.

this is my signature
I have exactly 8934 posts
creeperyeettt
Scratcher
500+ posts

Help with USB Gamepad extension implementation

RobotChickens wrote:

GIitchInTheMatrix wrote:

(#22)
-Snip-
You build off what they have. You’ll likely have to build a full environment, including scratch-vm and other editor prerequisites before you can work on it, so you can build and run the code.
I do know about PRs but not so much about environments yet, I'm learning now.
Could we possibly use the code from TurboWarp's existing extension or other existing gamepad projects?
shouldnt we ask the guy who made turbowarp for his code maybe

change [ IQ] by (-2)

potassium car: https://scratch.mit.edu/projects/842403167/ (deltarune reference???)
<– click















RobotChickens
Scratcher
500+ posts

Help with USB Gamepad extension implementation

creeperyeettt wrote:

(#27)

RobotChickens wrote:

GIitchInTheMatrix wrote:

(#22)
-Snip-
You build off what they have. You’ll likely have to build a full environment, including scratch-vm and other editor prerequisites before you can work on it, so you can build and run the code.
I do know about PRs but not so much about environments yet, I'm learning now.
Could we possibly use the code from TurboWarp's existing extension or other existing gamepad projects?
shouldnt we ask the guy who made turbowarp for his code maybe
It's already on GitHub


Replying to SPAM is only adding more off-topic SPAM. Just report it.


Support the suggestion HERE by adding this button to your signature
Get cool forum emojis HERE

Google Noto Emoji is superior as you can see






;
GIitchInTheMatrix
Scratcher
1000+ posts

Help with USB Gamepad extension implementation

RobotChickens wrote:

creeperyeettt wrote:

(#27)

RobotChickens wrote:

GIitchInTheMatrix wrote:

(#22)
-Snip-
You build off what they have. You’ll likely have to build a full environment, including scratch-vm and other editor prerequisites before you can work on it, so you can build and run the code.
I do know about PRs but not so much about environments yet, I'm learning now.
Could we possibly use the code from TurboWarp's existing extension or other existing gamepad projects?
shouldnt we ask the guy who made turbowarp for his code maybe
It's already on GitHub
TurboWarp is compiled, while Scratch is interpreted.

this is my signature
I have exactly 8934 posts
RobotChickens
Scratcher
500+ posts

Help with USB Gamepad extension implementation

GIitchInTheMatrix wrote:

(#29)

RobotChickens wrote:

creeperyeettt wrote:

(#27)

RobotChickens wrote:

GIitchInTheMatrix wrote:

(#22)
-Snip-
You build off what they have. You’ll likely have to build a full environment, including scratch-vm and other editor prerequisites before you can work on it, so you can build and run the code.
I do know about PRs but not so much about environments yet, I'm learning now.
Could we possibly use the code from TurboWarp's existing extension or other existing gamepad projects?
shouldnt we ask the guy who made turbowarp for his code maybe
It's already on GitHub
TurboWarp is compiled, while Scratch is interpreted.
Ah, I didn't think about that. There is also this project already


Replying to SPAM is only adding more off-topic SPAM. Just report it.


Support the suggestion HERE by adding this button to your signature
Get cool forum emojis HERE

Google Noto Emoji is superior as you can see






;
PaperMarioFan2022
Scratcher
1000+ posts

Help with USB Gamepad extension implementation

RobotChickens wrote:

GIitchInTheMatrix wrote:

(#29)

RobotChickens wrote:

creeperyeettt wrote:

(#27)

RobotChickens wrote:

GIitchInTheMatrix wrote:

(#22)
-Snip-
You build off what they have. You’ll likely have to build a full environment, including scratch-vm and other editor prerequisites before you can work on it, so you can build and run the code.
I do know about PRs but not so much about environments yet, I'm learning now.
Could we possibly use the code from TurboWarp's existing extension or other existing gamepad projects?
shouldnt we ask the guy who made turbowarp for his code maybe
It's already on GitHub
TurboWarp is compiled, while Scratch is interpreted.
There is also this project already

I don’t like how the editor looks on mobile view. PC should be better use for this version of the editor.

Hello! Welcome to my signature!

I am a real Mario enthusiast and a fan of the franchise and also getting into the field of IT. I also play Luigi's Mansion and other games too!

Profile | Ocular | ScratchStats | PostPercent | GitHub Main | Snap!

Professional Mario Enthusiast / (NEW!) 3DS FC: 2252-0951-8546 / (NEW!) Switch FC: SW-2091-2478-9614 / (removed - due to concerns in moderation) ARarePaper



I forgor my account password to give an internet ☠

I’ve been a Scratcher since 2021!



My glorious meme section (scroll down to see more)






























creeperyeettt
Scratcher
500+ posts

Help with USB Gamepad extension implementation

RobotChickens wrote:

GIitchInTheMatrix wrote:

(#29)

RobotChickens wrote:

creeperyeettt wrote:

(#27)

RobotChickens wrote:

GIitchInTheMatrix wrote:

(#22)
-Snip-
You build off what they have. You’ll likely have to build a full environment, including scratch-vm and other editor prerequisites before you can work on it, so you can build and run the code.
I do know about PRs but not so much about environments yet, I'm learning now.
Could we possibly use the code from TurboWarp's existing extension or other existing gamepad projects?
shouldnt we ask the guy who made turbowarp for his code maybe
It's already on GitHub
TurboWarp is compiled, while Scratch is interpreted.
Ah, I didn't think about that. There is also this project already
oh yeah sheeptester! i used to make alot of games with that and my xbox controller!

change [ IQ] by (-2)

potassium car: https://scratch.mit.edu/projects/842403167/ (deltarune reference???)
<– click















crawfishcode
Scratcher
93 posts

Help with USB Gamepad extension implementation

RobotChickens wrote:

GIitchInTheMatrix wrote:

(#29)

RobotChickens wrote:

creeperyeettt wrote:

(#27)

RobotChickens wrote:

GIitchInTheMatrix wrote:

(#22)
-Snip-
You build off what they have. You’ll likely have to build a full environment, including scratch-vm and other editor prerequisites before you can work on it, so you can build and run the code.
I do know about PRs but not so much about environments yet, I'm learning now.
Could we possibly use the code from TurboWarp's existing extension or other existing gamepad projects?
shouldnt we ask the guy who made turbowarp for his code maybe
It's already on GitHub
TurboWarp is compiled, while Scratch is interpreted.
Ah, I didn't think about that. There is also this project already
OMG THIS IS SO LIT

Hey! How are you all? I'm crawfishcode, gamer and Scratcher extraordinaire! In my free time, I like to read, play video games, go on scratch (of course) and use my Akai MPC One (look it up, it's really awesome!).

I hope you have an awesome day!

crawfishcode


Support the suggestion HERE by adding this button to your signature
crawfishcode
Scratcher
93 posts

Help with USB Gamepad extension implementation

RobotChickens wrote:

GIitchInTheMatrix wrote:

(#29)

RobotChickens wrote:

creeperyeettt wrote:

(#27)

RobotChickens wrote:

GIitchInTheMatrix wrote:

(#22)
-Snip-
You build off what they have. You’ll likely have to build a full environment, including scratch-vm and other editor prerequisites before you can work on it, so you can build and run the code.
I do know about PRs but not so much about environments yet, I'm learning now.
Could we possibly use the code from TurboWarp's existing extension or other existing gamepad projects?
shouldnt we ask the guy who made turbowarp for his code maybe
It's already on GitHub
TurboWarp is compiled, while Scratch is interpreted.
Ah, I didn't think about that. There is also this project already
Maybe we could take the code from this page, tweak it a little, and put it in the PR? I noticed that there are some features that I would like added missing.

Last edited by crawfishcode (June 12, 2023 21:37:56)


Hey! How are you all? I'm crawfishcode, gamer and Scratcher extraordinaire! In my free time, I like to read, play video games, go on scratch (of course) and use my Akai MPC One (look it up, it's really awesome!).

I hope you have an awesome day!

crawfishcode


Support the suggestion HERE by adding this button to your signature
RobotChickens
Scratcher
500+ posts

Help with USB Gamepad extension implementation

PaperMarioFan2022 wrote:

(#31)

RobotChickens wrote:

GIitchInTheMatrix wrote:

(#29)

RobotChickens wrote:

creeperyeettt wrote:

(#27)

RobotChickens wrote:

GIitchInTheMatrix wrote:

(#22)
-Snip-
You build off what they have. You’ll likely have to build a full environment, including scratch-vm and other editor prerequisites before you can work on it, so you can build and run the code.
I do know about PRs but not so much about environments yet, I'm learning now.
Could we possibly use the code from TurboWarp's existing extension or other existing gamepad projects?
shouldnt we ask the guy who made turbowarp for his code maybe
It's already on GitHub
TurboWarp is compiled, while Scratch is interpreted.
There is also this project already

I don’t like how the editor looks on mobile view. PC should be better use for this version of the editor.
Of course, we aren't using the editor, only the code from the GitHub.


Replying to SPAM is only adding more off-topic SPAM. Just report it.


Support the suggestion HERE by adding this button to your signature
Get cool forum emojis HERE

Google Noto Emoji is superior as you can see






;
GIitchInTheMatrix
Scratcher
1000+ posts

Help with USB Gamepad extension implementation

crawfishcode wrote:

RobotChickens wrote:

GIitchInTheMatrix wrote:

(#29)

RobotChickens wrote:

creeperyeettt wrote:

(#27)

RobotChickens wrote:

GIitchInTheMatrix wrote:

(#22)
-Snip-
You build off what they have. You’ll likely have to build a full environment, including scratch-vm and other editor prerequisites before you can work on it, so you can build and run the code.
I do know about PRs but not so much about environments yet, I'm learning now.
Could we possibly use the code from TurboWarp's existing extension or other existing gamepad projects?
shouldnt we ask the guy who made turbowarp for his code maybe
It's already on GitHub
TurboWarp is compiled, while Scratch is interpreted.
Ah, I didn't think about that. There is also this project already
Maybe we could take the code from this page, tweak it a little, and put it in the PR? I noticed that there are some features that I would like added missing.
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.

this is my signature
I have exactly 8934 posts
RobotChickens
Scratcher
500+ posts

Help with USB Gamepad extension implementation

GIitchInTheMatrix wrote:

(#36)

crawfishcode wrote:

RobotChickens wrote:

Ah, I didn't think about that. There is also this project already
Maybe we could take the code from this page, tweak it a little, and put it in the PR? I noticed that there are some features that I would like added missing.
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.
Ok then, we'll have to start from the beginning then.


Replying to SPAM is only adding more off-topic SPAM. Just report it.


Support the suggestion HERE by adding this button to your signature
Get cool forum emojis HERE

Google Noto Emoji is superior as you can see






;
GIitchInTheMatrix
Scratcher
1000+ posts

Help with USB Gamepad extension implementation

RobotChickens wrote:

GIitchInTheMatrix wrote:

(#36)

crawfishcode wrote:

RobotChickens wrote:

Ah, I didn't think about that. There is also this project already
Maybe we could take the code from this page, tweak it a little, and put it in the PR? I noticed that there are some features that I would like added missing.
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.
Ok then, we'll have to start from the beginning then.
Not really, Writing controller support from the bottom up is tough, Just use a controller lib and Blockly.

this is my signature
I have exactly 8934 posts
misaPuding
Scratcher
500+ posts

Help with USB Gamepad extension implementation

GIitchInTheMatrix wrote:

(#36)
-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

If you own a shop, think about joining the USS or SCA!

IMPORTANT: This siggy is getting interrupted because I lost my glasses. (Credit to @Chiroyce for the interruption´s BBCode)
Please set a status at Ocular by clicking the below image, to make @Jeffalo happy! #OcularStatusesTo5k
Interruption BBCode:
Please set a status at [url=https://ocular.jeffalo.net/?utm_campaign=Scratch%20signature%20link%20in%20<yourusername>%27s%20signature]Ocular[/url] by clicking the below image, to make [url=https://scratch.mit.edu/users/Jeffalo]@Jeffalo[/url] happy! #OcularStatusesTo2k :D
[url=https://ocular.jeffalo.net/?utm_campaign=Scratch%20signature%20banner%20in%20<yourusername>%27s%20signature][img]https://assets.scratch.mit.edu/get_image/.%2E/6c7975af8323a8ffbc74313ce7072f1e.png[/img][/url]
Kumquat slept in thy signature on Scratch. Kumquat openest thy place under your post
GIitchInTheMatrix
Scratcher
1000+ posts

Help with USB Gamepad extension implementation

misaPuding wrote:

GIitchInTheMatrix wrote:

(#36)
-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
I believe I've seen a few.

this is my signature
I have exactly 8934 posts

Powered by DjangoBB