donburi icon indicating copy to clipboard operation
donburi copied to clipboard

Just another ECS library for Go/Ebitengine

Results 4 donburi issues
Sort by recently updated
recently updated
newest added

### Problem Hello, I found a very strange behavior. Looks like the version of lib that is a year older works better than the current one... Branch `develop`: ![image](https://github.com/yohamta/donburi/assets/19890545/fb7e7e34-0ecf-4d68-b3d4-25d699c0f2cd) Branch...

bug
help wanted

It appears that sometimes the callback for a query is called twice when dynamically adding and removing components from an entity. Is it perhaps a bug, or caused by misuse...

bug
help wanted

I'm using `donburi.Entity` type (entity ids) to reference entities in components. Having an ability to order entities by their id would be useful to join two entity sets.

I want to implement some dev tools and a simple save-and-restore system. How can i go about serializing entities and their components, and then restoring the world with the same...