lwjglgamedev / vulkanbook

Online book which introduces the main concepts required to write graphics games or any other applications using Vulkan in Java by using the LWJGL library.
MIT License
253 stars 13 forks source link

how to compile to epub or static site? #94

Open travisfw opened 4 days ago

travisfw commented 4 days ago

This is folders of text files, which is not ideal for navigation

Requesting an epub I can read offline, or at least a web page without the GitHub distractions.

I imagine I am not the first to think about this, so I'll refrain from suggesting anything more specific until I know your context.

lwjglgamedev commented 3 days ago

What you propose sounds good. Ideally I would like to hots it in gitbook platform, but unfortunatley, I can only host one book for free. Therefore, the alternative would be to generate, automatically, epub / PDF documents processing markdown files. Idealy, this should be integrated in Github CI. Anyone is familiar with the best tool for that? (to save research time)

If you have any other idea, please feel free to comment.