Ecs

Top 23 Ec Open-Source Projects

  • consul

    Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.

  • Project mention: Deploy Secure Spring Boot Microservices on Amazon EKS Using Terraform and Kubernetes | dev.to | 2023-11-23

    The JHipster scaffolded sample application has a gateway application and two microservices. It uses Consul for service discovery and centralized configuration.

  • A-Frame

    :a: Web framework for building virtual reality experiences.

  • Project mention: Show HN: 3D Framework for the Web. Built on Svelte and Three.js | news.ycombinator.com | 2024-04-29

    Cool project!

    For those who prefer a more vanilla approach, A-frame [1] is nice.

    [1] https://aframe.io/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • awesome-aws

    A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.

  • entt

    Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more

  • Project mention: Using Jolt with flecs & Dear ImGui: Game Physics Introspection | dev.to | 2024-04-17

    EnTT is a popular alternative to flecs for C++, which has different performance/memory characteristics.

  • Entitas

    Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity

  • Project mention: Entitas VS Friflo.Json.Fliox - a user suggested alternative | libhunt.com/r/Entitas | 2024-01-30
  • Project mention: Added Physics to my enemies - Unity DOTS. Pretty happy with the result! Time to tweak | /r/Unity3D | 2023-05-25

    Sure. This is the repo. It contains more than Physics

  • scope

    Monitoring, visualisation & management for Docker & Kubernetes

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • flecs

    A fast entity component system (ECS) for C & C++

  • Project mention: ECS, Finally | news.ycombinator.com | 2023-12-30

    I've also been enjoying building My First Game™ in Bevy using ECS. The community around Bevy really shines, but Flecs (https://github.com/SanderMertens/flecs) is arguably a more mature, open-source ECS implementation. You don't get to write in Rust, though, which makes it less cool in my book :)

    I'm not very proud of the code I've written because I've found writing a game to be much more confusing than building websites + backends, but, as the author notes, it certainly feels more elegant than OOP or globals given the context.

    I'm building for WASM and Bevy's parallelism isn't supported in that context (yet? https://github.com/bevyengine/bevy/issues/4078), so the performance wins are just so-so. Sharing a thread with UI rendering suuucks.

    If anyone wants to browse some code or ask questions, feel free! https://github.com/MeoMix/symbiants

  • containers-roadmap

    This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).

  • Project mention: General Availability of the AWS SDK for Rust | news.ycombinator.com | 2023-11-28

    Thanks for showing up and answering questions. Congratulations on the release.

    What kind of plans for support of Rust's evolving async ecosystem?

    Any particular reason why the public roadmap does not show the columns similar to "Researching", "We're Working On It" like the other similar public AWS Roadmaps? See example for Containers: https://github.com/aws/containers-roadmap/projects/1

    Would be nice to have fully working examples on Github, for most common scenarios across most AWS services. This is something that historically

  • mach

    zig game engine & graphics toolkit

  • Project mention: Zig Software Foundation 2024 Financial Report and Fundraiser | news.ycombinator.com | 2024-01-18

    Myself and many others are betting on Zig in major ways, I truly think it has a bright future ahead.

    In spare time, myself and a few others are working on a game engine in Zig[0], and the Zig core team has been very receptive to addressing issues our project faces and supporting us.

    Others are working on pixel art editors[1], open source 2D RPG games[2], there's a group of independent folks working on a 3D massive immersive sim game[3], a group working on making Zig an amazing language for micro-controllers[4], etc.

    Please consider donating $5-10 a month to the ZSF! They are a great group of people, and it has so many knock-on effects for others in the FOSS community. :)

    [0] https://machengine.org/

    [1] https://github.com/foxnne/pixi

    [2] https://github.com/foxnne/aftersun

    [3] https://github.com/Srekel/tides-of-revival

    [4] https://github.com/ZigEmbeddedGroup

  • anything_about_game

    A wonderful list of Game Development resources.

  • empire

    A PaaS built on top of Amazon EC2 Container Service (ECS) (by remind101)

  • feather

    A Minecraft server implementation in Rust (by feather-rs)

  • Project mention: I’m on a crusade | /r/rustjerk | 2023-12-06

    Server side: - https://github.com/feather-rs/feather - https://github.com/valence-rs/valence

  • specs

    Specs - Parallel ECS (by amethyst)

  • Project mention: Why ECS pattern is popular in Rust? | /r/rust | 2023-07-02

    The question arises from seeing a plethora of projects using ECS: hecs , Bevy , specs, legion

  • valence

    A Rust framework for building Minecraft servers.

  • Project mention: I’m on a crusade | /r/rustjerk | 2023-12-06

    Server side: - https://github.com/feather-rs/feather - https://github.com/valence-rs/valence

  • ecs-deploy

    Simple shell script for initiating blue-green deployments on Amazon EC2 Container Service (ECS)

  • rack

    Private PaaS built on native AWS services for maximum privacy and minimum upkeep (by convox)

  • Project mention: Migrating from Heroku to EKS | news.ycombinator.com | 2023-06-14

    I would encourage anyone looking at porter that needs more flexibility, a deeper feature set, a more extensive cli, and/or flatter pricing structure to check out convox [https://convox.com]. I've been using it for years on top of EKS and have been able to defer hiring a dedicated dev ops person.

  • Voxelman

    Unity DOTS/ECS example (by keijiro)

  • legion

    High performance Rust ECS library

  • Lumos

    Cross-Platform C++ 2D/3D game engine

  • Svelto.ECS

    Svelto ECS C# Entity Component System

  • godex

    Godex is a Godot Engine ECS library.

  • Project mention: Unity's Self-Combustion Engine | news.ycombinator.com | 2023-09-16

    I wonder if Godex[0] could be a fit for you. ECS based Godot, based on 3.x which has much more broad WebGL support.

    [0] https://github.com/GodotECS/godex

  • pipecd

    The One CD for All {applications, platforms, operations}

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Ecs related posts

  • How to Temporarily Remove and Reintegrate Cloud Resources from Terraform Management

    1 project | dev.to | 26 Apr 2024
  • Mana Potion – JavaScript Gamedev Toolkit (React, Vue, Svelte, Vanilla)

    1 project | news.ycombinator.com | 31 Mar 2024
  • Show HN: Elodin – A better framework for physics simulation

    6 projects | news.ycombinator.com | 6 Mar 2024
  • Un cóctel perfecto 🍹 ECS Fargate, Service Connect,Terraform y Github Actions.

    6 projects | dev.to | 12 Feb 2024
  • Entitas VS Friflo.Json.Fliox - a user suggested alternative

    2 projects | 30 Jan 2024
  • Show HN: Element behaviors as an alternative to custom elements

    1 project | news.ycombinator.com | 12 Jan 2024
  • Croquet: Live, network-transparent 3D gaming

    8 projects | news.ycombinator.com | 26 Dec 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 7 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Ec projects? This list will help you:

Project Stars
1 consul 27,841
2 A-Frame 16,210
3 awesome-aws 12,174
4 entt 9,497
5 Entitas 6,911
6 EntityComponentSystemSamples 6,847
7 scope 5,819
8 flecs 5,530
9 containers-roadmap 5,146
10 mach 2,809
11 anything_about_game 2,776
12 empire 2,685
13 feather 2,553
14 specs 2,415
15 valence 2,377
16 ecs-deploy 1,958
17 rack 1,876
18 Voxelman 1,782
19 legion 1,563
20 Lumos 1,162
21 Svelto.ECS 1,148
22 godex 1,123
23 pipecd 963

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com