Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
-
Updated
Nov 3, 2020 - C#
{{ message }}
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
CQRS/ES toolkit for Go
YEDDA: A Lightweight Collaborative Text Span Annotation Tool. Code for ACL 2018 Best Demo Paper Nomination.
Entity-Component-System (ECS) with a focus on ease-of-use, runtime extensibility and compile-time type safety and clarity.
Ruby persistence framework with entities and repositories
Compose, decouple and manage domain logic and data persistence separately. Works particularly great for composing form objects!
SapphireDb Server, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core
Google Datastore Entities Modeling for Node.js
chatbot_ner: Named Entity Recognition for chatbots.
Entitas++ is a fast Entity Component System (ECS) C++11 port of Entitas C#
基于Dapper的LINQ扩展,支持Lambda表达式,支持按时间分库分表,也可以自定义分库分表方法,且实体类有T4模版自动生成.省去手写实体类的麻烦。已在实际项目使用
Show multiple entity states and attributes on entity rows in Home Assistant's Lovelace UI
Use Moqui Framework to build enterprise applications based on Java. It includes tools for databases (relational, graph, document), local and web services, web and other UI with screens and forms, security, file/resource access, scripts, templates, l10n, caching, logging, search, rules, workflow, multi-instance, and integration.
A C++14 Entity Component System
A simple and lightweight Entity Component System library for writing games with Clojure and ClojureScript.
An Android ChatBot powered by Watson Services - Assistant, Speech-to-Text and Text-to-Speech on IBM Cloud.
Features a Networking Framework to be used on top of Unity Networking, in order to implement an Authoritative Server with Lag Compensation, Client-Side Prediction/Server Reconciliation and Entity Interpolation
Resources for Tutorial on "Utilizing Knowledge Graphs in Text-centric Information Retrieval"
Unity HTFramework, a rapid development framework of client to the unity.
A data-marshaling toolset
A Java/Kotlin library for Android platform, to manage bean's persistence in SQLite, SharedPreferences, JSON, XML, Properties, Yaml, CBOR.
Add a description, image, and links to the entity topic page so that developers can more easily learn about it.
To associate your repository with the entity topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Would like the ability to specify the collation alongside the charset. Especially for Mysql.
Describe the solution you'd like
A new collate option that sets the default collation used.
Describe alternatives you've considered
I've though about manually adjusting the generated migration files, which mostly solves thi