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

Export Node[A] or chess tree to different format #551

Open
lenguyenthanh opened this issue May 28, 2024 · 4 comments
Open

Export Node[A] or chess tree to different format #551

lenguyenthanh opened this issue May 28, 2024 · 4 comments

Comments

@lenguyenthanh
Copy link
Member

lenguyenthanh commented May 28, 2024

Similar to #536, We could potentially implement different type classes to export Node[A] (which is the presentation of chess tree, pgn) to different formats. Here are some examples on top of my head:

  • Binary (using compression)
  • Latex, this will leads to bazillion different formats (pdf, markdown)
@Oziomajnr
Copy link
Contributor

Anyone working on this?
I'd like to have a look

@lenguyenthanh
Copy link
Member Author

Hey, thanks for interested in the issue. Probably no one is working on this. But tbh, this is quiet difficult task. It is probably similar to this: #562 and it's follow up PRs, but a bit more complicated I think. I'm not sure how to handle it yet.

If you still interested I can probably write more about how it should be solved and maybe some step by step guide to work on this. But I don't have that on top of my head right now.

@Oziomajnr
Copy link
Contributor

Oziomajnr commented Aug 6, 2024

Ok, thanks, if you could provide a little more context, I could analyze the problem and propose a solution before I start implementing.

@lenguyenthanh
Copy link
Member Author

great, I'll try to find time to write it down then. I'll probably do it this weekend.

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

2 participants