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țelegGaming3 күн бұрын
i install but i can create a class form Rider is not show to me on i click on game on Rider
@TheWolfAround2 күн бұрын
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_PASA4 күн бұрын
Thank you. It worked!
@emreproxtr7 күн бұрын
yemin ederim aksandan anladim hemen turk oldugunu. yardimci oldun sagol.
@leonardoardila99497 күн бұрын
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
My GPU is not detected how to get it detected to know wish drive to download
@TheWolfAround15 күн бұрын
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!😊
@charleslako15 күн бұрын
Ubuntu 24.04
@charleslako15 күн бұрын
Thanks for the reply
@jamesabbott305223 күн бұрын
Thank you for this video - it helped me out a lot.
@TheWolfAround23 күн бұрын
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.
@Spagooter937523 күн бұрын
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?
@TheWolfAround23 күн бұрын
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Ай бұрын
Is there a reason not using rider unreal version instead of the regular rider version?
@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Ай бұрын
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Ай бұрын
Yeah you are right about that, for the older notebooks the Nouveau driver is the only choice.
@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Ай бұрын
hello try Windsurf for coding please
@TheWolfAroundАй бұрын
I'll see what I can do.
@gatOlegatАй бұрын
Great start of the series, thanks for sharing this!
@TheWolfAroundАй бұрын
Glad you enjoyed it!
@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Ай бұрын
I'll see what I can do.
@notstevee-eАй бұрын
Thank you Sir
@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Ай бұрын
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Ай бұрын
Sağ ol
@takyonyazılımАй бұрын
thankss 👏👏
@CapitiStudiosАй бұрын
My rider options are faded out inside the engine. I can read the options but Can't click it :(
@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.
@9thCrusade2 ай бұрын
its such a good move from jetbrains to finally make a free learning license for rider
@metehanlol73212 ай бұрын
bu bir türk aksanımı yoksa
@bingusdingus52092 ай бұрын
this is exactly what I was looking for, thank you so much
@ecoProgrammer2 ай бұрын
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?
@TheWolfAround2 ай бұрын
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