thunder-engine / thunder

Thunder Engine – Cross-platform 2D and 3D game engine with modular architecture
https://thunderengine.org/
Apache License 2.0
543 stars 36 forks source link

Engine: As a user I would like to use splines in my projects #808

Open eprikazchikov opened 1 month ago

eprikazchikov commented 1 month ago

Is your feature request related to a problem? Please describe.

Splines in games can be useful in game play and for many other aspects.

Describe the solution you'd like

Need to add a spline component and an editor for it in the game editor.

Describe alternatives you've considered

n/a

Additional context

n/a

ashish-nagmoti commented 3 weeks ago

Hey is anyone working on this/?

eprikazchikov commented 3 weeks ago

Hey is anyone working on this/?

Currently no. The main difficulty with this is a convenient editing workflow. In the perfect case user should be able to select a control points right on the scene. I thinking about tools API to be able to show some tools based on context of selected object. Like in Blender probably. I can add a component which will represent a curve. But editing workflow still cooking in my head =)

ashish-nagmoti commented 3 weeks ago

Ohk 👍 If you need any improvement let community know

eprikazchikov commented 3 weeks ago

Ohk 👍 If you need any improvement let community know

I'm always glad to accept any help from community. Feedback. issue reports, feature requests, pull requests as well.