Patryk Budzyński

Results 22 comments of Patryk Budzyński

hi! author of the crate here. Could you provide me a file (PNG preferred) with the heightmap data? i could perform optimizations and quality test on that and improve the...

Just published version 1.2 with support for chunks and other optimizations :D ![heightmap vis](https://user-images.githubusercontent.com/2111867/95527826-b3418900-09d6-11eb-8658-aad92c84fed9.png)

actually the problem you describe sounds like: ```rust enum Behavior { Idle, Walk, Fight, } let reasoner = ReasonerBuilder::::default() .state(Behavior, ReasonerState::new(_consideration, NoTask)) .build(); if let Some(Behavior::Walk) = reasoner.active_state() { //...

now that you've explained that, that's a really good point. let me try to add and test that approach (i'm actually doing AI work for oxygengine and found related problems...

hmm, is it happening on a perfect plane (2D) or 3D mesh (terrain with hills and valleys for example)?

hi! :D i had a lot of work today, let me answer all your questions and propose a solution tomorrow. just to want to let you know i've read them...

i greatly apologize for not responding in a while, lots of work - anyway, during that time i've used my spare hours to test the crate on big scale scenarios...

now since RAUI has new App module based on `winit` (completely replacing Tetra based QuickStart), i think we can have truly multiplatform CI, will have to test it in the...

i'm actually pretty much interested and motivated to put my hands into this, after prior some guidance possibly. my use case is precisely allowing hecs to be more or less...