Jacob

Results 22 issues of Jacob

Is it possible to insert logic into expressions? `expr = "true ? 1 : 0"` or `expr = "if true { 1 } else { 0 }"`

enhancement

With Bevy becoming increasingly popular, I thought we could add it to the component tree like specs I chose TableStorage as the default storage type. Sparse-set is also available (https://bevy-cheatbook.github.io/patterns/component-storage.html#table-storage)...

I used `threaded` feature and it threw some errors so this is removing the duplicated function. There is also a missing function `build_parallel_weighted`

I wanted to break another issue instead of tacking onto the old one: I actually think that issue should probably be closed since 0.8 dropped. To start off, I am...

**Is your feature request related to a problem? Please describe.** The event bus was moved from the singleton object `Zircon` and onto the application state instead. I am following the...

Hey sorry if this is the wrong place for this question but I was curious if I should use specs or legion to build a rougelike game? I was going...

Can't seem to figure out how to store an array of ui8. I have a component for FieldOfView which changes everytime the player moves. The visibleTiles just hold the idx...

**I'm submitting a...** - [x] Bug report. - [ ] Feature request. ## Bug report ## **What is the current behavior?** The viewport/aspect ratio seems to be messed up with...

Since legion was abandoned do you plan to port to bevy or continue to utilize legion? I wanted to use legion in some side projects but I'm weary since it...