observant
observant
This should be much better as soon as https://github.com/mrDIMAS/rg3d/issues/57 and especially https://github.com/mrDIMAS/rg3d/issues/56 have been implemented. Currently there is no occlusion culling so objects get rendered even though you can't see...
I'm not the original OP, but I have the same problem. Output of the extension: ``` 2020-04-04 12:31:20.162489297 [ThreadId 4] - run entered for hie-wrapper(hie-wrapper) Version 1.1 x86_64 ghc-8.6.5 2020-04-04...
Sweet! Just a suggestion: In your dockerfile you should never use ":latest". Specify the latest version instead. For the same reason why you shouldn't use "*" in your cargo.toml. When...
I think this is merely meant for building process and continuous integration. As soon as I set this up for gitlab.com I'll post my gitlab-ci.yml here. Maybe in two weeks...
If you mean the github version of that game (vortex_rs), yes. It is reproducible there. Or if you mean what version of bracket-lib I'm using, it's this in my cargo.toml:...
that gives me this: ``` error[E0425]: cannot find value `BUFFER_AGE_EXT` in module `ffi::egl` --> C:\Users\Admin\.cargo\registry\src\github.com-1ecc6299db9ec823\glutin-0.29.0\src\api\egl\mod.rs:584:27 | 584 | ffi::egl::BUFFER_AGE_EXT as i32, | ^^^^^^^^^^^^^^ not found in `ffi::egl` ``` Do I...
Windows 10, I recently downloaded rust, so I should be fairly up to date. 🤷♂️
Yes, adding specs to features worked, but I guess it should still compile without it.^^ Thank you! This probably will make it into the next version, but in the meantime...
> I also have a template for starting a new game that I'm working on, which pulls together some of those things: resources with warmy, ECS with specs, scenes and...
In my opinion a good idea. Keeping ggez "low-level" and as stable as possible, so people interested in writing their own engine have something to build upon and at the...