Fyrox icon indicating copy to clipboard operation
Fyrox copied to clipboard

3D and 2D game engine written in Rust

Results 130 Fyrox issues
Sort by recently updated
recently updated
newest added

I just started taking a look at Fyrox, using https://fyrox-book.github.io/fyrox/beginning/scripting.html and it seems the fyrox-template doesn't install correctly as it will claim to be installed but bash says it cannot...

I saw this repo has a "Dependencies" section but those packages are for Ubuntu. How to install dependencies on Fedora? This is what I get when I run `cargo run`:...

In a project of mine, a sound is played with delay, without any obvious reason (the sound file itself has no silence samples at the beginning). This happens all the...

not the best screenshots but something

When borrowing a reserved instance from a pool, the error message is confusing: Attempt to borrow destroyed object at [Idx: 0; Gen: 1] handle. it makes one think that the...

I have a project, where a directory includes subdirectories which are symlinks. If I click on the directory in the resource browser, Fyroxed crashes, with this stack trace: ``` thread...

rg3d now supports physically-based rendering, but ambient lighting is lacking IBL which makes image less natural.

enhancement
graphics

FBX has an ability to store any media inside of it, but rg3d still cannot load such FBXs correctly - a model will have missing textures at attempt to load...

enhancement

GLTF seems to become commonly used format for 3D models as FBX, its support should be added.

enhancement

Terrain still does not have level-of-details support, it should be added to improve performance on large terrains. This could be done by adding multiple index buffers to terrain chunks, each...

enhancement
graphics