singleton-pattern topic

List singleton-pattern repositories

insanlar-icin-tasarim-desenleri

111
Stars
2
Forks
Watchers

Tasarım desenlerinin aşırı basitleştirilmiş Türkçe açıklamaları

Unity-Design-Pattern

4.1k
Stars
992
Forks
Watchers

:tea: All Gang of Four Design Patterns written in Unity C# with many examples. And some Game Programming Patterns written in Unity C#. | 各种设计模式的Unity3D C#版本实现

tasarim-desenleri-turkce-kaynak

3.3k
Stars
450
Forks
Watchers

Türkçe kaynağa destek olması amacıyla oluşturulmuş bir kaynaktır. Konu anlatımının yanı sıra C#, Java, Go, Python, Kotlin ve TypeScript gibi birçok dilde tasarım desenlerinin uygulamasını içermektedir...

interview-questions

3.3k
Stars
450
Forks
Watchers

Türkçe kaynağa destek olması amacıyla oluşturulmuş bir kaynaktır. Konu anlatımının yanı sıra C#, Java, Go, Python, Kotlin ve TypeScript gibi birçok dilde tasarım desenlerinin uygulamasını içermektedir...

DesignPatterns

257
Stars
72
Forks
Watchers

:key:Elements of Reusable Object-Oriented Software:unlock:is a software engineering book describing software design patterns. The book's authors are Erich Gamma, Richard Helm, Ralph Johnson and John V...

UnitySingleton

381
Stars
54
Forks
Watchers

The best way to implement singleton pattern in Unity.

Library-Management-System-JAVA

308
Stars
218
Forks
Watchers

📚 A sophisticated Library Management System designed in Java while following the concepts of decoupled layers (entities) and minimal code in interface (GUI).

Unity-Programming-Patterns

1.8k
Stars
253
Forks
Watchers

Implementations of programming design patterns in Unity with examples in C# when to use them.

yaSingleton

159
Stars
10
Forks
Watchers

A singleton pattern implementation for Unity3d. Based on ScriptableObjects instead of the conventional MonoBehaviour approach.