GithubHelp home page GithubHelp logo

stepancheg / bevy_mod_raycast Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aevyrie/bevy_mod_raycast

0.0 1.0 0.0 421 KB

Unofficial plugin for raycasting in Bevy

Home Page: https://crates.io/crates/bevy_mod_raycast

License: MIT License

Rust 100.00%

bevy_mod_raycast's Introduction

bevy_mod_raycast

A small Bevy plugin for mesh raycasting.

CI docs.rs crates.io

reflecting_lasers example

Getting Started

Using the Raycast system param, you don't even need to add a plugin, you can directly raycast into the ECS:

use bevy_mod_raycast::prelude::*;

fn my_raycast_system(mut raycast: Raycast) {
    let ray = Ray3d::new(Vec3::ZERO, Vec3::X);
    let hits = raycast.cast_ray(ray, &RaycastSettings::default());
}

Bevy Version Support

I intend to track the `main` branch of Bevy. PRs supporting this are welcome!
bevy bevy_mod_raycast
0.12 0.16
0.11 0.9 - 0.15
0.10 0.8
0.9 0.7
0.8 0.6
0.7 0.4 - 0.5
0.6 0.3
0.5 0.2
0.4 0.1

bevy_mod_raycast's People

Contributors

aevyrie avatar mockersf avatar striezel avatar mxgrey avatar jim-ec avatar siler avatar therawmeatball avatar ratysz avatar aztro-dev avatar courtneyabraham avatar bonsairobo avatar shatur avatar jakobhellermann avatar yyogo avatar obsgolem avatar ctrlfct avatar kevinboulain avatar theklanc avatar mcobzarenco avatar marlyx avatar nsabovic avatar olegomon avatar bardt avatar sarthaksingh31 avatar soerenmeier avatar toniman575 avatar tristancacqueray avatar parnikainsight avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.