All Projects → Entitas-Redux → Similar Projects or Alternatives

688 Open source projects that are alternatives of or similar to Entitas-Redux

Design Patterns
Описание и реализация самых популярных шаблонов проектирования
Stars: ✭ 72 (-14.29%)
Mutual labels:  design-patterns
HexMapMadeInUnity2019ECS
Auto Create Map System Made with Unity 2019 ECS
Stars: ✭ 54 (-35.71%)
Mutual labels:  ecs
Designpattern
设计模式
Stars: ✭ 66 (-21.43%)
Mutual labels:  design-patterns
Symfony-code-snippets
Over 100 Symfony Code Snippets for PhP code And Over 80 Twig Code Snippets. Just type the letters 'sf' to get a list of all available Symfony Code Snippets. For Twig Just Type the Tag name and you will get AutoCompletion.
Stars: ✭ 15 (-82.14%)
Mutual labels:  entity
Design Pattern Samples App
🎨 Exploring creational,structural and behavioral design patterns using Kotlin
Stars: ✭ 62 (-26.19%)
Mutual labels:  design-patterns
Python Design Patterns
Python Design Patterns
Stars: ✭ 55 (-34.52%)
Mutual labels:  design-patterns
design-pattern
设计模式学习配套代码
Stars: ✭ 51 (-39.29%)
Mutual labels:  design-pattern
Python Design Patterns
My notes on design patterns with implementations in Python.
Stars: ✭ 49 (-41.67%)
Mutual labels:  design-patterns
ngrx-entity-schematic
Angular schematic for quickly scaffolding NgRx Entities
Stars: ✭ 26 (-69.05%)
Mutual labels:  entity
terraform-aws-ecs-cluster
Creates an ECS cluster backed by an Auto Scaling Group
Stars: ✭ 57 (-32.14%)
Mutual labels:  ecs
Design Patterns Python
💻 Padrões de Projeto em Python
Stars: ✭ 246 (+192.86%)
Mutual labels:  design-patterns
Uml Diagram For Python Design Pattern Examples
UML diagram list of GoF design pattern examples written in Python.
Stars: ✭ 40 (-52.38%)
Mutual labels:  design-patterns
PlantUMLDesignPatterns
No description or website provided.
Stars: ✭ 34 (-59.52%)
Mutual labels:  design-patterns
SDK-python
SAP Conversational AI official SDK for Python
Stars: ✭ 22 (-73.81%)
Mutual labels:  entity
barcelona
PaaS built on top of AWS
Stars: ✭ 46 (-45.24%)
Mutual labels:  ecs
ecs-mesh-workshop
This handy workshop help the customers to quickly launch ECS with service mesh support on top of mixed type of instance in all commercial regions (include China), and also provides hands-on tutorials with best practices. It can be customized easily as per need.
Stars: ✭ 17 (-79.76%)
Mutual labels:  ecs
aws-ecs-orb
An orb that simplifies deployment to Amazon's Elastic Container Service (ECS). Supports both EC2 and Fargate launch types.
Stars: ✭ 48 (-42.86%)
Mutual labels:  ecs
Node.js Design Patterns Third Edition
Node.js Design Patterns Third Edition, published by Packt
Stars: ✭ 239 (+184.52%)
Mutual labels:  design-patterns
hecs
An experimental ECS written in Javascript.
Stars: ✭ 16 (-80.95%)
Mutual labels:  ecs
Binarytraits.jl
Can do or not? It's easy. See https://tk3369.github.io/BinaryTraits.jl/dev/
Stars: ✭ 30 (-64.29%)
Mutual labels:  design-patterns
jw-design-library
A library of product design patterns comprised of code, usage and guidelines.
Stars: ✭ 16 (-80.95%)
Mutual labels:  design-patterns
Awesome Scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
Stars: ✭ 36,688 (+43576.19%)
Mutual labels:  design-patterns
Java Interview Questions
1000+ Java Interview Questions
Stars: ✭ 212 (+152.38%)
Mutual labels:  design-pattern
Syndra
3D Game Engine/Renderer
Stars: ✭ 40 (-52.38%)
Mutual labels:  ecs
Wordpress Admin Style
Shows the WordPress admin styles on one page to help you to develop WordPress compliant
Stars: ✭ 871 (+936.9%)
Mutual labels:  design-patterns
Javastudspringmvcweb
This is annotation based on Spring and Hibernate Version 4 project.
Stars: ✭ 24 (-71.43%)
Mutual labels:  design-patterns
Android-XML-to-PDF-Generator
This library is for convert XML to PDF very easily using Step Builders Pattern
Stars: ✭ 140 (+66.67%)
Mutual labels:  design-pattern
Di
DI: C++14 Dependency Injection Library
Stars: ✭ 756 (+800%)
Mutual labels:  design-patterns
Angularjs In Patterns
AngularJS in patterns - this repository provides different look into AngularJS. It contains information where different design patterns are used inside the framework or any Angular application.
Stars: ✭ 1,959 (+2232.14%)
Mutual labels:  design-pattern
thelegendofericc
Single player roguelike tile-based game written in Java using LibGDX and Ashley
Stars: ✭ 22 (-73.81%)
Mutual labels:  ecs
Clean Architecture Manga
🌀 Clean Architecture with .NET6, C#10 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
Stars: ✭ 3,104 (+3595.24%)
Mutual labels:  design-patterns
Design Patterns Php
Design Pattern Examples in PHP
Stars: ✭ 682 (+711.9%)
Mutual labels:  design-patterns
Core Spring Patterns
设计模式 by 波波微课
Stars: ✭ 142 (+69.05%)
Mutual labels:  design-pattern
Clean Ts Api
API em NodeJs usando Typescript, TDD, Clean Architecture, Design Patterns e SOLID principles
Stars: ✭ 619 (+636.9%)
Mutual labels:  design-patterns
JavaScript-design-patterns
Examples of popular design patterns in JavaScript
Stars: ✭ 41 (-51.19%)
Mutual labels:  design-patterns
Coordinator
Implementation of Coordinators app design pattern.
Stars: ✭ 616 (+633.33%)
Mutual labels:  design-patterns
Designpatterns
🔑Elements of Reusable Object-Oriented Software🔓is a software engineering book describing software design patterns. The book's authors are Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides with a foreword by Grady Booch.
Stars: ✭ 134 (+59.52%)
Mutual labels:  design-pattern
Javamtp
《Java多线程编程实战指南(设计模式篇)》源码
Stars: ✭ 575 (+584.52%)
Mutual labels:  design-patterns
eShopOnWeb
Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Stars: ✭ 8,250 (+9721.43%)
Mutual labels:  design-patterns
Java design patterns
Java 实现的面向对象设计模式示例, 创建者、抽象工厂、工厂方法、原型、单例、适配器、桥接、组合、装饰器、备忘录、观察者、状态、策略、模板方法、访问者
Stars: ✭ 547 (+551.19%)
Mutual labels:  design-patterns
gof design patterns
GoF Design Patterns implemented in modern C++.
Stars: ✭ 21 (-75%)
Mutual labels:  design-patterns
Designpatterns
Simple repository containing one simple example for all existing patterns in C#
Stars: ✭ 231 (+175%)
Mutual labels:  design-patterns
Designpatterns
经典设计模式讲解以及项目实战(Java版)
Stars: ✭ 540 (+542.86%)
Mutual labels:  design-patterns
neo4j-aws-causal-cluster
Neo4j Enterprise Causal Cluster on AWS ECS by GetSocial
Stars: ✭ 24 (-71.43%)
Mutual labels:  ecs
Rust Design Pattern
rust design patterns
Stars: ✭ 529 (+529.76%)
Mutual labels:  design-patterns
Rexlin600.github.io
系列博客、涵盖领域广、不定时更新、欢迎加入
Stars: ✭ 102 (+21.43%)
Mutual labels:  design-pattern
dokr
Helper package for docker and ECS tasks
Stars: ✭ 17 (-79.76%)
Mutual labels:  ecs
Designpatternslibrary
A comprehensive design patterns library implemented in C#, which covers various design patterns from the most commonly used ones to the lesser-known ones. Get familiar with and learn design patterns through moderately realistic examples.
Stars: ✭ 485 (+477.38%)
Mutual labels:  design-patterns
Getx pattern
Design pattern designed to standardize your projects with GetX on Flutter.
Stars: ✭ 225 (+167.86%)
Mutual labels:  design-patterns
JS-design-pattern
根据曾探所著《JavaScript设计模式与开发实践》整理的学习笔记
Stars: ✭ 31 (-63.1%)
Mutual labels:  design-patterns
Program Blog
Practice, thinking and reading
Stars: ✭ 228 (+171.43%)
Mutual labels:  design-patterns
Restaurant App
Restaurant App 🍔 is a sample open-source e-Commerce 🛒 application for ordering foods, powered by polyglot microservices architecture and cross-platform development including mobile and web
Stars: ✭ 471 (+460.71%)
Mutual labels:  design-patterns
HeadFirstDesignPatternsSwift
An implementation of examples from "Head First Design Patterns", written in Swift.
Stars: ✭ 20 (-76.19%)
Mutual labels:  design-patterns
Dotnet New Caju
Learn Clean Architecture with .NET Core 3.0 🔥
Stars: ✭ 228 (+171.43%)
Mutual labels:  design-patterns
Run Aspnetcore
A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 227 (+170.24%)
Mutual labels:  design-patterns
Urf.core
Unit of Work & Repositories Framework - .NET Core, NET Standard, Entity Framework Core. 100% extensible & lightweight. Live demo: https://goo.gl/QpJVgd
Stars: ✭ 226 (+169.05%)
Mutual labels:  design-patterns
design-patterns-php
All Design Patterns Samples in PHP
Stars: ✭ 43 (-48.81%)
Mutual labels:  design-patterns
goodcode
A curated collection of annotated code examples from prominent open-source projects
Stars: ✭ 184 (+119.05%)
Mutual labels:  design-patterns
aws-ecs-devops-using-aws-cdk
This repository provides a general DevOps practices such MSA, IaC, CICD and Monitoring. AWS various services are used to provide DevOps best practices.
Stars: ✭ 110 (+30.95%)
Mutual labels:  ecs
Javascript Design Patterns For Humans
An ultra-simplified explanation of design patterns implemented in javascript
Stars: ✭ 2,818 (+3254.76%)
Mutual labels:  design-patterns
301-360 of 688 similar projects