ClarkThyLord / Voxel-Core

Voxel plugin for the Godot game engine!
https://godotengine.org/asset-library/asset/465
MIT License
453 stars 28 forks source link

Port to Mono? #41

Open PizzaConsole opened 3 years ago

PizzaConsole commented 3 years ago

I plan on porting this to Godot Mono in C# has that been done already?

ClarkThyLord commented 3 years ago

Not that I know of, but feel free to do so. From what I've read, the mono support is really good, so it should be pretty straightforward. And I'm guessing you'll get some performance improvements, would love to see how that turns out. 😄

That being said, I did my best to comment the GDScript, but if you have any practical or theoretical questions don't be afraid to contact me on Discord ClarkThyLord#7042 👍

4utomator commented 2 years ago

Hi @PoisnFang, did you make any progress on the port yet? I'm also quiet interested in the results :) Maybe you can create a branch here or fork to allow some help.

PizzaConsole commented 2 years ago

@4utomator I did try a port it a few months ago and go pretty close, though I tried a direct port and frankly I didn't pay much attention to what the code was actually doing and I have very little experience with voxels. I would be interested in re-trying the port from scratch though. I will open up the repo to the public and we can see how that goes.