godot-extended-libraries / godot-next

Godot Node Extensions - Basic Node Extensions for Godot Engine
MIT License
957 stars 61 forks source link

Port some of the nodes to C# #62

Closed aaronfranke closed 4 years ago

aaronfranke commented 4 years ago

I'm not sure if I want to port more nodes or types, but here are some of them.

realkotob commented 4 years ago

I'm curious, did you notice any performance improve on vertex calculations for the Trail nodes? I remember wanting to port that to GDNative since performance was bad for a couple dozen instances.

willnationsdev commented 4 years ago

Nice! At first glance, everything seems to be fine. I'll trust you know what you're doing / that stuff works here. Thanks!