Bright Side Side
@BrightSideSide
0
0
Playcanvas + replit?
So a while back I stumbled upon a web page showing how you could code Playcanvas in Glitch which got me intrusted whether I can do the same with Replit rather than Glitch and I have been struggling to do so ever since (it doesn't help that I have lost the original article were I got the idea from)
If you don't know what Glitch is it's basically replit but its focus is on the server-side of things
If you don't know what Playcanvas is it's basically if unity was a website
glitch -> https://glitch.com/
playcanvas -> https://playcanvas.com/
ZeenaFarook @BrightSideSide It's okay maybe search on google or send that code to me I might be able to fix it .😁😀
11 months ago
ZeenaFarook @BrightSideSide Happy Easter holidays .I'll send a code so you could have a look at that10 months ago
15
6
0
⚫first, you need to get a 3d model, you can do so by making your own one in Blender, Paint 3d, etc
⚫Then export the model as a GLB file and upload it
HTML, CSS, JS
1
donutthis is a 3d simulator that simulates a donut using the advanced user interface
of modelviewer.dev
78
3
1
hi, I know the basics of multithreading and how it works but I still need help as there are not a lot of youtube videos or websites that have multithr
Coder100 It works pretty much the same with all other C languages.
https://www.thoughtco.com/multi-threading-in-c-with-tasks-958372#:~:text=How%20to%20Use%20Multi-Threading%20With%20Tasks%20in%20C%23,it%2C%20make%20use%20of%20a%20Thread%20Pool.%202 years ago
Can anyone tell me how can I generate a random number in C#?
if it is possible
WWEMONSTERMONST It's just easy you can just use the following code:
Random rnd = new Random();
int num1 = rnd.Next(1, 13); // creates a number between 1 and 12
int num2 = rnd.Next(1, 7); // creates a number between 1 and 6
int num3 = rnd.Next(52); // creates a number between 0 and 51
`2 years ago
i just want to know can i make apps in html5 for android phones ?
Coder100 No. It can only run on browsers like google chrome or microsoft edge. If you want to make an androind application, use android studio2 years ago