IndieRevo
IndieRevo
  • 83
  • 381 653
New Nintendo Switch Game | QwikWits | Europe Trailer
Trailer of my new Nintendo Switch game QwikWits, released in Europe today! QwikWits is a fun and fast-paced party game with both solo-player and multi-player modes. The game combines trivia questions with a variety of interactive challenges, ensuring that players are constantly entertained and tested both mentally and physically. In solo-play mode, dive into the challenge by either facing off against three cunning computer opponents or embarking on a solo winning streak. Your goal is to answer as many questions correctly as possible, racking up points and climbing the leaderboard. The more questions you answer, the higher your score. Test your knowledge and speed across a variety of question types, from general knowledge and brain teasers to reaction tests and picture questions. Stay sharp and aim for the top! The multi-player mode allows up to four players to compete against each other. Gather your friends or family and see who can earn the coveted title of Qwikest Wit.
Find it on the Nintendo eShop: www.nintendo.com/en-gb/Games/Nintendo-Switch-download-software/QwikWits-2639703.html#overview
#nintendo #nintendoswitch #videogames
zhlédnutí: 13

Video

New Nintendo Switch Game | QwikWits | America Trailer
zhlédnutí 18Před 14 dny
Trailer of my new Nintendo Switch game QwikWits, released in America today! QwikWits is a fun and fast-paced party game with both solo-player and multi-player modes. The game combines trivia questions with a variety of interactive challenges, ensuring that players are constantly entertained and tested both mentally and physically. In solo-play mode, dive into the challenge by either facing off ...
Install SonarQube from Scratch | Part Three
zhlédnutí 8Před 21 dnem
In this video I go through how to address some of the issues raised by a SonarQube code analysis. This is the third video in a series of SonarQube tutorials. The first video covered the installation and setup of SonarQube, and the second covered the pipeline configuration, using Bitbucket. I'd suggest to get the most out of this video you watch the first two in this series.
Install SonarQube from Scratch | Part Two
zhlédnutí 14Před 21 dnem
In this video I show the steps required to begin analysing code using SonarQube. This is the second part of a series, so ideally watch part one first: czcams.com/video/6w2dms3sYX8/video.htmlfeature=shared I will be using Bitbucket Pipelines, so to make the most of this video create a free Atlassian Bitbucket account and commit a test .NET project to it.
Install SonarQube from Scratch | Part One
zhlédnutí 33Před měsícem
In this video I install and do the basic setup steps that allow you to login to the SonarQube dashboard. This is the preliminary stage to setting up projects so that your code can be analysed. These are the links to the download pages: SonarQube: www.sonarsource.com/products/sonarqube/downloads/ JDK17: www.oracle.com/uk/java/technologies/downloads/#java17 This is the checklist which may help yo...
How To: Create Custom YOLO Object Detection Model (Vehicle Badges)
zhlédnutí 64Před 4 měsíci
In this video I show you how to create a custom object detection model using YOLOv8 that will be trained to detected Mercedes Benz and Volkswagen vehicle badges. At the end of the video I'll do some testing to see how accurate the model is at detecting and predicting these badges. There are around 30 steps to go through, so for convenience I have made a note of these below. Also, here are some ...
Custom YOLO model detecting Mercedes Benz badge
zhlédnutí 117Před 4 měsíci
Custom object detection model (YOLOv8) detecting badges on a Mercedes Benz. #yolo #objectdetection #ai
Amazing Lego Rubik's Cube Solver!
zhlédnutí 210Před 4 měsíci
I was amazed by this Lego Mindstorm / Technic gadget that takes a jumbled up Rubik's cube and solves it in just over a minute. #shorts
YOLO Bird Detection with Python and OpenCV
zhlédnutí 542Před 4 měsíci
In this video I write a Python script that uses OpenCV and a YOLO object detection model to identify images of birds within an MP4 video stream. If a bird is detected, the script captures the frame and saves it as a JPG image locally. Find it on Github: github.com/indierevo/bird-detect-1
Make and Publish a GPT in the ChatGPT Online Store
zhlédnutí 219Před 7 měsíci
In this video I am going to go through the process of creating and publishing a GPT in the new ChatGPT Store. What is a GPT? A GPT is a custom way of interacting with ChatGPT, created by anyone with a ChatGPT Plus account. There is no coding experience required, and the whole process can take as little as 5 minutes. Once published, your custom GPT appears in the Store and people can start using...
Coding Azure AI Vision to do Facial Recognition
zhlédnutí 287Před 7 měsíci
In this video I am going to write some C# code that uses Azure’s AI Vision service to perform facial recognition on a collection of JPG images. Each image will be analysed, and if a face is detected a red rectangle will be drawn around it. Also the file will be renamed to something meaningful. Source on GitHub: github.com/indierevo/Azure-AI-Face-Recognition
Analyze an Image with ChatGPT4 Vision and Postman
zhlédnutí 202Před 7 měsíci
Until quite recently, ChatGPT and the OpenAI API had been restricted to receiving text data only. There is now a new model called GPT4 Vision that allows you to send an image through the OpenAI API and get back answers and information about the image, describing it, giving it a title, and so on. In this video I will give a quick demo of how to use this new model using Postman. I will send it an...
C# .NET Coding | Microsoft Azure AI Vision | Analyse an image and rename it based on the content
zhlédnutí 167Před 8 měsíci
#AI #AzureAI #ImageAnalysis #MachineLearning #AIProgramming #ComputerVision #CognitiveServices #TechTutorial #Development #Coding #DotNet #Microsoft #VisualStudio #Azure In this video I create a C# .NET console app that uses the Microsoft Azure AI Vision service to analyse a bunch of images and rename them based on their content. I’ll be working with 50 images, which aren’t sorted or named in a...
Coding React ChatGPT Web App | Part 3: Setting the Subject
zhlédnutí 40Před rokem
Coding React ChatGPT Web App | Part 3: Setting the Subject
Coding React ChatGPT Web App | Part 2: Setting Tone and Style
zhlédnutí 31Před rokem
Coding React ChatGPT Web App | Part 2: Setting Tone and Style
Coding React ChatGPT Web App | Part 1: Getting Started
zhlédnutí 100Před rokem
Coding React ChatGPT Web App | Part 1: Getting Started
Coding C# to use the OpenAI Chat API
zhlédnutí 497Před rokem
Coding C# to use the OpenAI Chat API
How To: Train the OpenAI Chat API (ChatGPT)
zhlédnutí 183Před rokem
How To: Train the OpenAI Chat API (ChatGPT)
Coding a C# Console App to interact with the OpenAI (ChatGPT) API
zhlédnutí 2KPřed rokem
Coding a C# Console App to interact with the OpenAI (ChatGPT) API
How To: Post a request to OpenAI API (ChatGPT) using Postman
zhlédnutí 2KPřed rokem
How To: Post a request to OpenAI API (ChatGPT) using Postman
Building a Blazor "Hello World" App
zhlédnutí 443Před rokem
Building a Blazor "Hello World" App
Deploy Unreal Engine 5 Template Projects to the Nintendo Switch Development Kit
zhlédnutí 12KPřed rokem
Deploy Unreal Engine 5 Template Projects to the Nintendo Switch Development Kit
Unreal Engine 5 and Nintendo Switch | Template Projects Deployed to Development Unit
zhlédnutí 1,5KPřed rokem
Unreal Engine 5 and Nintendo Switch | Template Projects Deployed to Development Unit
Nintendo Switch Dev | Character Movements | Unity
zhlédnutí 133Před 2 lety
Nintendo Switch Dev | Character Movements | Unity
Nintendo Switch Dev | Dog Control | Unity
zhlédnutí 116Před 2 lety
Nintendo Switch Dev | Dog Control | Unity
Nintendo Switch Dev | Testing Bow and Arrow | Unreal Engine
zhlédnutí 723Před 2 lety
Nintendo Switch Dev | Testing Bow and Arrow | Unreal Engine
Nintendo Switch Dev | NPC Movement | Unity
zhlédnutí 77Před 2 lety
Nintendo Switch Dev | NPC Movement | Unity
Nintendo Switch Dev | Collections of Clips | Unity
zhlédnutí 59Před 2 lety
Nintendo Switch Dev | Collections of Clips | Unity
Nintendo Switch Dev | Barrel Pushing | Unity
zhlédnutí 79Před 2 lety
Nintendo Switch Dev | Barrel Pushing | Unity
Unreal Engine 4 Test Project Deployed to Nintendo Switch Development Kit
zhlédnutí 6KPřed 2 lety
Unreal Engine 4 Test Project Deployed to Nintendo Switch Development Kit

