Commit Graph

1100 Commits

Author SHA1 Message Date
Tony Garnock-Jones 2420abe2e1 https://github.com/racket/racket/issues/1099 fixed by samth 2015-10-23 11:56:22 -04:00
Tony Garnock-Jones a5db6ebc18 Communicate target-frame-rate in frame-events 2015-10-23 11:54:41 -04:00
Tony Garnock-Jones 419bb054f1 Comment out frame counter again 2015-10-23 11:50:06 -04:00
Tony Garnock-Jones 1105a54543 Limit frame rate 2015-10-23 11:49:16 -04:00
Tony Garnock-Jones a6d857fe83 Factor out KeyboardIntegrator and clean up basic.rkt 2015-10-23 11:38:45 -04:00
Tony Garnock-Jones f81d727bd9 Package infrastructure 2015-10-23 11:29:33 -04:00
Tony Garnock-Jones 8875fd2351 TODO 2015-10-23 11:24:19 -04:00
Tony Garnock-Jones c8642c2557 Better key press/release handling 2015-10-22 19:47:31 -04:00
Tony Garnock-Jones b3f8506bf7 More work 2015-10-22 17:59:31 -04:00
Sam Caldwell 83e36ed9e5 WIP for machine switch 2015-10-22 17:04:17 -04:00
Tony Garnock-Jones 16522d8191 Tweak MF's adjustments :) 2015-10-22 16:48:18 -04:00
Tony Garnock-Jones f1bf1f5256 Initial summary of HLL ideas from uni.org 2015-10-22 11:35:30 -04:00
Sam Caldwell 3b40a8287e Merge pull request #1 from mfelleisen/patch-1
MF's comments on protocol description.
2015-10-21 16:14:39 -04:00
Matthias Felleisen 1bd0e40734 Update game.rkt 2015-10-21 16:07:26 -04:00
Sam Tobin-Hochstadt 0c40ac37a2 This is simpler. 2015-10-21 09:26:43 -04:00
Sam Caldwell 787cf73d5f Flesh out protocol description 2015-10-20 15:57:04 -04:00
Sam Caldwell 89cff7adc8 flesh out protocol description 2015-10-20 11:37:28 -04:00
Sam Caldwell e2ffe9bef6 startup 2015-10-20 10:26:11 -04:00
Sam Caldwell d23d487849 add structure-capture bit to FAQ 2015-10-20 08:34:34 -04:00
Tony Garnock-Jones 543073fd2e README 2015-10-17 21:11:55 -04:00
Tony Garnock-Jones e6530e2e4a Entrypoint for simply idling the stack 2015-10-17 20:33:51 -04:00
Tony Garnock-Jones 0072607f65 Factor out demo stack configuration 2015-10-17 20:33:10 -04:00
Sam Caldwell 4cb6f5cf26 add spawn/stateless to FAQ 2015-09-23 14:56:33 -04:00
Sam Caldwell bd328012a9 Merge pull request #8 from howell/master
Touch-up FAQ
2015-09-23 14:47:16 -04:00
Sam Caldwell ecb42dbbe3 Fix typo in FAQ 2015-09-22 14:48:12 -04:00
Sam Caldwell 233e536347 Add a bit about #f events to the FAQ 2015-09-22 14:48:06 -04:00
Tony Garnock-Jones 2fa909104c Typos and whitespace 2015-09-21 13:31:37 -04:00
Sam Caldwell d428853981 Create a FAQ based on email exchanges.
It's not exactly what you'd want in a FAQ, but it aggregates most of my
email exchanges with Tony and will hopefully be useful when creating a
more comprehensive collection of documentation.

I made a small effort to edit some of the information to be more usable
to a newcomer, but a lot of it is missing important context (such as
having read the paper describing the Network Calculus).
2015-09-17 22:27:35 -04:00
Tony Garnock-Jones 112c33302e 'gradient' 2015-09-09 11:44:42 -04:00
Tony Garnock-Jones c7ae3c64d3 FPS meter 2015-09-09 11:03:30 -04:00
Tony Garnock-Jones 14bd1f282d Fix glRotated call 2015-09-08 20:25:55 -04:00
Tony Garnock-Jones 6bd6eecf0e Keyboard-controlled sprite 2015-09-08 20:23:02 -04:00
Tony Garnock-Jones 7f06f3ceee simple-sprite 2015-09-08 20:15:52 -04:00
Tony Garnock-Jones b94e6113b0 Initial commit 2015-09-08 20:11:16 -04:00
Tony Garnock-Jones 7ed7ce096d Add (seal)s, for hiding structure from the routing table. Drastically improves big-bang example performance. 2015-09-07 16:05:06 -04:00
Tony Garnock-Jones eaa59161dc Ignore scratch dir 2015-08-25 16:14:36 -04:00
Tony Garnock-Jones 2a34861168 Switch back to module context; module-begin seems inappropriate? 2015-08-25 16:12:15 -04:00
Tony Garnock-Jones f6be642c97 Fix set/tset usage in endpoint.rkt 2015-08-25 15:54:23 -04:00
Tony Garnock-Jones 0a98061005 Use kernel-form-identifier-list and module-begin context for local-expand 2015-08-25 15:54:08 -04:00
Tony Garnock-Jones f52ba70b98 Toy durable key-value store 2015-08-21 17:56:03 -04:00
Tony Garnock-Jones 4d3e668ed4 Support deletion 2015-08-21 17:41:59 -04:00
Tony Garnock-Jones e54004f4e0 Simple key-value store. Not finished! 2015-08-21 17:02:41 -04:00
Leif Andersen 03b42f1917 Fix Dependencies. 2015-08-19 15:35:08 -04:00
Tony Garnock-Jones 44b6b5dcfa On-screen display of active window ID. 2015-08-18 20:14:59 -04:00
Tony Garnock-Jones 35e966cb13 Switch to arbitrary hash-order. 2015-08-18 20:14:31 -04:00
Tony Garnock-Jones 5eb155cc11 big-bang example 2015-08-18 20:01:58 -04:00
Tony Garnock-Jones fc971868d9 README.md 2015-08-18 12:47:29 -04:00
Tony Garnock-Jones 02c5ee97d3 Echo server example 2015-08-18 12:45:29 -04:00
Tony Garnock-Jones 2e3a8fceaa Handle empty matchers better in dot rendering 2015-07-14 17:56:10 -04:00
Tony Garnock-Jones b2e94f63b4 Try it out in the tests 2015-07-14 17:44:12 -04:00