issues
search
EngoEngine
/
ecs
A Go-implementation of the Entity-Component-System paradigm
MIT License
298
stars
43
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Exclusion interface only matches if all components are present
#60
TheLazyLemur
opened
9 months ago
1
Add benchmarks
#59
Noofbiz
closed
10 months ago
0
GitHub actions using go
#58
Noofbiz
closed
10 months ago
1
added benchmark tests and starting to get them tested via actions
#57
Noofbiz
closed
10 months ago
0
added link to new docs page
#56
Noofbiz
closed
10 months ago
0
Question: What is the rational behind dt being a `float32` instead of `time.Duration`/`float64`?
#55
niko-dunixi
closed
11 months ago
3
World System "auto-register"
#54
merlindorin
opened
2 years ago
1
Fix typo in readme
#53
Noofbiz
closed
2 years ago
0
Mistake in README
#52
oyberntzen
closed
2 years ago
0
Feature/entity tracking
#51
sardap
closed
3 years ago
0
fix spelling mistake
#50
coupez
closed
3 years ago
1
Update readme to utilize multiple interfaces
#49
Noofbiz
opened
4 years ago
0
Add GitHub actions
#48
Noofbiz
closed
4 years ago
0
add go modules
#47
Noofbiz
closed
4 years ago
0
moved BasicFace from the tests to the actual library
#46
Noofbiz
closed
4 years ago
0
ecs.BasicFace does not exist
#45
chrispytoes
closed
4 years ago
3
example that uses ecs.BasicFace
#44
gravestench
closed
4 years ago
2
Add a go mod
#43
Noofbiz
closed
4 years ago
0
Update to GitHub actions
#42
Noofbiz
closed
4 years ago
0
Add sort method to world for dynamic priority systems
#41
Noofbiz
closed
4 years ago
0
Ability to return all descendents from a basic entity
#40
Noofbiz
closed
4 years ago
0
Update .travis.yml
#39
Noofbiz
closed
5 years ago
0
Allow more than one interface in `World.AddSystemInterface` in and ex.
#38
sbrow
closed
4 years ago
4
Feature Request: Allow more than one interface in `World.AddSystemInterface` in and ex.
#37
sbrow
closed
4 years ago
0
remove import path and fixes for travis
#36
Noofbiz
closed
5 years ago
0
added parenting capabilities for BasicEntity
#35
Noofbiz
closed
5 years ago
0
NewBasics() potential for duplicate ids
#34
bfreis
closed
5 years ago
0
NewBasics with atomic.AddUint64 instead of lock
#33
bfreis
closed
5 years ago
1
Race Conditions detected on the World struct
#32
edoardo849
closed
11 months ago
0
added systems to be able to be automatically populated by the world
#31
Noofbiz
closed
6 years ago
0
added systems to be able to be automatically populated by the world
#30
Noofbiz
closed
6 years ago
0
Fixed typos in readme
#29
netgusto
closed
7 years ago
0
Added GetBasicEntity method for interface power
#28
storyfeet
closed
7 years ago
1
move tests into their own package where possible
#27
yarbelk
opened
7 years ago
0
Improve test coverage for ecs and basic race conditions
#26
yarbelk
closed
11 months ago
1
Add a CONTRIBUTING.md
#25
yarbelk
opened
8 years ago
0
Add Identifier interface
#24
yarbelk
closed
8 years ago
2
Add Identifier interface, targeted at BasicEntity
#23
yarbelk
closed
8 years ago
1
Use atomic operations in NewBasic, remove overflow check and add benc…
#22
mewmew
closed
8 years ago
2
Sync/atom instead of sync.Mutex in ecs.NewBasic
#21
EtienneBruines
closed
8 years ago
0
ecs: Update documentation and fix golint issues.
#20
mewmew
closed
8 years ago
5
Rename docs.go to doc.go
#19
otraore
closed
8 years ago
0
Documentation
#18
EtienneBruines
closed
8 years ago
7
Unexport the Systems type. Fixes #16.
#17
mewmew
closed
8 years ago
1
Consider unexporting the Systems type
#16
mewmew
closed
8 years ago
2
Update to go1.6.2
#15
EtienneBruines
closed
8 years ago
0
Reworked entire ecs to be more idiomatic go
#14
EtienneBruines
closed
8 years ago
0
Idiomatic Go - biggest breaking change yet
#13
EtienneBruines
closed
8 years ago
4
Changed ...string to []string
#12
EtienneBruines
closed
8 years ago
1
`...string` instead of `[]string` for NewEntity
#11
EtienneBruines
closed
8 years ago
3
Next