{"id":26284113,"url":"https://github.com/judelco/core","last_synced_at":"2025-05-07T12:11:35.980Z","repository":{"id":77849949,"uuid":"208434495","full_name":"JuDelCo/Core","owner":"JuDelCo","description":"Service locator (IoC Container), object factory, util classes and lots of services to ease the development of C# applications and games","archived":false,"fork":false,"pushed_at":"2025-04-08T13:59:49.000Z","size":529,"stargazers_count":27,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-07T12:11:31.272Z","etag":null,"topics":["async","core","csharp","eventbus","events","extensions","fsm","game","gamedevelopment","ioc","ioc-container","ioc-framework","observables","promises","services","tasks","unity","unity3d","utility","utility-library"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JuDelCo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-14T12:03:28.000Z","updated_at":"2025-04-25T01:26:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"33ebf9e3-2ff1-46e2-af2e-754946b6c703","html_url":"https://github.com/JuDelCo/Core","commit_stats":null,"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuDelCo%2FCore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuDelCo%2FCore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuDelCo%2FCore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuDelCo%2FCore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuDelCo","download_url":"https://codeload.github.com/JuDelCo/Core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252873903,"owners_count":21817715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["async","core","csharp","eventbus","events","extensions","fsm","game","gamedevelopment","ioc","ioc-container","ioc-framework","observables","promises","services","tasks","unity","unity3d","utility","utility-library"],"created_at":"2025-03-14T18:21:09.593Z","updated_at":"2025-05-07T12:11:35.974Z","avatar_url":"https://github.com/JuDelCo.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"JuCore\n=====================\n\nService locator with lots of useful services and util classes to ease the development of C# apps and games.\n\nAny feedback is welcome !\n\n\nSee also\n=====================\n\n- [JuCore Math](https://github.com/JuDelCo/CoreMath) - Linear algebra math library, also 2D/3D physics, noise functions and IK\n- [JuCore ECS](https://github.com/JuDelCo/CoreECS) - Deterministic lightweight ECS framework\n\n\nInstall\n=====================\n\nThe Wiki explains [**how to install**](https://github.com/JuDelCo/Core/wiki/Usage.Getting-Started) the library for your specific case. Below is a quick summary:\n\n- For **Unity**, update the dependencies in the ```/Packages/manifest.json``` file in your project folder by adding:\n\n```json\n\t\"com.judelco.core\": \"https://github.com/JuDelCo/Core.git#v1.49.0\",\n```\n\n- For native **.NET projects**, **Godot**, etc... run the following command in the console of your .NET project to add the package:\n\n```bash\n\tdotnet add package JuDelCo.Lib.Core\n```\n\n\nDocumentation\n=====================\n\nGo to the Wiki to learn how to [**install**](https://github.com/JuDelCo/Core/wiki/Usage.Getting-Started) and [**use**](https://github.com/JuDelCo/Core/wiki) this framework. The API is documented there too.\n\nhttps://github.com/JuDelCo/Core/wiki\n\n\nContents\n=====================\n\n#### Install\n- [Getting Started](https://github.com/JuDelCo/Core/wiki/Usage.Getting-Started)\n- [Unity Projects](https://github.com/JuDelCo/Core/wiki/Usage.Unity-Projects)\n- [Native C# Projects](https://github.com/JuDelCo/Core/wiki/Usage.Native-CSharp-Projects)\n\n#### Manual\n- [Service Container](https://github.com/JuDelCo/Core/wiki/Usage.Service-Container)\n- [Custom Services](https://github.com/JuDelCo/Core/wiki/Usage.Custom-Services)\n- [Logging](https://github.com/JuDelCo/Core/wiki/Usage.Logging)\n- [TimeUpdate Events](https://github.com/JuDelCo/Core/wiki/Usage.TimeUpdate-Events)\n- [LinkHandlers](https://github.com/JuDelCo/Core/wiki/Usage.LinkHandlers)\n\n#### Services\n- [Cache](https://github.com/JuDelCo/Core/wiki/API.Service.Cache)\n- [Coroutine](https://github.com/JuDelCo/Core/wiki/API.Service.Coroutine)\n- [EventBus](https://github.com/JuDelCo/Core/wiki/API.Service.EventBus)\n- [Input](https://github.com/JuDelCo/Core/wiki/API.Service.Input)\n- [Task](https://github.com/JuDelCo/Core/wiki/API.Service.Task)\n- [Time](https://github.com/JuDelCo/Core/wiki/API.Service.Time)\n\n#### Util\n- [Extensions](https://github.com/JuDelCo/Core/wiki/API.Util.Extensions)\n- [Clocks](https://github.com/JuDelCo/Core/wiki/API.Util.Clocks)\n- [Color](https://github.com/JuDelCo/Core/wiki/API.Util.Color)\n- [Conversion](https://github.com/JuDelCo/Core/wiki/API.Util.Conversion)\n- [Crypt](https://github.com/JuDelCo/Core/wiki/API.Util.Crypt)\n- [Data](https://github.com/JuDelCo/Core/wiki/API.Util.Data)\n- [FSM](https://github.com/JuDelCo/Core/wiki/API.Util.FSM)\n- [Gradient](https://github.com/JuDelCo/Core/wiki/API.Util.Gradient)\n- [Hjson/Json](https://github.com/JuDelCo/Core/wiki/API.Util.Hjson)\n- [ObjectPool](https://github.com/JuDelCo/Core/wiki/API.Util.ObjectPool)\n- [Observables](https://github.com/JuDelCo/Core/wiki/API.Util.Observables)\n- [Promises](https://github.com/JuDelCo/Core/wiki/API.Util.Promises)\n- [Random](https://github.com/JuDelCo/Core/wiki/API.Util.Random)\n- [Span](https://github.com/JuDelCo/Core/wiki/API.Util.Span)\n- [Timers](https://github.com/JuDelCo/Core/wiki/API.Util.Timers)\n\n#### Unity3D Services\n- [Cache](https://github.com/JuDelCo/Core/wiki/API.Unity.Service.Cache)\n- [Input](https://github.com/JuDelCo/Core/wiki/API.Unity.Service.Input)\n- [Log](https://github.com/JuDelCo/Core/wiki/API.Unity.Service.Log)\n- [PrefabPool](https://github.com/JuDelCo/Core/wiki/API.Unity.Service.PrefabPool)\n- [Time](https://github.com/JuDelCo/Core/wiki/API.Unity.Service.Time)\n- [Unity](https://github.com/JuDelCo/Core/wiki/API.Unity.Service.Unity)\n\n#### Unity3D Integrations\n- [Behaviour Extensions](https://github.com/JuDelCo/Core/wiki/API.Unity.Behaviour-Extensions)\n- [Util Extensions](https://github.com/JuDelCo/Core/wiki/API.Unity.Util-Extensions)\n\n\nThe MIT License (MIT)\n=====================\n\nCopyright © 2016-2025 Juan Delgado (@JuDelCo)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjudelco%2Fcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjudelco%2Fcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjudelco%2Fcore/lists"}