mohsenph69 / Godot-MTerrain-plugin

A GDExtension plugin which give godot the ability to produce highly optimized Terrain for Open world games
MIT License
372 stars 19 forks source link

web build? #29

Open jmatsushita opened 4 months ago

jmatsushita commented 4 months ago

Hi there,

Great plugin! Any plans to support web as a target? Currently exporting works, but when the project is opened in the browser it yields this error

No GDExtension library found for current OS and architecture (web.wasm32) in configuration file: res://addons/m_terrain/libs/MTerrain.gdextension

Thanks!

Jun

mohsenph69 commented 4 months ago

Hi there!

we need to compile GDextension library for web! up to this point I did not compile for web, I will try and I will let you know!

Also if you have experience of building c++ (GDExtension) library you can also try!