Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.x.x #395

Open
2 of 20 tasks
sasha240100 opened this issue Dec 5, 2018 · 9 comments
Open
2 of 20 tasks

v3.x.x #395

sasha240100 opened this issue Dec 5, 2018 · 9 comments

Comments

@sasha240100
Copy link
Member

sasha240100 commented Dec 5, 2018

Great to announce that start of v3.x.x development!

Short FAQ:

  • When? Probably till the end of this (2018) year
  • Who? @sasha240100 @hirako2000 and everyone who wants to join (you can ask in this issue comments & propose your changes)
  • What it will be? Yep, the most interesting question, I'll write down below.

Proposed features

  • New Three.js version in the core of the library + Support for further version updates
  • Components automation. Three.js always adds new types of geometries, lights, meshes and so on and currently we handle them manually. We would probably write a code that will parse three.js geometries/lights/etc and make components from them.
  • Better WHS.Loop I really like that we split requestAnimationFrame into loops, but I think we can do that an even better way [API is currently under discussion].
  • New (simplified) Module lifecycle. Same. Modules is a strong part of whs framework, but their complexity is whs weakness, and we'll try to make them more human-readable and better-piped way.
  • Support for new Three.js features.
    • THREE.WebGL2Renderer support
    • (soon...)
  • Better documentation. (more details soon...)

Feel free to add your suggestions to the future release in this issue comments

Subtasks:

Version:
  • v3.x.x
  • v2.x.x
  • v1.x.x
Issue type:
  • Bug
  • Proposal/Enhancement
  • Question
  • Discussion

Tested on:
Desktop
  • Chrome
  • Chrome Canary
  • Chrome dev-channel
  • Firefox
  • Opera
  • Microsoft IE
  • Microsoft Edge
Android
  • Chrome
  • Firefox
  • Opera
IOS
  • Chrome
  • Firefox
  • Opera
@noahcoetsee
Copy link
Contributor

Of course, I'd like to help out! My workload will decrease in school from January until May, so I have time to contribute towards the development/expansion of base features. Should I continue developing my Networking Module? Are we going to throw that one out during 3.x.x?

I love that we're getting active in this again. This library has much more potential than the number of people that (properly) utilize it in the actual world...

Here's to high hopes! 😄

@noahcoetsee noahcoetsee self-assigned this Dec 6, 2018
@noahcoetsee noahcoetsee pinned this issue Dec 18, 2018
@bbzz7
Copy link

bbzz7 commented Jan 12, 2019

Very excited, I am looking forward to its release~!

@bbzz7
Copy link

bbzz7 commented Jan 12, 2019

I think it is possible to add a more convenient loop/tick management module so that the loop/tick can be handed over to other libraries, such as an animation engine such as GSAP or other

@sasha240100
Copy link
Member Author

sasha240100 commented Jan 12, 2019 via email

@noahcoetsee
Copy link
Contributor

Roger that.

@hirako2000
Copy link
Collaborator

hirako2000 commented Jan 13, 2019

I think v3 can/should provide improvements suggested by the community, but bring something entirely new to the creation of 3d scene/games to the user.

My proposal to Alex is to bring the world of 3d webgl rendering (with three.js/whs) to the so polular Scratch platform.

With the release of scratch 3.0 it is still impossible to create 3d environments using visual block programming. All it supports is low level ray tracing logic that would never perform for real time interaction that includes modern visual elements.

WHS has the foundation to help beginners create their own scenes with basic/little JavaScript knowledge, it would take whs to another level if creators who only grasp the visual block programing concept could also create webgl enabled projects.

If you support the idea, please thumb up (or down if you dislike)

@noahcoetsee
Copy link
Contributor

noahcoetsee commented Jan 13, 2019

I, unfortunately, must disagree with you, @hirako2000 , for a couple of reasons:


  1. WHS's goal for this project seems to be streamlined integration of physics into WebGL, and I think that's a great focus. Not that integrating into Scratch would be bad, but I think it'd be a sidetracking goal from what the real premise of the project is.
  2. WHS's structure is highly Object Oriented, and Scratch is extremely pragmatic and forward facing.
  3. There are many other community requested features and bugs and such to be fixed, and I think we should focus on interaction within normal Javascript code, not through any sort of port to another scripting language.
  4. WHS has the foundation to help beginners create their own scenes with basic/little JavaScript knowledge, it would take whs to another level if creators who only grasp the visual block programing concept could also create webgl enabled projects.

While this is true, WHS was also built to help people learn to actually code, not to drag blocks, as much as that would help bring people towards the journey, it wouldn't really help people learn Javascript in a more simplified manner.

Overall, I think this would be a great idea for a port of this, or another certain project. But this just doesn't seem like the right extension of the feature-set for this project. Doesn't seem like the right direction.

Everything stated here was just my opinion and is open to discussion and/or debunking (I didn't really fact-check except for with the goals of WHS).

I hope I don't come off as harsh or ignorant.

  • Noah

@hirako2000
Copy link
Collaborator

Thanks for your input @noha, good points. A bridge for block based programming usingwhs as an engine would just be a different project then, I will look into it outside the v3 scope.

@noahcoetsee
Copy link
Contributor

That sounds good. I appreciate you listening to my concerns, and I'd love to help you with such a port to Scratch in some time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
v3.x.x
  
To do
Development

No branches or pull requests

4 participants