Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Permafacture/data-oriented-pyglet
/ types & classes
Types & classes
8 in github.com/Permafacture/data-oriented-pyglet
⨍
Functions
127
◇
Types & classes
8
↓ 9 callers
Class
TableRow
A tuple that can be added to another tuple of the same size
numpy_ecs/table.py:42
↓ 6 callers
Class
GlobalAllocator
Decides how data is added or removed from Components, allocating and deallocting Entities/guids. Components better be allocated by only one
numpy_ecs/global_allocator.py:98
↓ 3 callers
Class
Table
An allocation table that has column names (component names) and major rows (class ids) and minor rows (guids). The minor rows are divisions of
numpy_ecs/table.py:87
↓ 1 callers
Class
AccessorFactory
numpy_ecs/accessors.py:89
↓ 1 callers
Class
Convex
Convex polygons for rendering
examples/second.py:85
↓ 1 callers
Class
Convex
Convex polygons for rendering
examples/first.py:71
Class
Accessor
Accessors provide an object oriented interface for a specific entity instance (guid) by providing an object with attributes that acc
numpy_ecs/accessors.py:44
Class
DefraggingArrayComponent
holds a resize-able, re-allocateable, numpy array buffer
numpy_ecs/components.py:34