-
Neytek Software
- Ankara
- https://webbysoftinit.com/
- in/hakan-yildiz-029845132
Self-Progression
OOP Case for vehicle passing system. Classes for vehicle types using interface/roof class, balance class for payment distinction, reporting daily balance and total passcount on windows forms. Sever…
Tetris Game Example using C# WPF. Ghost blocks added. Game not flowing smoothly, incomplete.
First coded OOP example, real estate concept. Interfaces, methods inside methods, generic types, datetime, overloads, using list functions for sorting entries, creating a new object using user data…
E-Commerce Website with multilayered architecture using ASP.NET framework. 5 projects are merged into one sln, including models, data access layer, business logic layer and the UI layer as a whole …
Generation of caves using Cellular Automata algorithm. Unity Script.
First game on Unity. Character movement, AI Navigation, Dialogue System, Questing, Enemy, NPCs. Work will continue.
Third Person Character Movement. Animation with combat stance and walk stance. Three hit combo test. Terrain Generation using Assets.
First Unity game that utilizes many properties of Unity game engine. Including navmesh components, animation changes, basic mechanics, object pooling, difficulty setting, modal window and UI implem…
Basic exercises with vertices, triangles, normals and meshes. Basic Exercises with HLSL.
C++ OpenGL renderer. GLFW, assimp libraries for models, shaders and textures. Lights, shadows, visual effects, skyboxes.
🚀 A curated list of awesome articles, videos, and other resources to learn and practice software architecture, patterns, and principles.
Map Application with Cesiumjs and OpenLayerMap. Maps are linked with event listeners. Postgresql db and text files log the coordinates entered for future reference.
C++ SDL Application. Vectors, shapes, ui, buttons, all from scratch. Pacman, breakout and tetris is complete. Asteroids TODO.