- Notifications
You must be signed in to change notification settings - Fork1
Service locator (IoC Container), object factory, util classes and lots of services to ease the development of C# applications and games
License
JuDelCo/Core
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Service locator with lots of useful services and util classes to ease the development of C# apps and games.
Any feedback is welcome !
- JuCore Math - Linear algebra math library, also 2D/3D physics, noise functions and IK
- JuCore ECS - Deterministic lightweight ECS framework
The Wiki explainshow to install the library for your specific case. Below is a quick summary:
- ForUnity, update the dependencies in the
/Packages/manifest.json
file in your project folder by adding:
"com.judelco.core":"https://github.com/JuDelCo/Core.git#v1.45.0",
- For native.NET projects,Godot, etc... run the following command in the console of your .NET project to add the package:
dotnet add package JuDelCo.Lib.Core
Go to the Wiki to learn how toinstall anduse this framework. The API is documented there too.
https://github.com/JuDelCo/Core/wiki
- Extensions
- Clocks
- Color
- Conversion
- Crypt
- Data
- FSM
- Gradient
- Hjson/Json
- ObjectPool
- Observables
- Promises
- Random
- Span
- Timers
Copyright © 2016-2025 Juan Delgado (@JuDelCo)
Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS INTHE SOFTWARE.
About
Service locator (IoC Container), object factory, util classes and lots of services to ease the development of C# applications and games