Code Monkey home page Code Monkey logo

Comments (6)

IQAndreas avatar IQAndreas commented on July 22, 2024

I can't remember if I saw this in Flixel or somewhere else, but does Flixel already have some sort of ray-casting code in the tilemaps?

from flixel.

yadurajiv avatar yadurajiv commented on July 22, 2024

There was a game that had lasers and a ninja, I can't remember, he had
released some Ray tracing code which worked with flixel tile maps. I made
it look like shadows and stuff, hope to share that as soon as I get home -_-
On 02-Dec-2013 6:46 PM, "Andreas Renberg" [email protected] wrote:

I can't remember if I saw this in Flixel or somewhere else, but does
Flixel already have some sort of ray-casting code in the tilemaps?


Reply to this email directly or view it on GitHubhttps://github.com//issues/198#issuecomment-29616520
.

from flixel.

WingEraser avatar WingEraser commented on July 22, 2024

Bullet Time Ninja

from flixel.

SeiferTim avatar SeiferTim commented on July 22, 2024

http://space.madsoftgames.com/ - I'd be happy to share the code for the lighting effect, although, I don't know how easy it would be to make it work better in Flixel...

from flixel.

yadurajiv avatar yadurajiv commented on July 22, 2024

Yush! BTN had a ray tracer that worked with tilemaps! You can do stuff like this. :)

from flixel.

Dovyski avatar Dovyski commented on July 22, 2024

Thank you all for the contribution, guys! It seems this is a nice feature to add :)

I can't remember if I saw this in Flixel or somewhere else, but does Flixel already have some sort of ray-casting code in the tilemaps?

Yeah, it has, it's FlxTilemap::ray() (here's the function definition). It could be used to create the feature I suggested if we build on top of it.

@SeiferTim Thanks! Your game is really cool! :D The lighting effect is amazing, it's exactly what I had in mind when suggested this feature. If you are ok about sharing the code, we could try to make it work with Flixel (maybe combining it with @yadurajiv 's tilemap ray tracer).

from flixel.

Related Issues (20)

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.