Giter Club home page Giter Club logo

Comments (4)

Cloud9c avatar Cloud9c commented on May 21, 2024

True ECS frameworks, like ecsy, was something I definitely looked at while working on Taro. I went for the traditional OOP because it felt like the easier route -- both in implementing and utilizing the library. I'm definitely open to going DOTS-like (maybe another branch?), but that would require a lot more research on my end since Taro doesn't have a lot of contributors.

from taro.

dustinlacewell avatar dustinlacewell commented on May 21, 2024

I also wonder if you maybe consider porting Taro to TypeScript and using things like decorators and reflect-metadata on component classes in order to specify the schematic metadata you need for the editor.

I would love to see Taro move towards DOTS and towards type-safety. Some TypeScript ECS I think are quite good are Tick-Knock https://github.com/mayakwd/tick-knock and Nopun https://github.com/grebaldi/nopun-ecs. Maybe we could use them as inspiration, add reflect-metadata ontop, and come out with a type-safe DOTS-like threejs ECS that is still editor amenable?

from taro.

Cloud9c avatar Cloud9c commented on May 21, 2024

I think porting Taro to TypeScript would be a separate branch, similar to the DefinitelyTyped repo for threejs. At the moment, I don't plan to port Taro to TypeScript, but I'd be open to others contributing to a TypeScript branch.

from taro.

dustinlacewell avatar dustinlacewell commented on May 21, 2024

Maintaining typings is different than porting the codebase to TypeScript. With typings we'd be constantly trying to keep them in sync with the codebase and that sounds Sisyphean. On the other hand, by porting the codebase to TypeScript, the codebase itself becomes the source of typings. Anyway thanks for being straightforward about it.

from taro.

Related Issues (3)

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.