BROWSE A-Z

All 305,250 crates, alphabetically

Data as of 2026-07-25 (crates.io database dump, timestamp 2026-07-25T02:00:36Z). Source: crates.io · db-dump.tar.gz · methodology & corrections.

bevy_mod_raycastRay Casting for the Bevy Engine.502,233MITGame enginesRendering bevy_mod_reactionReactive components for Bevy1,918MIT OR Apache-2.0 bevy_mod_reqwestBevy http client using reqwest, with a focus on simple usage within the bevy runtime42,682MIT bevy_mod_rounded_boxA rounded box shape for Bevy.11,465MIT OR Apache-2.0Game enginesRendering bevy_mod_schedules_inspectorA Bevy plugin that provides a web-based UI for inspecting ECS schedules and systems52MIT bevy_mod_screenshot_testScreenshot test plugin for Bevy55Apache-2.0Development tools::TestingGame development bevy_mod_scriptingMulti language scripting in Bevy46,751MIT OR Apache-2.0Game development bevy_mod_scripting_assetCore traits and structures required for other parts of bevy_mod_scripting6,727MIT OR Apache-2.0Game development bevy_mod_scripting_bindingsCore traits and structures required for smoothly interfacing with other languages in a generic way6,244MIT OR Apache-2.0Game development bevy_mod_scripting_bindings_domainDefinitions of shared interfaces from the bevy_mod_scripting_bindings crate.5,376MIT OR Apache-2.0Game development bevy_mod_scripting_codegenCode generator tool for bevy397MIT OR Apache-2.0 bevy_mod_scripting_commonTraits and syn structures for language implementors19,038MIT OR Apache-2.0Game development bevy_mod_scripting_coreCore traits and structures required for other parts of bevy_mod_scripting50,412MIT OR Apache-2.0Game development bevy_mod_scripting_deriveNecessary functionality for Lua support with bevy_mod_scripting35,736MIT OR Apache-2.0Game development bevy_mod_scripting_displayTraits focused on printing types with type information contained in the bevy type registry7,228MIT OR Apache-2.0Game development bevy_mod_scripting_functionsNecessary functionality for Lua support with bevy_mod_scripting24,780MIT OR Apache-2.0Game development bevy_mod_scripting_luaNecessary functionality for Lua support with bevy_mod_scripting41,084MIT OR Apache-2.0Game development bevy_mod_scripting_lua_deriveNecessary functionality for Lua support with bevy_mod_scripting16,833MIT OR Apache-2.0Game development bevy_mod_scripting_qcvmA QuakeC runtime for scripting Bevy games94GPL-2.0 bevy_mod_scripting_rhaiNecessary functionality for Rhai support with bevy_mod_scripting33,358MIT OR Apache-2.0Game development bevy_mod_scripting_rhai_deriveNecessary functionality for Rhai support with bevy_mod_scripting14,326MIT OR Apache-2.0Game development bevy_mod_scripting_runeNecessary functionality for Rune support with bevy_mod_scripting10,614MIT OR Apache-2.0Game development bevy_mod_scripting_scriptscript domain types for the BMS framework4,989MIT OR Apache-2.0Game development bevy_mod_scripting_test_scenario_syntaxserde models for scenario syntax as used by the bevy_mod_scripting framework72MIT OR Apache-2.0Game development bevy_mod_scripting_worldECS World access abstractions for the BMS framework460MIT OR Apache-2.0Game development bevy_mod_simplest_healthbarNot really healthbars, but at least it can be used to get some kind of healt indication1,938MIT bevy_mod_skinned_aabbA Bevy plugin that automatically calculates AABBs for skinned meshes7,598MIT OR Apache-2.0Game development bevy_mod_spatial_querySpatially aware Queries for the Bevy game engine1,376MITGame development bevy_mod_speedupbevy_mod_speedup is a collection of ways to increase the performance of your application.7,870MIT OR Apache-2.0Game development bevy_mod_spritesheetCreate TextureAtlasLayouts from common sprite sheet formats4,070MITGame development bevy_mod_static_inventoryStatic inventory for Bevy1,645MIT OR Apache-2.0 bevy_mod_stylebuilderA set of fluent builder utilities for Bevy UI styles.5,677MIT OR Apache-2.0 bevy_mod_sysfailDecorate your bevy system with the sysfail macro attribute to handle failure.46,335Apache-2.0Game development bevy_mod_sysfail_macrosMacros for bevy_mod_sysfail41,879Apache-2.0Game development bevy_mod_transform2dA 2D Transform component for The Bevy game-engine.13,024MIT OR Apache-2.0Game development bevy_mod_try_systemAn extension trait for Bevy systems that return Results6,223MIT OR Apache-2.0 bevy_mod_ui_independent_textBevy UI text with a transform independent of the UI's layout.1,645MIT OR Apache-2.0Game developmentGraphics bevy_mod_ui_labelDraw text anywhere at any depth with the Bevy UI9,916MIT OR Apache-2.0Game developmentGraphics bevy_mod_ui_spriteDraw sprites with the Bevy UI6,727MIT OR Apache-2.0Game developmentGraphics bevy_mod_ui_texture_atlas_imageDraw images from texture atlases with the Bevy UI24,573MIT OR Apache-2.0Game developmentGraphics bevy_mod_value_filterA third party crate for bevy that enable value-based filtering1,479MIT OR Apache-2.0 bevy_mod_wanderlustA character controller library for Bevy Engine17,382MIT OR Apache-2.0Game development bevy_mod_webxrfuture bevy_mod_xr webxr backend1,364MIT/Apache-2.0 bevy_mod_xrsemi generic Xr Api for Community Driven XR in Bevy13,757MIT/Apache-2.0 bevy_mod_yarnA bevy Yarn Spinner runtime1,610MIT bevy_modalModal/overlay stack for bevy_ui: a blocking scrim, deterministic layering, an input-capture gate, open/close transitions,…152MITGame development bevy_modern_pixel_cameraA simple pixel-perfect camera plugin for Bevy, suitable for pixel-art7,946MIT OR Apache-2.0Game developmentGraphics bevy_modloaderA library allowing you to load and unload Bevy mods1,722MIT OR Apache-2.0 bevy_mongodb_assetLoad Bevy assets from MongoDB27MIT OR Apache-2.0Database interfacesGame development bevy_monitorsA reactive(ish) crate for the bevy engine2,809MIT OR Apache-2.0 bevy_moonA world space UI for Bevy Engine24MIT OR Apache-2.0 bevy_mopsMesh Operations library for bevy2,812MIT OR Apache-2.0Game development bevy_more_shapesBevy engine plugin that adds additional shapes to the existing collection of procedurally generated geometry.8,238MIT OR Apache-2.0Game developmentGraphics bevy_mortar_bondBevy integration plug-in for mortar language273MIT OR Apache-2.0Game development bevy_mortar_bond_macrosProc macros for bevy_mortar_bond integration.301MIT OR Apache-2.0 bevy_motionA Physics Engine for Bevy1,646MIT OR Apache-2.0Game developmentSimulation bevy_motiongfxAn implementation of the MotionGfx framework for Bevy.409MIT OR Apache-2.0GraphicsGUI bevy_mouse_tracking_pluginA plugin for effortless mouse tracking in the bevy game engine.27,965MIT bevy_movementBevy plugin for easy move object to a destination364MIT OR Apache-2.0Game development bevy_movie_playermovie player plugin for bevy86WTFPL OR 0BSD bevy_mqttA robust, secure MQTT client plugin for Bevy game engine with comprehensive error handling and performance optimizations14,553MIT OR Apache-2.0Game developmentNetwork programming bevy_mtoonA MToon shader in WGSL and Bevy1,626MIT OR BSD-2-Clause-Patent bevy_mujocoUse MuJoCo physics and MCJF / URDF scenes in bevy10,203MIT OR Apache-2.0 bevy_navgraphA navgraph generation plugin for bevy1,361MIT bevy_navmeshThis crate is reserved for the Bevy Engine project1,915MIT bevy_neospriteAsset-driven sprite system built on top of Mesh2d1,128MIT OR Apache-2.0 bevy_nested_tooltipsNested Tooltips for the bevy game engine336MIT or Apache-2.0Game development bevy_netThis crate is reserved for the Bevy Engine project1,775MIT bevy_nettybevy_netty - wip1,570MIT OR Apache-2.0 bevy_networking_turbulenceNetworking plugin for Bevy engine running on naia-socket and turbulence libraries18,713MITGame developmentNetwork programming bevy_newtonReal-time physics engine for Bevy engine774MIT OR Apache-2.0Game developmentGame engines bevy_newtonian2dSimple 2D Newtonian physics engine for Bevy.615MIT OR Apache-2.0 bevy_nfwsA no-frills websocket client library for bevy, native and wasm.3,589MIT OR Apache-2.0 bevy_nine_slice_uiA nine slice/patch texture plugin for bevy ui nodes, works in wasm13,999MIT bevy_ninepatchDisplays 9-Patch UI elements in Bevy29,846MIT OR Apache-2.0 bevy_nintendoThis crate is reserved for the Bevy Engine project1,094MIT bevy_node_graphThis crate is reserved for the Bevy Engine project1,766MIT bevy_nodesThis crate is reserved for the Bevy Engine project1,774MIT bevy_noised2D seeded noise primitives for Bevy with matching CPU and WGSL implementations481MIT OR Apache-2.0AlgorithmsGame development bevy_nokhwaNokhwa plugin for the bevy game engine9,977MIT OR Apache-2.0MultimediaRendering bevy_normal_materialSimple normal material for Bevy16,017MITRendering bevy_northstarA Bevy plugin for Hierarchical Pathfinding8,685MITGame development bevy_nostrBevy plugin for the Nostr protocol84Apache-2.0 bevy_novelVisual Novels with Bevy11,408MIT OR Apache-2.0 bevy_npcProto-driven NPC definitions for Bevy games — compiles npcdb.proto into typed Rust structs with a searchable registry.20MITGame developmentGame engines bevy_nphysicsThis crate is reserved for the Bevy Engine project1,749MIT bevy_nprA cartoon rendering plugin based on Bevyengine1,747MIT bevy_objWavefront OBJ mesh asset loader plugin for the Bevy engine91,098MIT OR Apache-2.0 bevy_observed_utilityErgonomic and Correct Utility AI for Bevy Engine2,044MIT OR Apache-2.0Game development bevy_octopusECS based networking library for Bevy5,803MIT OR Apache-2.0Game developmentNetwork programming bevy_octopus_websocketECS based networking library for Bevy1,437MIT OR Apache-2.0Game developmentNetwork programming bevy_oddioA third party Bevy plugin that integrates `oddio` into Bevy.8,408MIT OR Apache-2.0Game developmentMultimedia::Audio bevy_ogleA camera library for 2d vector games6,729MIT OR Apache-2.0Game developmentWebAssembly bevy_old_tv_shaderAn "old TV" post-processing effect182MITGame development bevy_oneshotSimple ohe-shot systems for Bevy4,124MIT OR Apache-2.0 bevy_oozlumWrite reversible systems, commands and schedules in bevy18MIT OR Apache-2.0Game development bevy_open_vatOpenVAT (Vertex Animation Texture) plugin for Bevy123MIT OR Apache-2.0Game developmentGraphics bevy_openaibevy_openai is an event-driven plugin for Bevy that provides convenient access to the OpenAI API.2,849Apache-2.0 bevy_openxr(Unofficial) OpenXR integration WIP for Bevy engine2,021MIT bevy_orbitsA bevy plugin for creating stable orbits, and calculating transfers between them2,574MIT OR Apache-2.0Game development bevy_ordering_setsDeclarative data-flow system ordering for Bevy — order systems by the data they read and write, not by hand-written…405MIT OR Apache-2.0Game development bevy_ortbevy ort (onnxruntime) plugin30,532MIT bevy_oscSend and receive OSC data to and from bevy and other programs or controllers.8,381MIT OR Apache-2.0EncodingGame development bevy_other_worldExperimental subworlds plugin for Bevy5,630MIT bevy_outlinePixel-Perfect Outline Shader for Bevy1,705MITGame development bevy_outline_post_processAn adaptive outline post-processing effect for the Bevy game engine.4,3780BSD OR MIT OR Apache-2.0 bevy_oxrCommunity crate for OpenXR in Bevy5,232MIT OR Apache-2.0 bevy_p2pPeer-to-peer network library for Bevy game engine1,732MITGame enginesNetwork programming bevy_pancamA camera that allows panning by dragging with the mouse100,672MIT OR Apache-2.0Game development bevy_paniniA Panini post-processor for bevyengine.org23MIT OR Apache-2.0Game development bevy_panorbit_cameraA basic pan and orbit camera in Bevy296,982MIT OR Apache-2.0Game development bevy_panorbit_wasd_cameraA basic pan and orbit camera in Bevy with WASD support619MIT OR Apache-2.0Game development bevy_parallaxation2dCrate providing simple 2D parallax layers in Bevy.3,466MIT OR Apache-2.0Game development bevy_parallaxiumA Bevy plugin for creating a parallax effect.84MITGame developmentGames bevy_pareventwriterA simple library for Bevy to write events in parallel.243MITGame developmentGame engines bevy_particle_systemsA particle system plugin for Bevy37,454MITGame development bevy_particlesThis crate is reserved for the Bevy Engine project1,812MIT bevy_pathfinderGrid-based flow field pathfinding and chokepoint detection — pure Rust core with optional Bevy ECS integration63MITAlgorithmsGame development bevy_pathfindingA simple 3D Bevy plugin that combines flowfield pathfinding with boid-based collision avoidance to move units smoothly. Great for…741MIT OR Apache-2.0Game development bevy_pathingThis crate is reserved for the Bevy Engine project1,770MIT bevy_pathmeshNavmesh plugin for Bevy8,945MIT OR Apache-2.0Game development bevy_pauseA very simple pause plugin for Bevy1,315MIT OR Apache-2.0Game development bevy_pbrAdds PBR rendering to Bevy Engine5,907,424MIT OR Apache-2.0 bevy_pbr_bms_bindingsAutomatically generated bindings for bevy_pbr crate1,211MIT OR Apache-2.0Game development bevy_peckA WIP collision detection library for Bevy.1,582MIT OR Apache-2.0 bevy_perf_hudConfigurable performance HUD overlay plugin for Bevy apps1,113MIT OR Apache-2.0Development tools::ProfilingGame development bevy_perf_uiCustomizable Performance/Debug Overlay for Bevy UI242MIT OR Apache-2.0Game engines bevy_persistAutomatic persistence for Bevy resources with change detection379MIT OR Apache-2.0ConfigurationGame development bevy_persist_deriveDerive macro for bevy_persist - automatic persistence for Bevy resources557MIT OR Apache-2.0Game development bevy_persistence_databaseA persistence and database integration solution for the Bevy game engine1,140non-standardAsynchronousCaching bevy_persistence_database_deriveDerive macros for bevy_persistence_database912non-standardAsynchronousCaching bevy_physicsThis crate is reserved for the Bevy Engine project1,841MIT bevy_physics_typesThis crate is reserved for the Bevy Engine project27MIT bevy_physimpleA simple 2d physics engine for bevy based on physme9,188MITGame development bevy_physxThis crate is reserved for the Bevy Engine project1,814MIT bevy_pickingProvides screen picking functionality for Bevy Engine2,221,975MIT OR Apache-2.0 bevy_picking_avianA modular picking plugin for Bevy.3,632MIT OR Apache-2.0Game engines bevy_picking_bms_bindingsAutomatically generated bindings for bevy_picking crate1,220MIT OR Apache-2.0Game development bevy_picking_bvh_backendA picking backend plugin for Bevy which uses a BVH tree to improve performances.820MIT bevy_picking_coreA modular picking plugin for Bevy.309,313MIT OR Apache-2.0Game engines bevy_picking_eguiA modular picking plugin for Bevy.66,213MIT OR Apache-2.0Game engines bevy_picking_highlightA modular picking plugin for Bevy.259,639MIT OR Apache-2.0Game engines bevy_picking_inputA modular picking plugin for Bevy.304,822MIT OR Apache-2.0Game engines bevy_picking_rapierA modular picking plugin for Bevy.25,765MIT OR Apache-2.0Game engines bevy_picking_raycastA modular picking plugin for Bevy.254,686MIT OR Apache-2.0Game engines bevy_picking_selectionA modular picking plugin for Bevy.257,537MIT OR Apache-2.0Game engines bevy_picking_spriteA modular picking plugin for Bevy.147,744MIT OR Apache-2.0Game engines bevy_picking_state_machineA global state machine for working with `bevy_picking`.2,233MIT OR Apache-2.0 bevy_picking_tilemapbevy_mod_picking support for bevy_ecs_tilemap1,900MIT OR Apache-2.0Game development bevy_picking_uiA modular picking plugin for Bevy.174,984MIT OR Apache-2.0Game engines bevy_picking_xpbdA modular picking plugin for Bevy.9,694MIT OR Apache-2.0Game engines bevy_pinsA flexible pin/charm system for Bevy games, inspired by Hollow Knight's charm system462MIT bevy_pipe_affectWrite systems as pure functions.144MIT OR Apache-2.0Game development bevy_pipe_affect_deriveEffect derive macro for bevy_pipe_affect.216MIT OR Apache-2.0Game development bevy_pipelines_readyBevy plugin for tracking render pipeline status.15,338MIT OR Apache-2.0Game development bevy_pixcamA simple pixel-perfect camera plugin for Bevy, suitable for pixel-art1,949MITGame developmentGraphics bevy_pixel_bufferA library to draw pixels in bevy23,887MITGame developmentGraphics bevy_pixel_cameraA simple pixel-perfect camera plugin for Bevy, suitable for pixel-art34,057MIT OR Apache-2.0Game developmentGraphics bevy_pixel_perfectPixel perfect post processing effect for Bevy similar to that in Astortion.2,867MIT OR Apache-2.0 bevy_pixelsBevy plugin that uses Pixels (a tiny pixel buffer) for rendering25,117MIT OR Apache-2.0Game enginesGraphics bevy_pkvPersistent key value store for apps/games80,575MIT OR Apache-2.0Game development bevy_plane_cutA plane cut material for bevy2,683MIT OR Apache-2.0Game engines bevy_platformProvides common platform agnostic APIs, as well as platform-specific features for Bevy Engine2,727,639MIT OR Apache-2.0 bevy_platform_dirsExpose the platform-dirs crate as a Bevy Resource.26MIT bevy_platform_supportPlatform compatibility support for Bevy Engine17,963MIT bevy_play_cardA card crate for the Bevy game engine10,457MIT OR Apache-2.0Game development bevy_playerBevy kinematic character controller with Avian3D physics — gravity, jump, collision-aware movement, and fall damage.15MITGame developmentSimulation bevy_playstationThis crate is reserved for the Bevy Engine project1,768MIT bevy_plotA Bevy plugin for plotting data and explicit functions.9,468MIT OR Apache-2.0Game developmentGame engines bevy_pointcloud_xPotree-style point-cloud rendering for Bevy (EDL shading, octree LOD) — a crates.io-publishable fork of rlamarche/bevy_pointcloud…58MITGame developmentRendering bevy_pointsPoints mesh plugin for Bevy21,544MITRendering bevy_poly_levelA 2d polygon-based level editor for bevy game engine5,547MIT OR Apache-2.0Game development bevy_polylinePolyline Rendering for Bevy199,990MIT OR Apache-2.0Game developmentRendering bevy_polyxbevy_polyx - wip1,620MIT OR Apache-2.0 bevy_post_processProvides post process effects for Bevy Engine.934,235MIT OR Apache-2.0 bevy_post_process_bms_bindingsAutomatically generated bindings for bevy_post_process crate288MIT OR Apache-2.0Game development bevy_post_processingThis crate is reserved for the Bevy Engine project1,217MIT bevy_powerA comprehensive power/energy system for Bevy games with regeneration, limits, knockouts, leveling, and UI components400MITGame developmentGUI bevy_prankOpinionated Unreal Engine inspired spectator camera for the Bevy game engine14,939non-standardGame development bevy_prefabThis crate is reserved for the Bevy Engine project1,806MIT bevy_preferenceThis crate is reserved for the Bevy Engine project1,354MIT bevy_preferencesThis crate is reserved for the Bevy Engine project1,389MIT bevy_prefs_liteA simple preferences system for Bevy1,994MIT OR Apache-2.0 bevy_pretty_nice_inputAn action- and component-based input crate for Bevy517MIT OR Apache-2.0Game development bevy_pretty_nice_input_deriveProcedural macros for bevy_pretty_nice_input576MIT OR Apache-2.0 bevy_pretty_nice_menusA menu stack abstraction for Bevy393MIT OR Apache-2.0Game development bevy_pretty_textText effect library for Bevy2,406MIT OR Apache-2.0Game development bevy_previousAccess previous values of components3,223MITGame developmentGame engines bevy_previous_deriveproc_macros for bevy_previous2,555MIT bevy_prngA crate providing newtyped RNGs for integration into Bevy.79,736MIT OR Apache-2.0AlgorithmsGame engines bevy_procedural_audioA Bevy plugin that integrates FunDSP into Bevy.1,272MIT OR Apache-2.0Game developmentMultimedia::Audio bevy_procedural_grassA plugin for bevy to generate grass5,857MIT OR Apache-2.0 bevy_procedural_meshesProcedural Meshes for the Bevy game engine.11,109MIT OR Apache-2.0Game developmentGraphics bevy_procedural_tilemapsLightweight 2D tilemap generation with Wave Function Collapse / Model Synthesis for Bevy3,287MIT OR Apache-2.0AlgorithmsGame development bevy_procedural_treeProcedurally generated 3D trees for bevy1,428MIT OR Apache-2.0 bevy_procedural_vegetationA procedural vegetation system for the Bevy game engine.1,602MIT OR Apache-2.0Game developmentGraphics bevy_progress_barEasy ninepatch progress bar in bevy3,289non-standardGame engines bevy_projectThis crate is reserved for the Bevy Engine project1,773MIT bevy_propertyDynamically interact with struct fields using their names95,962MIT bevy_property_deriveDerive implementations for bevy_property96,217MIT