Flecs is a high-performance entity component system framework and data-oriented programming library. It serves as a simulation engine core and game engine architecture tool, decoupling state from behavior by separating entities, components, and systems. The framework features a runtime reflection layer for dynamic data inspection and a built-in scripting system for defining entity behavior without recompilation. It also includes a network interface and REST API for remote simulation administration and state querying. The library covers a broad surface of simulation capabilities, including ar
Utilities for implementing a modified pre-order traversal tree in django.
django-treebeard is a library that implements efficient tree implementations for the Django Web Framework.
Django Aggregate If: Condition aggregates for Django
Simple tagging for django
The main features of alex/django-taggit are: Model Extensions, Tagging.
Open-source alternatives to alex/django-taggit include: sandermertens/flecs — Flecs is a high-performance entity component system framework and data-oriented programming library. It serves as a… django-mptt/django-mptt — Utilities for implementing a modified pre-order traversal tree in django. django-treebeard/django-treebeard — django-treebeard is a library that implements efficient tree implementations for the Django Web Framework. henriquebastos/django-aggregate-if — Django Aggregate If: Condition aggregates for Django. jazzband/django-model-utils — Django model mixins and utilities. mfcovington/django-taggit-helpers — django-taggit-helpers.