Skip to content
  • Categories
  • Recent
  • Groups
  • Users
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Zephyr)
  • No Skin
Collapse
Brand Logo
VGMooseundefined

VGMoose

@VGMoose
Admin
About
Posts
699
Topics
86
Shares
0
Groups
17
Followers
165
Following
0
Medals

Posts

Recent Best Controversial

  • coding...
    VGMooseundefined VGMoose

    @danniltrifonov Looks good! If you use try...except blocks you can make it more error proof (eg. if someone types a string, or a tries to divide by zero)

    More info: https://www.w3schools.com/python/python_try_except.asp

    Development

  • I Quit!
    VGMooseundefined VGMoose

    suprised pikachu

    General

  • i feel like this needs to be updated...
    VGMooseundefined VGMoose

    Here's where the URL is supposed to point to, and we'll update the rules accordingly: https://www.nimh.nih.gov/health/topics/[censored]-prevention

    BrowseDNS Complaints, Questions and Warning Appeals.

  • Rendering 3D in the browser without WebGL (Zdog)
    VGMooseundefined VGMoose

    More 3D experiments: https://vgmoose.bdns.dev/3d/zdogXperiments/

    From this repo: https://github.com/gregja/zdogXperiments?tab=readme-ov-file

    Web Development

  • Rendering 3D in the browser without WebGL (Zdog)
    VGMooseundefined VGMoose

    The Zdog library lets you render 3D directly to a <canvas> element and also has good compatibility on the Switch browser and otherm limited browsers: https://zzz.dog

    Example:

    (source URL: https://vgmoose.bdns.dev/3d/ )

    Web Development

  • What happened to the rep titles?
    VGMooseundefined VGMoose

    They were removed during a nodebb upgrade due to an incompatibility with the plugin they require. We'll bring them back when this is fixed!

    BrowseDNS Complaints, Questions and Warning Appeals.

  • I can't flag anything
    VGMooseundefined VGMoose

    I can replicate the same bug on Switch, looking into a fix

    Bug Reports

  • Google images poll
    VGMooseundefined VGMoose

    Hmm, it's not impossible: https://www.reddit.com/r/googlecloud/comments/126efns/is_the_google_images_api_still_available/

    Custom Search JSON API provides 100 search queries per day for free.

    We went with pixabay since it's got a free API, but adding Google Images as an alternate option would be nice.

    Suggestions / Requests

  • Browser Timeout: "This Screen will be closed."
    VGMooseundefined VGMoose

    @DoctorL0ve You just set the DNS up in settings, and then try to launch YouTube (from the eShop, instead of connection test). Then, it'll open the browser, and after timing out, will automatically re-open itself.

    Switch

  • Any tips to get websites working on Nintendo Switch Lite?
    VGMooseundefined VGMoose

    @coaisntlucid This category has topics where other users have shared sites that work well: https://browsedns.net/category/14/useful-sites

    For AI chat, for now you can DM @BrowseGPT on this forum.

    Websites and Internet Devices

  • Windows XP Simulator
    VGMooseundefined VGMoose

    This site simulates Windows XP, and runs great on console browsers!!

    URL: https://pranx.com/windows-xp-simulator/

    Useful Sites

  • Suggestions for Default URLs?
    VGMooseundefined VGMoose

    Does anyone have recent suggestions for updating the default links?

    Specifically, what sites work well on the limited browser, and would be helpful to access quickly?

    Think like, basic html games, or text-based sites, certain social medias, or simple sites, etc

    Useful Sites

  • switchbru account recovery.
    VGMooseundefined VGMoose

    Try the reset page at: https://switchbru.com/account/ (And check spam for the email it sends)

    Suggestions / Requests

  • [release] CaptiveDNS - Access the browser on the Switch locally (self-host instructions)
    VGMooseundefined VGMoose

    Updated this app with some newer connection test URLs, and a fix for the Mac app erroring in some scenarios.

    Websites and Internet Devices

  • its not letteing me play fortnight
    VGMooseundefined VGMoose

    @malakie If you mean the DNS is preventing online games from working, follow these instructions to reset your network config: https://en-americas-support.nintendo.com/app/answers/detail/a_id/22411/~/how-to-manually-enter-dns-settings-on-nintendo-switch

    Technical Support

  • FUZE4: Code games on Nintendo Switch
    VGMooseundefined VGMoose

    There's a FUZE4 forum too, and they've announced that they're hosting a Gamejam ending on June 1st: https://fuzearena.com/forum/topic/2233/fuze-gamejam-36-theme-move

    Their forum is also on nodebb which makes it look similar to ours :eyes:

    I don't see any networking options, although you can share your code with others. It supports controllers and touch, including oddly enough the IR camera on the joycon. So you could do local co-op, at least. Maybe the limitations there are enforced by Nintendo.

    There's a $1 "player" app, so others can use that to play your games without buying FUZE4 itself. Although, it feels like this should be free! That would make it easier to spread games: https://www.nintendo.com/us/store/products/fuze-player-switch/

    Web Development

  • is the "not all content could be loaded pls Refresh" Error a limit by nintend?
    VGMooseundefined VGMoose

    This notification is due to the Switch running out of RAM/memory when loading the page, and also happens on the WiiU and 3DS browsers as well.

    On one hand it could be considered a limitation, but since the browser runs as an applet (it's not a full app or game) it only has access to a limited amount of memory in the first place. This is why the browser is able to work while running another game-- it's very light on resources.

    Switchbru

  • any way to reduce lag here on the switch?
    VGMooseundefined VGMoose

    We're working on https://chat.browsedns.net/ to address this, but it's not 100% ready yet. The goal is to access the same chat messages as this site but in an easier to use way. I'd appreciate some feedback if anyone tries it out on Switch!

    BrowseDNS Tech Support

  • FUZE4: Code games on Nintendo Switch
    VGMooseundefined VGMoose

    It is proprietary, but the language is similar to python, so most concepts will carry over into other engines.

    It reminds me most of using pygame on PC: https://www.patternsgameprog.com/series/discover-python-and-patterns/ with the input loop, game logic and displaying text/graphics

    Web Development

  • FUZE4: Code games on Nintendo Switch
    VGMooseundefined VGMoose

    Here's a review from another developer: https://www.g33kchris.net/blog/fuze-4-switch-review

    Web Development
  • 1 / 1
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Groups
  • Users
  • Tags
  • Popular