Giter VIP home page Giter VIP logo

Comments (5)

snagy avatar snagy commented on July 25, 2024

It seems like a good idea to me.

I've out a bunch of the camera & renderer stuff into a separate package instead of leaving them in voxel-engine, so it could be easier to add custom camera functionality and special rendering behavior.

I put that in https://github.com/snagy/voxel-view though it's not really anything interesting yet.

I'll probably add support for multiple views to voxel-engine and then put in a pull request.

from voxel-engine.

snagy avatar snagy commented on July 25, 2024

Ok, maybe I'm not going to add support for multiple views quite yet, because using one scene with multiple renderers doesn't work with three.js. Each canvas is a separate ogl context and thus any opengl resources can't be shared between them.

Anyway, I still like voxel-view just to pull that functionality out of the engine into a separate package. Let me know what you think.

from voxel-engine.

chrisdickinson avatar chrisdickinson commented on July 25, 2024

i'm actually working on a voxel-view as well, but the idea is that it makes the camera a physical object in the game world that can be attached to other objects via mount points (basically, an Object3D target, a springiness, and an offset vector).

from voxel-engine.

chrisdickinson avatar chrisdickinson commented on July 25, 2024

for reference, the repo is here.

from voxel-engine.

snagy avatar snagy commented on July 25, 2024

It looks like your repo is addressing different things than mine, and they can function together right out of the box. Mine is just separating the camera/renderer interaction from the engine, and yours is adding specific behavior to the camera. You could grab the camera from the view and put it straight into the physical camera and it would work the same as getting it from the engine. (related question: would we prefer to pass a camera into a view, or to have other modules get a camera from the view? pass-in seems preferable to me)

Mine could hopefully make it easy to add something like an editor view with multiple viewpoints/cameras by making a new voxel-view replacement and passing that to the engine.

from voxel-engine.

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.