Utilities to help create simple roguelikes
Stars
0
Forks
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
224
commits
ecs conversion
ce54ac7
working on ecs in all libs/apps/examples
5bd43fa
getting new gw_ecs to compile in other libs
1f943db
gw_bevy -> gw_ecs
76ca8d0
more examples
f13d900
default features includes parallel
515f1ef
added pipeline example to show Removed<C> and .added()
ad29c47
added Removed<C> as system param
154cc21
moved some storage stuff around
5b98f95
add_component -> insert_component
0ff9d97
must use mut World to insert/remove components
e6f267b
updated maintain and Entities apply
b30806d
moved Entities to separate file
51907db
removed some unused files
8145b72
removed warning
166876f