Ask HN: Similar books to “Raytracing in one Weekend”?
150 points| augunrik | 3 years ago
Does someone know similar series on other subjects than raytracing? I know there is the Advent of Code, but that's more like solving a puzzle.
150 points| augunrik | 3 years ago
Does someone know similar series on other subjects than raytracing? I know there is the Advent of Code, but that's more like solving a puzzle.
Jemaclus|3 years ago
jesusinsneakers|3 years ago
sasas|3 years ago
"Build your own X" - "This repository is a compilation of well-written, step-by-step guides for re-creating our favorite technologies from scratch." [0]
[0] https://github.com/codecrafters-io/build-your-own-x
iKlsR|3 years ago
[0]: https://gamephysicsweekend.github.io/
[1]: https://matthias-research.github.io/pages/tenMinutePhysics/
maximmcnair|3 years ago
renaissance_tea|3 years ago
pmat|3 years ago
[0]: https://www.cs.ubc.ca/~rbridson/fluidsimulation/
[1]: https://paveldogreat.github.io/WebGL-Fluid-Simulation/
tmtvl|3 years ago
adam_ellsworth|3 years ago
https://www.cs.cmu.edu/~dst/LispBook/book.pdf
legends2k|3 years ago
[0]: https://legends2k.github.io/note/cg_resources/
jchook|3 years ago
[0]: https://craftinginterpreters.com/
avinassh|3 years ago
I built an educational KV store to teach someone to write a database from scratch. I have set up this project in TDD fashion with the tests. So, you start with simple functions, pass the tests, and the difficulty level goes up. There are hints if you get stuck. When all the tests pass, you would have written a persistent key-value store in the end.
link: https://github.com/avinassh/py-caskdb
agluszak|3 years ago
locriacyber|3 years ago
It's about 2D programmatic raster graphics.
augunrik|3 years ago
WhiteBlueSkies|3 years ago
open-source-ux|3 years ago
https://www.pearson.com/us/higher-education/series/Sams-Teac...