Giter Site home page Giter Site logo

Comments (2)

sasha240100 avatar sasha240100 commented on May 25, 2024

@trusktr Sure, coming soon. Currently we're hardly working on whs.js v3 release!

from whs.js.

hirako2000 avatar hirako2000 commented on May 25, 2024

@trusktr , a bit of a late response, but to complement Alex's answer:

  • Component based system, it makes reusability of elements far more concise. It promotes re-usability, think React.js model with its component based approach to state management.
  • Module based system, it is extensible, and built-in modules provides, like for component, a concise approach to apply functions to components. the TextureModule is a great example of this.
  • Utility component and modules. See how to create a Model object using built-in support import types, vs vanilla three.js. Utility features in whs makes certain common operations much simpler to implement, while still exposing all the internals of the native three objects. Focus on your application, and creativity rather than tying boilerplate code.

The core benefit really is, a framework for creating component based webGL applications. Keeping your code neat, your logic re-usable.

from whs.js.

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.