walid-chekkouri
C++ Engineer and Unreal Engine Developer Familiar with C,C++, Java and Unreal Engine 4 technology.
Morocco
Pinned Repositories
Cpp-Concurrent-Traffic-Simulation
Multithreaded traffic simulator using a real urban map. Each vehicle runs on a separate thread, showcases management of intersections to facilitate traffic flow and avoid collisions.
Cpp-Route-Planning-Project
Using OpenStreetMap data and the IO2D visualization library to build a route planner that finds a path between two points on a real-world map
Cpp-System-Monitor
Writing object-oriented Cpp to build a Linux system monitor similar to the widely used htop application. The system monitor shows you what’s happening on your computer: processes, id, CPU and memory usage, and much more.
Cpp_Projects_and_Learning_Files
Examples and Tests of many Cpp Concepts: Sorting_Searching_FileStreams_Threads and many other Cpp Concepts as well as mini projects such as ConsoleGames
Cpp_QT
Creating GUI apps in Qt using Cpp
Cpp_UE4_Live_3D_Desktop_Wallpaper_Maker
Dynamic Desktop Wallpaper tool made using UE4 in C++ and BP
Doc-On-The-Lock-Game-SFAS
My UE4 game project submission for the 2021 Search For A Star Competition. It showcases the use of the Gameplay Ability System and AI
Java_Finding_Most_Starred_Github_Repos-Project
Android Studio project in java to display the most starred Github repos of the last 30 days, it fetches the sorted JSON data directly from the Github API
UE4_AI-with-Blueprints
Demonstrated example of Navigation, Perception, Behavior Trees, and the Environment Query System (EQS) using the Blueprint visual scripting system
UE4_Cpp_FPS_TestingGrounds
A Hunger-Games inspired FPS with large outdoor terrains. Advanced AI, basic networking, pickups, skeletal meshes, checkpoints and more. (From UE4 Course: GameDev.tv)
walid-chekkouri's Repositories
walid-chekkouri/Cpp_UE4_Live_3D_Desktop_Wallpaper_Maker
Dynamic Desktop Wallpaper tool made using UE4 in C++ and BP
walid-chekkouri/UE4_AI-with-Blueprints
Demonstrated example of Navigation, Perception, Behavior Trees, and the Environment Query System (EQS) using the Blueprint visual scripting system
walid-chekkouri/Java_Finding_Most_Starred_Github_Repos-Project
Android Studio project in java to display the most starred Github repos of the last 30 days, it fetches the sorted JSON data directly from the Github API
walid-chekkouri/UE4_Cpp_FPS_TestingGrounds
A Hunger-Games inspired FPS with large outdoor terrains. Advanced AI, basic networking, pickups, skeletal meshes, checkpoints and more. (From UE4 Course: GameDev.tv)
walid-chekkouri/Cpp-Route-Planning-Project
Using OpenStreetMap data and the IO2D visualization library to build a route planner that finds a path between two points on a real-world map
walid-chekkouri/Cpp-System-Monitor
Writing object-oriented Cpp to build a Linux system monitor similar to the widely used htop application. The system monitor shows you what’s happening on your computer: processes, id, CPU and memory usage, and much more.
walid-chekkouri/Dynamic-Programming-to-solve-CoinChange-Problems
Using DP to solve CoinChange Problem
walid-chekkouri/E-Commerce-Retro-Games-Project
Online shopping project using Spring MVC and Hibernate
walid-chekkouri/Cpp-Concurrent-Traffic-Simulation
Multithreaded traffic simulator using a real urban map. Each vehicle runs on a separate thread, showcases management of intersections to facilitate traffic flow and avoid collisions.
walid-chekkouri/Doc-On-The-Lock-Game-SFAS
My UE4 game project submission for the 2021 Search For A Star Competition. It showcases the use of the Gameplay Ability System and AI
walid-chekkouri/3D-Interactive-Graphics
Programming graphics using JavaScript using three.js library/API. Course exercises from Udacity Course about basic principles of 3D computer graphics: meshes, transforms, cameras, materials, lighting, and animation.
walid-chekkouri/Binary-Search
Binary Search using C++
walid-chekkouri/C_Inter_Process_Communication_Examples
Examples of IPC: pipes and shared memory
walid-chekkouri/Capstone-Project
walid-chekkouri/Cpp-A-star-Search
Small demo to showcase the A* Search Algorithm using C++
walid-chekkouri/Cpp-Memory-Management-Chatbot
Optimized the Chatbot code using modern C++ memory management techniques such as smart pointers and move semantics.This chatbot answers questions about C++!
walid-chekkouri/Cpp-Monitor-Object-Pattern-Demo
a design pattern that synchronizes concurrent method execution to ensure that only one method at a time runs within an object
walid-chekkouri/Cpp-STL-Data-Structures
Using Data Structures from the STL in C++ such as Lists, Maps, Deque
walid-chekkouri/Cpp_Garbage-Collector
Creation of a custom Garbage Collector in C++
walid-chekkouri/EpicSurvivalGameSeries
Third-person Survival Game for Unreal Engine 4 (Sample Project)
walid-chekkouri/FPS_Multi_Test
walid-chekkouri/From-Scratch
Creating Array, LinkedList, BST & Graph Classes from scratch in C++
walid-chekkouri/Greedy-Algorithm-for-the-Fractional-Knapsack
Greedy Algorithm for the Fractional Knapsack using Cpp
walid-chekkouri/Image_Classifier_with_Keras_MachineLearning
Using Keras to build and train a neural network model to classify images.
walid-chekkouri/JDBC-Questions-and-Answers-Generator
Questions and answers generator in Java with JDBC
walid-chekkouri/LeetCode-AtCoder-HackerRank-Challenges-with-Solutions
My solutions for some LeetCode & AtCoder Problems
walid-chekkouri/QuickSort-and-MergeSort-in-Cpp
Implementation of QuickSort and MergeSort in Cpp
walid-chekkouri/test
walid-chekkouri/UE4_BP_Simple_Examples
Examples of BP functionalities and BP communication
walid-chekkouri/UnrealBodyPlugin
An unreal engine plugin for simulating a full body with finger IK in virtual reality.