https://github.com/danny-vd/vdframework
A class library separated between a C# and Unity specific version that contains an implementation of the Singleton pattern and a bunch of other useful utilities and extension functions, most notably a centralised event system
https://github.com/danny-vd/vdframework
csharp csharp-library framework unity
Last synced: 12 months ago
JSON representation
A class library separated between a C# and Unity specific version that contains an implementation of the Singleton pattern and a bunch of other useful utilities and extension functions, most notably a centralised event system
- Host: GitHub
- URL: https://github.com/danny-vd/vdframework
- Owner: Danny-vD
- Created: 2020-01-29T10:12:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-04T13:29:48.000Z (about 1 year ago)
- Last Synced: 2025-03-24T11:56:55.971Z (about 1 year ago)
- Topics: csharp, csharp-library, framework, unity
- Language: C#
- Homepage:
- Size: 10.6 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VDFramework
A class library separated between a C# and Unity specific version that contains an implementation of the Singleton pattern and a bunch of other useful utilities and extension functions, most notably a static `EventManager` that allows classes to subscribe and unsubscribe from events.