Valtteri Koskivuori
Valtteri Koskivuori
Very cool! Now I know what I'm doing this weekend 😄
For cygwin as I understand it, you can largely follow the Linux instructions in the README. You might have better luck using WSL if you can, though. I hear SDL...
> Currently, the material system is not quite physically correct. You are absolutely right. In the past my priority has been what looks 'good enough', often with a rather lax...
Good call! I had this same idea today. Also right click to erase?
I have this same issue. Any official channel to request a `ws_secret` key?
One could implement an acceleration curve to the scrolling so it isn’t annoyingly slow when a lot of text is printed at once, but still has that pleasing smooth effect...
Looks great so far. I'll do some testing and merge it ASAP if all looks good. Just as a side note: I *really* appreciate you helping out with this project!...
A note on unit tests: Feel free to make them. My philosophy with that stuff is basically: This code isn't mission-critical. Let's get it to a working state, and then...
Some reading: http://www.hashcash.org/bitcoin/ http://www.cypherspace.org/bitcoin/hashcash.html
The project currently has the file `UInt+SHA256.swift` that implements most of the required functionality for working with 256 bit block hashes. However, I recently discovered it lacks multiple operands, most...