vaadin / flow

Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.
Apache License 2.0
591 stars 163 forks source link

Add 3D graphics rendering components #18959

Open valens200 opened 4 months ago

Legioth commented 4 months ago

3D rendering can mean many different things. Is there something in particular that you would want to do with it?

valens200 commented 4 months ago

3D rendering can mean many different things. Is there something in particular that you would want to do with it?

okay, for example, you see three JS, the way it renders 3D graphics if the feature is added to vaadine it will be more fascinating.

oliveryasuna commented 4 months ago

How about a web component that wraps <canvas> and a Java API for the Canvas API? Sounds like a huge feat.

valens200 commented 4 months ago

How about a web component that wraps <canvas> and a Java API for the Canvas API? Sounds like a huge feat.

exactly @oliveryasuna, but can that be available?

oliveryasuna commented 4 months ago

How about a web component that wraps <canvas> and a Java API for the Canvas API? Sounds like a huge feat.

exactly @oliveryasuna, but can that be available?

It surely could be implement.

Definitely would not be efficient with RPC.

Also, I just don't see the usefulness of this. Vaadin is for building web applications.