Giter Club home page Giter Club logo

Comments (15)

Wolfyxon avatar Wolfyxon commented on June 1, 2024

I'm not sure. I should probably first make a settings menu since this might get a bit annoying sometimes so it can be turned off.

from 3ds-web-stuff.

Trickiy avatar Trickiy commented on June 1, 2024

After thinking and realizing that the L/R triggers are also disabled it might be possible to use some of the old input detection system code.(specifically the parts that reconize the L/R triggers) which would allow for more things to be possible. like being able to use the triggers for jetfighter allowing lobbying of bombs and launching homing missles, and use them to control the camera instead of the D-pad for 3d games giving more freedom of movement.

from 3ds-web-stuff.

Wolfyxon avatar Wolfyxon commented on June 1, 2024

I utilize all the usable buttons. Buttons such as L can only be detected on the New 3DS using the gamepad API, but you can't stop the browser from doing their default action - in this case showing the history (or bookmarks, don't remember exactly).

from 3ds-web-stuff.

Trickiy avatar Trickiy commented on June 1, 2024

So it's not possible to make L/R do the default action and a second action on top of it.

from 3ds-web-stuff.

Wolfyxon avatar Wolfyxon commented on June 1, 2024

It is possible but only on the New 3DS and I think it would be annoying to open browser menus whenever you have to do something in the game.

from 3ds-web-stuff.

Trickiy avatar Trickiy commented on June 1, 2024

But having the game open in a new tab and press L/R doesn't open the browser menus. So are you saying you want the games to be the same on old and new 3ds's? If so yes it would be annoying. So I guess I am asking for new 3ds exclusive games then.

from 3ds-web-stuff.

Wolfyxon avatar Wolfyxon commented on June 1, 2024

Oh sorry I mistook L and R buttons with the smaller ones, that would work but yeah it would be a N3DS exclusive sadly.

from 3ds-web-stuff.

Trickiy avatar Trickiy commented on June 1, 2024

So can new 3ds mode be a toggle in settings so that the 3d gun game and more could be more playable on new 3ds while keeping it playable on old, and I quickly need to say off topic I know but it's lent right now and my family is giving up tech so I will be quiet till easter sadly.

from 3ds-web-stuff.

Wolfyxon avatar Wolfyxon commented on June 1, 2024

This would require a partial rollback to the old input detection system since the Webkit gamepad API does not have events and the inputs must be checked in a loop which lowers the performance, but I'll think about it if there's a better way.

lent right now and my family is giving up tech so I will be quiet till easter sadly.

Alright see you soon and thanks for you help!

from 3ds-web-stuff.

magiczocker10 avatar magiczocker10 commented on June 1, 2024

The idea isn't bad, but don't know how we should do it for old 3DS. It doesn't have tabs.

from 3ds-web-stuff.

Trickiy avatar Trickiy commented on June 1, 2024

Just have the feature be new 3ds only or somehow make tabs functional on I want to say client side but it sounds wrong eh you understand.

from 3ds-web-stuff.

Trickiy avatar Trickiy commented on June 1, 2024

The idea isn't bad, but don't know how we should do it for old 3DS. It doesn't have tabs.

After thinking for a while clearing previously viewed links from recent history stored in the back arrow after opening a game or app would probably work. How would it be done? dk

from 3ds-web-stuff.

Wolfyxon avatar Wolfyxon commented on June 1, 2024

JavaScript executed on pages can't do such things. It would require hijacking the browser.

from 3ds-web-stuff.

Trickiy avatar Trickiy commented on June 1, 2024

I personally would've tried to highjacking the browser already just to remove the limitation that are placed on the browser. Also maybe using a different language along side JavaScript would have usefull functionality that possibly could do the clearing without hijacking.

from 3ds-web-stuff.

Wolfyxon avatar Wolfyxon commented on June 1, 2024

JavaScript is the only programming language that can be executed on the 3DS browser (except HTML and CSS but they're not really programming languages), JavaScript is especially made for the web. Also no matter the language, the browser would never allow any page to elevate its permissions to the point where it changes the browser itself.

from 3ds-web-stuff.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.