FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.61k stars 340 forks source link

Improve package description in Cargo.toml #437

Closed faulesocke closed 1 year ago

faulesocke commented 1 year ago

Hey there,

project looks absolutely awesome! I would suggest changing the package description in Cargo.toml to something like

-description = "2D/3D Game Engine"
+description = "Fully-featured 2D/3D Game Engine with Editor, PBR, Terrain and Animation engine"

This makes the engine more present on sites like crates.io or https://arewegameyet.rs/ so people will be able to more easily find the most fully-featured, production-ready game engine written in Rust ;)

A short comparison with Bevy

I was also wondering why Bevy is currently skyrocketing while the much more usable, more complete Fyrox has just a few thousand downloads. I thought about this for a while and here are some ideas I came up with:

Of course there are probably good reasons why things were done the way they are in Fyrox currently and this is absolutely fine. These were just some thoughts I came up with, maybe they are helpful to you. Of course apart from the list above there are obviously a lot of advantages that Fyrox has over Bevy, like a much better prefab system, the editor, terrain, all these good things :)