Пікірлер
@ÎnțelegGaming
@ÎnțelegGaming 2 күн бұрын
can you make a engine game ? playlist ?
@TheWolfAround
@TheWolfAround 2 күн бұрын
I believe this will be a long journey and I'll do my best to create a 3D game engine from scratch using Vulkan. 😄
@ÎnțelegGaming
@ÎnțelegGaming 3 күн бұрын
i install but i can create a class form Rider is not show to me on i click on game on Rider
@TheWolfAround
@TheWolfAround 2 күн бұрын
So you created a class in Rider but you couldn't find its instance in the Unreal Engine Editor? Is this what you mean? If it is, there are several reasons I can think of: 1 - First you opened the Unreal Engine Editor and then opened Rider. If you open Unreal Editor first, your C++ classes won't be compiled and won't detected by the Editor. If this is the case, first open project in Rider and then open the Unreal Engine Editor either by clicking the Run(arrow shaped icon) or the Debug(insect shaped icon) button. You will be able to see your C++ classes in the Unreal Engine Editor. 2 - You created a class in Rider but you didn't compile it using Live coding. Press `ctrl + alt + f11` to compile your new class using live coding. 3 - You compiled your new class using live coding ( `ctrl + alt + f11`) but you still can't see it in the Unreal Engine Editor. If this is the case, sometimes live coding can be lagging, go to the newly created class' source file and press `ctrl + S` to save it, and then trigger live coding again by pressing `ctrl + alt + f11`. These are the reasons I can think of about your problem if I understand what you mean correctly. I tried to use simple English. If this explanation is a little bit hard to understand use ChatGPT to explain it for you. I hope this helps. Good luck 👍
@BILGI_PASA
@BILGI_PASA 4 күн бұрын
Thank you. It worked!
@emreproxtr
@emreproxtr 7 күн бұрын
yemin ederim aksandan anladim hemen turk oldugunu. yardimci oldun sagol.
@leonardoardila9949
@leonardoardila9949 7 күн бұрын
La versión trixie es la única que tiene compatibilidad con casi todas las tarjetas, ya he probado muchas y sin problema siguiendo el tutorial que entrega Debian
@Alp-r9f
@Alp-r9f 7 күн бұрын
harikasınn be
@S-Lomar
@S-Lomar 14 күн бұрын
❤❤❤❤❤❤❤❤❤❤😢😢😢😢😮😮😮😅😅😅😅😅😮😢😢😢😮😮😅😅😅😮😢😢😢😮😮😮😢😂😂😂❤❤❤❤❤❤❤❤
@Lachy12321
@Lachy12321 16 күн бұрын
nice video sir thank you
@TheWolfAround
@TheWolfAround 15 күн бұрын
I'm glad you found it helpful!
@screwdajuice
@screwdajuice 16 күн бұрын
thanks my canine friend
@TheWolfAround
@TheWolfAround 15 күн бұрын
May TheWolf always be Around of you, my friend 🐺
@charleslako
@charleslako 16 күн бұрын
My GPU is not detected how to get it detected to know wish drive to download
@TheWolfAround
@TheWolfAround 15 күн бұрын
1. Run `lspci` Command: - Open the terminal. - Type `lspci` and press Enter. Only type `lspci`. - A list of PCI devices will be displayed. Look for your GPU in this list manually. 2. If GPU Not Found: - Run `nvidia-detect`. - Follow the prompts to see if it suggests installing `nvidia-drivers`. - If prompted, install the drivers. I don't know which Linux distribution you are using but if you are using Debian 12, consider switching to MX Linux. MX Linux is a user-friendly version of Debian 12, with many tools designed to simplify tasks, including one-click NVIDIA driver installation. I hope this helps!😊
@charleslako
@charleslako 15 күн бұрын
Ubuntu 24.04
@charleslako
@charleslako 15 күн бұрын
Thanks for the reply
@jamesabbott3052
@jamesabbott3052 23 күн бұрын
Thank you for this video - it helped me out a lot.
@TheWolfAround
@TheWolfAround 23 күн бұрын
I'm glad this video was helpful for you. :) Stay tuned, There will be videos on Python and OpenCV where I'll demonstrate how to compile and configure them as required.
@Spagooter9375
@Spagooter9375 23 күн бұрын
I installed rider before watching this tutorial and I can't remember if selected "add bin folder to the path" or not. Is there a way to check?
@TheWolfAround
@TheWolfAround 23 күн бұрын
There is a way to check, open the settings window and follow the steps in the screenshot below. Image link: i.ibb.co/MhjPmhH/Screenshot-1.png
@mohamedalgabri5427
@mohamedalgabri5427 Ай бұрын
Is there a reason not using rider unreal version instead of the regular rider version?
@TheWolfAround
@TheWolfAround Ай бұрын
A highly functional IDE will be at your service for all kinds of programming tasks in this version, rather than being specific only to Unreal development.
@kztuptuo7076
@kztuptuo7076 Ай бұрын
And on older laptops with hybrid graphics that simply do not work. Yup you will have all drivers in the system yet, system will always prefearto use whatever gpu is build in to the laptop cpu, unless nvidia optimus offload is manually set by a user
@TheWolfAround
@TheWolfAround Ай бұрын
Yeah you are right about that, for the older notebooks the Nouveau driver is the only choice.
@TheWolfAround
@TheWolfAround Ай бұрын
I forgot to mention a few things in the video: 1 - You need to install "Git' to clone the public repository of GLFW either manually or using this script. 2 - You need a C++ development environment already setup that includes "CMake" and "MSVC (C++ Compiler)". (MSVC refers to either "Visual Studio" itself or "Build Tools for Visual Studio") I covered everything about a proper C++ development environment in this video: kzbin.info/www/bejne/qoGZf6tojpWWlas
@ÎnțelegGaming
@ÎnțelegGaming Ай бұрын
hello try Windsurf for coding please
@TheWolfAround
@TheWolfAround Ай бұрын
I'll see what I can do.
@gatOlegat
@gatOlegat Ай бұрын
Great start of the series, thanks for sharing this!
@TheWolfAround
@TheWolfAround Ай бұрын
Glad you enjoyed it!
@jamesabbott3052
@jamesabbott3052 Ай бұрын
Hi, thanks for the video. I have a Ubuntu 24.04 system with the Cuda Toolkit installed. I am trying to run opencv in python with GPU support. Can you do some videos on installing the Cuda Toolkit, installing cuDNN, and then compiling opencv to use the CPU. Most of the videos I have found are over a year old (some 3 years old) and seem to be outdated. Thank you in advance.
@TheWolfAround
@TheWolfAround Ай бұрын
I'll see what I can do.
@notstevee-e
@notstevee-e Ай бұрын
Thank you Sir
@chaosordeal294
@chaosordeal294 Ай бұрын
I think he's assuming you already have Visual Studio installed. If not, you need the Visual Studio Build Tools (but not all of VS).
@TheWolfAround
@TheWolfAround Ай бұрын
Feel free to check out these videos below. I already covered Microsoft's C++ build environment topics in my channel. kzbin.info/www/bejne/qoGZf6tojpWWlas kzbin.info/www/bejne/o4empH2vaKiVpLM
@saeedsolo2910
@saeedsolo2910 Ай бұрын
Sağ ol
@takyonyazılım
@takyonyazılım Ай бұрын
thankss 👏👏
@CapitiStudios
@CapitiStudios Ай бұрын
My rider options are faded out inside the engine. I can read the options but Can't click it :(
@TheWolfAround
@TheWolfAround Ай бұрын
Hmm, let's try to fix that. 1 - Close both Rider and Unreal Editor. 2 - Go the folder where you created the project. 3 - Find the file with the extension ".uproject", right click on it, and a context menu will open. 4 - Click "Generate Visual Studio project files" from the context menu. 5 - After generation, open the Unreal Editor. I haven't encountered an error like that before but I hope this will fix it.
@9thCrusade
@9thCrusade 2 ай бұрын
its such a good move from jetbrains to finally make a free learning license for rider
@metehanlol7321
@metehanlol7321 2 ай бұрын
bu bir türk aksanımı yoksa
@bingusdingus5209
@bingusdingus5209 2 ай бұрын
this is exactly what I was looking for, thank you so much
@ecoProgrammer
@ecoProgrammer 2 ай бұрын
This is badass! Im very new to JetBrains Rider, can i use this "free version" to make basic c++ projects? not unreal projects. just basic c++ projects that a beginner c++ student would make. or would i have to get CLion?
@TheWolfAround
@TheWolfAround 2 ай бұрын
No, you don't need CLion. You can use Rider for your basic C++ projects. You just need to create solution projects with Rider. Just launch Rider and click the "New Solution" button to create a project. You will have options to create a C++ project or a C# project. However, if you want to use Rider for C++ development, you will still need a robust C++ environment installed. Check out my other videos on setting up a professional C++ development environment on Windows and Linux. For Windows: kzbin.info/www/bejne/qoGZf6tojpWWlas For Linux: kzbin.info/www/bejne/Z3arXnevfKqDra8 Good luck on your programming journey! <3
@mortalxdtroll
@mortalxdtroll 2 ай бұрын
Thanks!