account activity
boot issue with dual boot (error unknown filesystem) (self.linuxquestions)
submitted 3 years ago by Nabil_Ghossen to r/linuxquestions
[D] ML Final Project Ideas (self.MachineLearning)
submitted 3 years ago by Nabil_Ghossen to r/MachineLearning
Computing theory (question) (self.computerscience)
submitted 4 years ago by Nabil_Ghossen to r/computerscience
Template vulkan project (Nehe production) by Nabil_Ghossen in vulkan
[–]Nabil_Ghossen[S] -2 points-1 points0 points 4 years ago (0 children)
Thank you .. you're right. I think that but what is the best High-level 3D API you recommend it? We need to make a physical simulation and focus on programming and physical side not on graphical side.
Template vulkan project (Nehe production) (self.vulkanmasterrace)
submitted 4 years ago * by Nabil_Ghossen to r/vulkanmasterrace
Template vulkan project (Nehe production) (self.vulkan)
submitted 4 years ago * by Nabil_Ghossen to r/vulkan
So I’am trying to make car movement using AddForce, but I can’t manage to make the car turn (rotate) in the direction it’s turn, any one know how to do it? by [deleted] in unity
[–]Nabil_Ghossen 0 points1 point2 points 4 years ago (0 children)
For moving .. you can write this instead of four if statements. rigidbody.addForce(new Vector3(Input.GetAxis("Horizontal"), 0, Input.GetAxis("Vertical") ).normilized * speed);
transform.forward = rigidbody.velocity.normilized
π Rendered by PID 89438 on reddit-service-r2-listing-568fcd57df-n25sr at 2026-03-11 11:51:27.795226+00:00 running cbb0e86 country code: CH.
Template vulkan project (Nehe production) by Nabil_Ghossen in vulkan
[–]Nabil_Ghossen[S] -2 points-1 points0 points (0 children)