Hakan Yildiz's repositories
OpenGL-Framework
C++ OpenGL renderer. GLFW, assimp libraries for models, shaders and textures. Lights, shadows, visual effects, skyboxes.
Unity-AI-Module
Code practice including a finite state machine and Goap approach with Enemy A.I Config, state machine, stats, behaviour.
OpenGL-Renderer-Rust-
OpenGL with Rust
Rust_Fundamentals_2
LKD OYK 2024 Winter Camp Rust 101 notes and further studies.
SDL-Framework-Implementation
C++ SDL Application. Vectors, shapes, ui, buttons, all from scratch. Pacman, breakout and tetris is complete. Asteroids TODO.
WebbySoftware
Portfolio Project with ASP.NET as a webapi. Elephant sql on postgresql. Droplet on digital ocean. Currently live.
Flutter-Fastapi-Todolist
A to do list application api created with FastApi using python and sqlite. Using this api, a basic application is created with flutter. Models are generated with getx and the list of users with mail addresses are sent to the main screen.
Flutter-Fundamentals
Dart Language Fundamentals including essential features and functions. Flutter app for making a mail list with basic functionality and states. Flutter login page using getX framework and get functions. Notes relating to all these concepts.
MessagingApp
A console app for websocket is established. Flutter app is created to display the sent message. The app also accepts multiple participants.
Nextjs-Dashboard
Next.js dashboard project.
permafrost-engine
An OpenGL RTS game engine written in C
Python-Blender-API
Python API testing
Rust_Fundamentals
Learning Rust lang fundamentals and gitpod.io functionality. Basic fundamental funcs and implementations.
Unity-2D-Radiance-Cascade-Demo
Demo 2D implementation of radiance cascade global illumination in Unity.
Vulkan-API
Purpose of this repository is to create a Vulkan renderer from scratch, using Vulkan API.
WebSocketApp
Using ASP.NET, MVC Project is required and a websocket is configured. On frontend, javascript is utilized to send and receive responses. Similarly, a console app within the same project is also able to reach the websocket and transfer data. Archived for future use.