Coder Social home page Coder Social logo

unity-framework's Introduction

CleaveFramework v0.2.5

A Unity3D C# application framework.

Quick Feature Overview

  • Unity Scene Management
    • Transitional Loading Scenes
    • Can automatically create SceneView context object at runtime through common naming convention.
    • Supports pre-created SceneView context object placed in Scene Hierarchy via UnityEditor
  • POCO Object Management with modular Interface support
    • Global Objects
      • Resolve object instances across your entire application in any scene or class
    • Scene Objects
      • Resolve scene specific object instances in any class
    • Reusable object container
      • Add, remove, or resolve objects of any type at any time.
      • Automatically initialize, update, and destroy objects.
  • Object Creation Factory supports C# Objects and Unity Component Attachments
    • Attach Constructors to MonoBehaviour Components
  • Automated Dependency Injection Module
    • Supports Field or Property injection into POCOs or MonoBehaviours
      • Bind interfaces to implementations
      • Binding of templated value or reference types to parameterized members
  • Global Application level Executable Command Queuing System
    • Reuse the Command Framework and Executable Command Queue Object in your own implementations with minimal code.
  • Private Command Subscription for Multi-Delegate Callbacks
  • Generic Data Binding Libraries
    • Bind and Resolve almost any two types together quickly and easily from one object.

Most of these features are optional modules you can use as much or as little of as your project requires.

License

The code is offered under the Apache 2.0 license which essentially gives you complete freedom for use and distribution. I do humbly request that if you are using and extending the code that you consider also offering those extensions back.

Documentation

Community

If you've got questions, want to request a feature, report a bug, or show off a project using the framework come talk about it on reddit

unity-framework's People

Contributors

cleavetv avatar sebastien-f avatar

Watchers

Moqi avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.