Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roadmap 1.0 #2

Open
14 of 22 tasks
djeedai opened this issue Nov 12, 2020 · 0 comments
Open
14 of 22 tasks

Roadmap 1.0 #2

djeedai opened this issue Nov 12, 2020 · 0 comments
Assignees

Comments

@djeedai
Copy link
Owner

djeedai commented Nov 12, 2020

weldr

  • Implement all basic LDraw commands (1 to 5) (aae85ec)
  • Implement sub-file resolution and recursive parsing (7cc74c6)
  • Add error handling (5758d20)
  • Expose iterators (1d5eac6):
    • for all non-sub-file commands (default behavior; iter()), transparently descending into sub-files
    • for all commands local to a file (local_iter()) including sub-file commands, without dereferencing
  • Implement common meta command extensions
  • Add basic filesystem-based resolver (possibly in examples/ only)
  • Add source map cache to avoid re-loading and re-parsing the same sub-files
  • Benchmark : entire LDraw official catalog (speed + correctness)

weldr-bin

  • Handle parts catalog location configuration (5db56b9)
  • Fix bug with some round parts looking truncated (e.g. 6143.dat) (94fd91f)
  • Merge duplicate vertices
  • Handle various primitives : line, triangle, quad (instead of current all-triangle discard-lines) (lines: efaa14a)
  • convert gltf: Output glTF buffer inline inside JSON to allow stdout output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant