derkork / openscad-graph-editor

OpenSCAD Graph Editor
GNU General Public License v3.0
212 stars 12 forks source link

Sample *.graph.tres file(s) to get started #72

Open eMPee584 opened 1 month ago

eMPee584 commented 1 month ago

This app introduces a new file format and it would be nice to find a few sample files included. That said, the manual seems well made.. :+1: :eyes: it's not yet integrated in the application itself, is it? :thinking:

derkork commented 1 month ago

I'm not quite sure what to make of this. The graph.tres format is internal to the application and it's not intended to be read/written by other applications. The underlying format is Godot's TRES format which is a subset of TSCN. Is there a specific thing you want to do with the files?

eMPee584 commented 3 weeks ago

Well, it's just nice to be able to explore a program's functionality from a sample file instead of creating one from scratch, that was the motivation to file an issue.

derkork commented 3 weeks ago

Ah thank you very much for the clarification. That makes a lot of sense. I'll see if I can come up with some examples to try.