Try it out here: https://eio.github.io/books/
Clicking a book cover image should open a new browser window to a page where you can purchase the book.
If this isn't working, you may have to disable your browser's pop-up blocker.
W: forwards, S: backwards, A: left, D: right,
R/F: up/down, Q/E: roll, ⇧/⇩: pitch, ⇦/⇨: yaw
Order
button cleans things up:
To visualize your own set of books:
-
Create a new CSV file using
data/books.csv
as a reference -
Clean up any empty rows in your CSV by running the
data/trim_empty_csv_rows.py
Python script -
Convert your CSV file to JSON in the expected
books.js
file by running thedata/csv_to_json.py
Python script -
Open
index.html
in your favorite web browser