×
=0) { let js = text.slice(pos1, pos2); + '<\/' + "script" + '>'; arrText.push(js); // next pos1 = pos2; continue; } } } break; } return arrText; } function OpenDialog(parentDiv, urlContent) { parentDiv = document.getElementById('modal-background'); // new !!!!!!! parentDiv.appendChild(document.getElementById('modal-template')); document.getElementById('modal-background').style.display = "block"; document.getElementById('modal-template').style.display = "flex"; // !!!!! document.getElementById('modal-body').innerHTML = ""; post_url(urlContent, "", function(text_from_server) { var element = document.getElementById('modal-body'); element.innerHTML = text_from_server; // add scripts var arrJSText = get_scripts(text_from_server); for (var i=0; i
dir.by
Search
Programming, development, testing
→
Game development, game console "Nintendo Switch"
→
How to write a game in MonoGame for Nintendo Switch (download a special MonoGame library)
Looked at
1460
times
How to write a game using MonoGame C# for Nintendo Switch
last updated: 4 Augusta 2023
Starting in 2017, a game that uses
MonoGame
can run on the
Nintendo Switch
console.
Read more:
https://docs.monogame.net/articles/platforms.html
To write a game for the
Nintendo Switch
console, you need a special
MonoGame
library:
Step 1. (installation)
•
You need to register as a developer on the site Nintendo Switch ...
•
We get all access to Nintendo Developer Portal ...
• Inside
Nintendo Developer Portal
request access to specific
MonoGame
library from the middleware directory
Read more:
on the official website
MonoGame
...
Step 2. (write the game in
C#
)
Write a game in
C#
using the
MonoGame
library
Step 3. (compile and run the game)
Creating a
nsp
file using
Nintendo Switch SDK
and copying the
nsp
file to the console and starting the game...
← Previous topic
How to write a game in Unity for Nintendo Switch (download library Nintendo Switch Unity SDK)
Next topic →
How to write a game in C++ for Nintendo Switch (download library Nintendo Switch SDK)
Your feedback ... Comments ...
Your Name
Your comment
(www links can only be added by a logged-in user)
+ Picture
Объявления
Объявления
•
Register as a developer on the site Nintendo Switch
•
How to get full access to Nintendo Developer Portal to download the Nintendo Switch C++ SDK or Nintendo Switch Unity SDK library and start writing the game
•
How to write a game in Unity for Nintendo Switch (download library Nintendo Switch Unity SDK)
•
How to write a game in MonoGame for Nintendo Switch (download a special MonoGame library)
•
How to write a game in C++ for Nintendo Switch (download library Nintendo Switch SDK)
•
How to write a game in HTML, JavaScript for Nintendo Switch (download library Nintendo Switch SDK)
Ваши вопросы присылайте по почте:
info@dir.by