WhitestormJS / whs.js

:rocket: 🌪 Super-fast 3D framework for Web Applications 🥇 & Games 🎮. Based on Three.js
MIT License
6.14k stars 391 forks source link

v3.x.x #395

Open sasha240100 opened 5 years ago

sasha240100 commented 5 years ago

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

Short FAQ:

Proposed features

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

Subtasks:

Version:
Issue type:

Tested on: ###### Desktop - [ ] Chrome - [ ] Chrome Canary - [ ] Chrome dev-channel - [ ] Firefox - [ ] Opera - [ ] Microsoft IE - [ ] Microsoft Edge ###### Android - [ ] Chrome - [ ] Firefox - [ ] Opera ###### IOS - [ ] Chrome - [ ] Firefox - [ ] Opera
noahcoetsee commented 5 years ago

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! 😄

bbzz7 commented 5 years ago

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

bbzz7 commented 5 years ago

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 commented 5 years ago

I’ll start at 19 Jan

On Sat, Jan 12, 2019 at 4:11 PM ZhuangYu notifications@github.com wrote:

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

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/WhitestormJS/whs.js/issues/395#issuecomment-453750614, or mute the thread https://github.com/notifications/unsubscribe-auth/AHTX1Zuxts0aDjpvAbTzuIQ-0amAxrejks5vCe0MgaJpZM4ZE7BC .

noahcoetsee commented 5 years ago

Roger that.

hirako2000 commented 5 years ago

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 commented 5 years ago

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.

hirako2000 commented 5 years ago

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 commented 5 years ago

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.