Dev Planet

Avatar photo

RSS feed aggregator for FOSS game development.

Castle Game Engine: Convert SVG to X3D using X_ITE, to display SVG as geometry in Castle Game Engine

X_ITE is an open-source JavaScript library to display X3D (and a number of other formats) in a web browser, using WebGL. It was recently extended to import additional formats, and render them straight away or convert to X3D. The supported formats are now: X3D, VRML, glTF (GLB), OBJ, STL, and SVG. There is an accompanying …