You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I would like to convert some svg-based map data (US states, etc.) to Godot nodes (preferably Polygon2D's), etc.
I found this project, but I would have to hack on it considerably in order to get it to work with some of the SVG files produced from US Census data, of states or counties.
(I'm also open to anything that takes in other data/spatial formats, such GIS data or shapefiles or KLM, etc., and converts to Godot 2D (or even 3D) nodes.)
It appears that this (SVG2Godot) project was a good start, but has stalled. Has it been abandoned?
Is it because there are better/newer solutions now available for importing SVG files (or other formats) into Godot?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
the project never aimed at implementing the full svg specification, which is extremely complex. I just used it to import my own maps to Godot. So you definitely have to adapt the code to your needs.
Hello, I would like to convert some svg-based map data (US states, etc.) to Godot nodes (preferably Polygon2D's), etc.
I found this project, but I would have to hack on it considerably in order to get it to work with some of the SVG files produced from US Census data, of states or counties.
(I'm also open to anything that takes in other data/spatial formats, such GIS data or shapefiles or KLM, etc., and converts to Godot 2D (or even 3D) nodes.)
It appears that this (SVG2Godot) project was a good start, but has stalled. Has it been abandoned?
Is it because there are better/newer solutions now available for importing SVG files (or other formats) into Godot?
Thank you!
The text was updated successfully, but these errors were encountered: