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

Reimplement binary random access parser #52

Closed
io7m opened this issue Jun 20, 2017 · 2 comments
Closed

Reimplement binary random access parser #52

io7m opened this issue Jun 20, 2017 · 2 comments
Assignees
Milestone

Comments

@io7m
Copy link
Owner

io7m commented Jun 20, 2017

It's currently an unimplemented stub after the recent format changes.

@io7m io7m added this to the 1.0.0 milestone Jun 20, 2017
@io7m io7m self-assigned this Jun 20, 2017
@io7m
Copy link
Owner Author

io7m commented Jan 26, 2018

It should be possible to have the random access parser optionally work with RandomAccessFile and/or mmap'd files.

io7m added a commit that referenced this issue Dec 21, 2019
This implements an initial bssio-based provider for a version 2 binary
format. It also removes any dependency on Vavr.

Affects: #55
Affects: #52
io7m added a commit that referenced this issue Dec 21, 2019
io7m added a commit that referenced this issue Dec 21, 2019
This provides an initial implementation of an XML-based format.

Affects: #52
Affects: #56
io7m added a commit that referenced this issue Dec 21, 2019
This adds triangle tracking to the binary2 format, sharing the
implementation with that used in the XML format.

Affects: #52
Affects: #56
io7m added a commit that referenced this issue Dec 22, 2019
SMF triangle and vertex data may now be present in big-endian or
little-endian byte order.

Affects: #52
Affects: #25
Affects: #56
@io7m
Copy link
Owner Author

io7m commented Dec 22, 2019

Done as of f627e71.

@io7m io7m closed this as completed Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant