AkhIL
AkhIL
Add support [GLArea](http://gtk-rs.org/docs/gtk/struct.GLArea.html) with [epoxy](https://crates.io/crates/epoxy) as GL provider.
`QueryTrackedIter::fold` function always used 0 instead of the requested component epoch value. Use the epoch value as it should.
Make possible to use ediсt in multithreaded applications. * [x] Make World::epoch atomic; * [x] ~~Make sure queries works as expected when the epoch overflows;~~ * [ ] Implement query_mut_unchecked,...
Add more unit test for all kinds of component modifications and tracked queries.
I have two complains about the current edict API: * There is no way to get entities if one or another component is modified. The current `query::()` means that both...
Could you please briefly describe how the parallel queries will work?
We need more tests to keep the code reliable. It would also be nice to have CI check code formatting.
https://github.com/zakarumych/edict/blob/e1b4de9cfd2aa2ada66bccd83df730983fa636d9/src/query/mod.rs#L21 could be just: ```rust ptr, ``` I'll fix it later.
I have a project with the code from Elm’s tutorial. Code itself compiles and works great, elm-format also works well. But elm-language-server and elm-analyse fails with same error: ``` `-->...
Add support [GLArea](http://gtk-rs.org/docs/gtk/struct.GLArea.html) with [epoxy](https://crates.io/crates/epoxy) as GL provider.