Simon Schmid

Results 35 issues of Simon Schmid

# The future of Entitas - Multithreading This is sth I wanted to work on for a long time and I think this can be a game changer! ### **The...

research
AWESOME
multithreading

Create the initial c# project if it doesn't exist to avoid to create it manually

I think that is actually the next big cool feature if I manage to find a solution. I was thinking about Entitas and modules / packs / Kits and how...

feature request
research
rfc
AWESOME

Hi, is there a way to use the built in unit test functionality of Xamarin Studio (Visual Studio Preview for Mac) to run and display unit tests written with nspec?...

master branch will be removed in the future. New default branch will be main.

Entitas should either generate or provide default Jenny.properties and Entitas.properties to reduce confusion when starting new projects.

feature request

**Describe the bug** `system.Remove()` removes system but it's still visible in VisualDebugging **To Reproduce** In Match-One add and remove BoardSystem **Expected behavior** Remove system from VisualDebugging **Screenshots** ![system-remove](https://user-images.githubusercontent.com/233700/189228256-1f4c715e-c296-4f0a-8abd-469b1d4e7489.png) **Entitas Version**...

bug

Change `AbstractEntityIndex._getKey` signature to ```csharp Func ``` to include the component index, which can be useful for exotic EntityIndexes using NoneOf matchers See current weird implementation of `EntityIndexTests.WorksWithNoneOf()` and update...

enhancement
breaking change

GitHub added [Actions](https://github.com/features/actions) to automate. Migrate from Travis CI to GitHub actions. Current Travis CI: https://travis-ci.org/github/sschmid/Entitas-CSharp - [ ] Run unit tests on push - [ ] Add automated release