Viewing profile — hughsk
hughsk
HN member- Joined
- Sun, Oct 14, 2012, 2:58 PM UTC
- HN karma
- 315
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About hughsk
No profile information was provided.
Recent public activity
- story
-
comment
Comment #9567129
https://github.com/aras-p/glsl-optimizer
- story
- story
- story
- story
- story
- story
-
comment
Comment #7697893
Note: > We may share information, including personally identifying information, with our Affiliates (companies that are part of our corporate groups of companies, including but not…
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #7486703
Alcohol is a drug. Unlike most other drugs though, alcohol withdrawal can be life-threatening and often requires hospitalization: http://en.wikipedia.org/wiki/Alcohol_withdrawal_sy…
- story
- story
- story
-
comment
Comment #6295040
Thanks! Collisions/physics are handled by box2dweb, using a 2D greedy mesher to simplify the grid into quads: https://github.com/hughsk/continuous-box2d The terrain is a mix of a c…
-
comment
Comment #6294782
Hurry! http://hughsk.github.io/ludum-dare-27/ All JS, using browserify and a bunch of modules but no framework :)
-
comment
Comment #6119966
Thanks! Fairly feasible - the harder part would be resolving the correct files, with a small tweak to the API it'd be possible to pass that list to the tool directly.
-
comment
Comment #6119960
Given one or more node-style CommonJS files, it resolves the files that are actually being used before including them. I'm looking to add a few other metrics, but I've updated the …