Komentáře

  • @benweller
    @benweller Před 25 dny

    Would you be able to upload a text file with the HTML code

  • @rialdoerasmus6255
    @rialdoerasmus6255 Před měsícem

    Hi on 2:22 you said you can also send the base64 encoded data in the place of an image_url? In what video did you do this?

  • @Flatlander81
    @Flatlander81 Před 2 měsíci

    When I run the GenerateProjectFiles I get an prompt that "Some Platforms were skipped due to invalid SDK setup" do you have any idea what could be prompting that? I've installed the 16.2 Nintendo SDK which is referenced in the Epic provided Switch files.

  • @PRyuzaki
    @PRyuzaki Před 2 měsíci

    Poderia colocar os arquivos amigo, tenho dificuldade de achar 😢

  • @ricardopino941
    @ricardopino941 Před 3 měsíci

    love the song, are you doing nintendo porting?

  • @Drizzz1le
    @Drizzz1le Před 3 měsíci

    @IndieRevo Can you send me the SDK files download link? I'm having trouble trying to get access to them bc Nintendo keeps rejecting my application for access. I'm nor planning on releasing a game, I am just making a demo for a school project.

    • @indierevo3495
      @indierevo3495 Před 3 měsíci

      Unfortunately the SDK is something you download using a desktop app that Nintendo give you when you become a publisher, so there isn't any link I can share. What did Nintendo say when they rejected your application? What reasons did they give?

  • @enmingwang6332
    @enmingwang6332 Před 3 měsíci

    Great tutorial! I saw there were two API keys in the yaml file, is that one for YOLO and one for OpenAI?

    • @indierevo3495
      @indierevo3495 Před 3 měsíci

      Thanks! Do you mean the YAML file at 13:30 in the video? I don't think there is an API key in there. I don't use OpenAI in this tutorial. Did you mean in one of my other videos? I have done a few on OpenAI that included API keys.

  • @lemetamax
    @lemetamax Před 4 měsíci

    Is nn.hid namespace a part of Nintendo switch's unity editor support or is it a third party package?

  • @elligemini
    @elligemini Před 4 měsíci

    been fighting all day long to go through all these steps, encountering issues at each and figuring out a way to fix them, but i'm definitely stuck at step 11. No matter what I try, I always get a list of errors, with no clue how to fix them. Has anyone encountered that?

    • @indierevo3495
      @indierevo3495 Před 4 měsíci

      What errors do you get, can you send me some examples?

    • @elligemini
      @elligemini Před 4 měsíci

      @@indierevo3495 hi! Thanks for the reply. I actually just managed to fix my issues Yesterday by trying with a previous version of Unreal, and got a template running on my devkit. I forgot to update my post here! Sorry about that~

    • @indierevo3495
      @indierevo3495 Před 4 měsíci

      @@elligemini No problem at all, I'm glad you fixed it

  • @123baum123
    @123baum123 Před 4 měsíci

    thanks for explanation!

  • @JuanGomez-bu4bm
    @JuanGomez-bu4bm Před 4 měsíci

    Hello, what is your email address? I would like to contact you

  • @CNetter
    @CNetter Před 5 měsíci

    thanks

    • @EmomaliOlimov
      @EmomaliOlimov Před 4 měsíci

      "It worked! Which version of .NET did you use, can you tell me?"

    • @EmomaliOlimov
      @EmomaliOlimov Před 4 měsíci

      Worked for them, but didn't work for me. Can you help me?

    • @CNetter
      @CNetter Před 4 měsíci

      @@EmomaliOlimov Weid, i did exactly did he did. what is not working for you?

  • @alexvisuals3D
    @alexvisuals3D Před 5 měsíci

    Hey there ! Just saw you've create a project using Mobile as the target platform. Is it mandatory for a Nintendo Switch game ? Thanks

  • @AbhishekKarkera
    @AbhishekKarkera Před 5 měsíci

    This was helpful. I got an error saying the Davinci model has been deprecated. I was able to run the code with gpt-3.5-turbo-instruct. Had to comment out maxtoken though.

    • @CNetter
      @CNetter Před 5 měsíci

      I used gpt-3.5-turbo-instruct and didnt have to comment out maxtoken 🤷🏽‍♂

    • @EmomaliOlimov
      @EmomaliOlimov Před 4 měsíci

      "It worked! Which version of .NET did you use, can you tell me?"

  • @godfreyogbeide2340
    @godfreyogbeide2340 Před 5 měsíci

    Is it possible to create an AI chatBot that chat with a dummy Json data, using C#.Net, Rea ct, openai

  • @godfreyogbeide2340
    @godfreyogbeide2340 Před 5 měsíci

    Very good tutorial

  • @gumboe2007
    @gumboe2007 Před 6 měsíci

    Is there a limit on the number of requests per month or per second?

    • @indierevo3495
      @indierevo3495 Před 6 měsíci

      Yes there is a limit, I think it’s 5000 per minute

    • @Skiinye
      @Skiinye Před 6 měsíci

      ⁠@@indierevo3495what’s the chances of 5000 searches per min?

  • @SlitDiver
    @SlitDiver Před 6 měsíci

    This was helpful, thank you

    • @EmomaliOlimov
      @EmomaliOlimov Před 4 měsíci

      "It worked! Which version of .NET did you use, can you tell me?"

    • @EmomaliOlimov
      @EmomaliOlimov Před 4 měsíci

      Worked for them, but didn't work for me. Can you help me?

  • @ezramallo7519
    @ezramallo7519 Před 6 měsíci

    Thank you so much. This was helpful.

    • @EmomaliOlimov
      @EmomaliOlimov Před 4 měsíci

      "It worked! Which version of .NET did you use, can you tell me?"

  • @CryptoGround
    @CryptoGround Před 7 měsíci

    Hey, For Nintendo Option is it required for Unity Pro, And Also I registered at Nintendo Developer where i will got its sdk

    • @indierevo3495
      @indierevo3495 Před 7 měsíci

      When you sign up as a developer you also need to pay for the Switch dev kit, and then Nintendo will give you Unity Pro for free as well as tools that let you download the SDK

    • @CryptoGround
      @CryptoGround Před 7 měsíci

      @@indierevo3495 can u create a video on topic, It will help me like many others.

    • @conabe
      @conabe Před 6 měsíci

      @@CryptoGround that would be hard because all major game platforms (Steam, PS, Xbox, and Nintendo) all put you under a non-disclosure agreement therefore if you are talking about anything on the funny website you shall mysteriously disappear and/or be sued by the Nintendo Ninjas

    • @CryptoGround
      @CryptoGround Před 6 měsíci

      @@conabe if you blur the whole screen and shows only where to click it will be ok

  • @CryptoGround
    @CryptoGround Před 7 měsíci

    Hey, My unity build setting does have Nintendo switch option. How you got that

    • @indierevo3495
      @indierevo3495 Před 7 měsíci

      Hi, yes you need a Switch Dev Kit from Nintendo, which includes the Nintendo SDK

    • @CryptoGround
      @CryptoGround Před 7 měsíci

      @@indierevo3495 How i can got, Is their any guide

  • @spirit_green
    @spirit_green Před 7 měsíci

    Good news, I managed to buy the boot disc off of a friend from Denmark. Now all I gotta do is wait for it to get here. I'm looking forward to this.

    • @indierevo3495
      @indierevo3495 Před 7 měsíci

      Good, if you need any help let me know.

    • @spirit_green
      @spirit_green Před 7 měsíci

      @@indierevo3495 I'll keep you posted. Thanks! :)

  • @IRONFRIDGE
    @IRONFRIDGE Před 8 měsíci

    Do i can use a normal switch for development and shipping?

    • @indierevo3495
      @indierevo3495 Před 8 měsíci

      No you have to use a Switch Dev Kit which you can get from Nintendo

    • @IRONFRIDGE
      @IRONFRIDGE Před 8 měsíci

      @@indierevo3495 ah i see ok thanks

  • @X2011racer
    @X2011racer Před 8 měsíci

    1:35 What the...? I never saw something like this happen! Look at Player 4's screen!

    • @indierevo3495
      @indierevo3495 Před 8 měsíci

      Well spotted, I'd never seen that before 😄

  • @sebastienchaput6019
    @sebastienchaput6019 Před 8 měsíci

    Thank ! Works for me... didn't work at the end when I clicked add to source control and then Git, but I closed VS and open the project back and it's there !

  • @spirit_green
    @spirit_green Před 8 měsíci

    Thank you for uploading these videos. I'm still on the quest for looking for a boot disc for sale for my Net Yaroze (I ended up buying everything separately) I know there's the CD-R method but I want to try and find the actual boot disc alone first. Soon as I get that, I'm going to follow this tutorial!

  • @erniemey5432
    @erniemey5432 Před 8 měsíci

    What is the def kit ? Is it software or a switch?

    • @indierevo3495
      @indierevo3495 Před 8 měsíci

      The dev kit is a Switch Development unit that can be bought direct from Nintendo

  • @divyanshsao3846
    @divyanshsao3846 Před 8 měsíci

    TO me this says only post requests are accepted but I have selected post in the postman

  • @jaroslavkodousek7304
    @jaroslavkodousek7304 Před 10 měsíci

    Perfect step by step video. Thank you very much for this tutorial!

  • @tylercathey8848
    @tylercathey8848 Před 10 měsíci

    Hey! i was wondering, does nanite still work when ported to switch?

  • @niccolotemperanza1780
    @niccolotemperanza1780 Před 11 měsíci

    Is it possible to do this with a switch with cfw that runs unsigned code instead of a Development Kit?

    • @indierevo3495
      @indierevo3495 Před 11 měsíci

      Possibly, I've never tried it myself though. Let me know if it works and I might do a video on it.

  • @swazyyfn-officiel
    @swazyyfn-officiel Před rokem

    1. You need a nintendo switch

  • @user-py2vo1gz4t
    @user-py2vo1gz4t Před rokem

    fyi, dotnet 6.0 has changed the entire architecture, and now inserts a proxy which comes with a whole set of other problems.

  • @_sore1899_
    @_sore1899_ Před rokem

    how do i get switch dev kit?!?!?!?

    • @indierevo3495
      @indierevo3495 Před rokem

      Hi, you need to go onto the Nintendo Developer portal and register for a Switch Dev account, and pay something like £400. They will then send you a dev kit.

    • @_sore1899_
      @_sore1899_ Před rokem

      @@indierevo3495 thx

  • @_sore1899_
    @_sore1899_ Před rokem

    how did u get the test aplication on your switch?

  • @joshuastories
    @joshuastories Před rokem

    Very cool

  • @superfreek1811
    @superfreek1811 Před rokem

    1. Am I doing it right? I'm on the Nintendo Developer Portal and I requested the Switch Dev Kit. 2. If I'm doing it right, how long does it take to get a response?

    • @indierevo3495
      @indierevo3495 Před rokem

      Hi, did you pay your fee to Nintendo? I know I had to complete the form, then pay a fee of around £400 for the developer kit, then I received it a week or so later. This was in 2018, however, so the process may have changed.

  • @VinceBoothe
    @VinceBoothe Před rokem

    screencast if very blurry -

    • @indierevo3495
      @indierevo3495 Před rokem

      The first minute of the video, the background is deliberately blurred to give focus to the console app. From that point on, the video runs clearly at 1080p, or should do at least.

  • @2005Azm
    @2005Azm Před rokem

    I just discovered this channel, and the content is priceless. Thank you for sharing..

  • @darrellwallace6061
    @darrellwallace6061 Před rokem

    'Promo sm'

  • @joshua42777
    @joshua42777 Před rokem

    Thank you so much for sharing!

  • @redwolf831
    @redwolf831 Před rokem

    Can you make a tutorial about publishing a game on the switch?

  • @elef6547
    @elef6547 Před rokem

    SimpleExpandableListItem1??? in lstNotes.Adapter !!! (15:44)

  • @brianhaner8447
    @brianhaner8447 Před rokem

    Did you have to purchase the development kit from Nintendo?

    • @indierevo3495
      @indierevo3495 Před rokem

      Yes, through the Nintendo Developer portal. There should be an order form on there.

  • @MiguelSotoBaez
    @MiguelSotoBaez Před rokem

    I'ts Work with Lumen?

  • @user-ip4hv7yh5s
    @user-ip4hv7yh5s Před rokem

    What do I need to do to play it on the Switch? An SD card with many of storage space?

    • @indierevo3495
      @indierevo3495 Před rokem

      You need a Switch dev kit first, you can't deploy ROM files to the consumer Switch.

    • @StrangerGS6084
      @StrangerGS6084 Před rokem

      @@indierevo3495 even if it's modded?

  • @Roman-uy7qp
    @Roman-uy7qp Před rokem

    I love it when I find a video and it's just exactly what I have spent three days looking for.

  • @DrexDinisSG
    @DrexDinisSG Před rokem

    Link of GitHub package

  • @spam.stuff.things
    @spam.stuff.things Před rokem

    Please make more videos like this. It seems to be the only tutorial on youtube about Switch development :o This is a nightmare, Nintendo just throws you into the deep vast ocean.

    • @indierevo3495
      @indierevo3495 Před rokem

      Yes Nintendo aren't great at providing tutorials. Do you have a Switch development kit then?

    • @spam.stuff.things
      @spam.stuff.things Před rokem

      @@indierevo3495 yes, since yesterday. And the videos on Nintendo site are a joke. I just dissect the few basic samples they provide (the ones I need the most are pre-built, without the source code) and read the docs and API reference which has no examples. I'm like wow: I thought I hate iOS development xD

    • @indierevo3495
      @indierevo3495 Před rokem

      @@spam.stuff.things Congratulations on getting the dev kit! I've developed a couple of Switch games in Unity using the dev kit, and I've found that the main areas to understand are 1) the build process (e.g. how to build the ROM file); 2) the input system (how to get input from the joycons; 3) how to write and retrieve saved data (such as high scores etc). I found these three areas the trickiest to understand. But I got there in the end! If you have any questions don't hesitate to ask. I will also do more videos when I have the time!

    • @trzrekzii9361
      @trzrekzii9361 Před rokem

      @@spam.stuff.thingsHello! I’ve tried to get access to the SDK too but I got rejected. I’ve got a website with a description and a gameplay video of my project. I that enough? Can you share you’re experience? Thanks!

  • @Alejandro-md1ek
    @Alejandro-md1ek Před rokem

    WoW