Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Service locator (IoC Container), object factory, util classes and lots of services to ease the development of C# applications and games

License

NotificationsYou must be signed in to change notification settings

JuDelCo/Core

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 !

See also

  • JuCore Math - Linear algebra math library, also 2D/3D physics, noise functions and IK
  • JuCore ECS - Deterministic lightweight ECS framework

Install

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

Documentation

Go to the Wiki to learn how toinstall anduse this framework. The API is documented there too.

https://github.com/JuDelCo/Core/wiki

Contents

Install

Manual

Services

Util

Unity3D Services

Unity3D Integrations

The MIT License (MIT)

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

Topics

Resources

License

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp