zenphoton

The "Zen photon garden", an HTML5 raytracing art-toy.
git clone https://git.approximate.life/zenphoton.git
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2024-08-04 17:31Use jsmin and coffeescript from NPMMicah Elizabeth Scott4+52-4
2024-08-04 17:30Use included font in 404 message, not a link to googleMicah Elizabeth Scott1+7-1
2024-08-04 16:00Remove analyticsMicah Elizabeth Scott2+1-11
2024-08-04 16:00Update linksMicah Elizabeth Scott1+2-2
2018-06-26 01:39Merge pull request #6 from PiOverFour/masterMicah Elizabeth Scott5+1055-453
2018-06-26 00:37Enable spot angle export + remove freestyle renderDamien Picard2+123-389
2018-06-25 21:55Somewhat better wavelength formula, and disable check_insideDamien Picard1+86-77
2018-06-24 22:44Fixes and cleanup * Fix normals * Use blender resolution percentage * Camera rendering * Freestyle render disabled for now * Instead, use Freestyle mark to ignore edgesDamien Picard1+252-228
2018-06-24 16:42UI and code cleanup * use scene render settings * material class and UI * lamp class and UI * cleanup render * cleanup batch script * use json module * remove pre 270 freestyle moduleDamien Picard3+460-534
2014-08-02 15:16Blender exporter: Temporarily apply modifiers to meshes in 2D mode.PiOverFour1+11-6
2014-03-18 22:08Blender exporter: added other object types (curves, texts, etc.)PiOverFour1+120-107
2014-03-16 11:36Bug with Blender 2.69PiOverFour1+2-2
2014-03-15 23:17Blender render: parented lights did not have correct location.PiOverFour1+1-1
2014-03-15 23:10Blender exporter: added "ignore existing file" option Does not work with standard HQZ build. Tested only on Linux.PiOverFour2+2-1
2014-03-15 21:10Nothing of importance.PiOverFour1+14-5
2014-03-14 23:37Blender exporter: 2.70 panels.PiOverFour1+3-0
2014-03-13 15:22Blender exporter: do not override settings. Use blender keyframes instead.PiOverFour1+4-6
2014-03-12 16:58Blender render: bugfixPiOverFour1+3-2
2014-03-12 11:15Blender exporter: store properties in data instead of object. That way, instances share hqz properties.PiOverFour1+18-18
2014-03-11 16:17Blender render: consider scene resolution percentagePiOverFour3+91-91
2014-03-11 15:00Blender exporter: export bug in freestyle 2.69PiOverFour1+85-86
2014-03-11 12:08Blender exporter: bug with batch export firstPiOverFour1+10-10
2014-03-11 10:49Blender exporter: export batch script before scene files.PiOverFour1+24-23
2014-03-11 01:32Don't like prints.PiOverFour1+1-1
2014-03-11 01:23Blender exporter: check if lights are in front of camera.PiOverFour1+2-1
2014-03-11 01:11Damn version numbers. Should I keep that up...PiOverFour1+1-1
2014-03-11 01:09Blender exporter: check if lights are within camera limits before exports.PiOverFour1+71-58
2014-03-10 21:17Blender exporter: corrected 2.70 version checking.PiOverFour1+1-1
2014-03-10 14:19Maya exporter: version number.PiOverFour1+1-1
2014-03-10 14:18Maya exporter: bug with variable namesPiOverFour1+1-1
2014-03-10 13:35Version number.PiOverFour1+2-6
2014-03-09 21:15Blender exporter: added the possibility to export materials in 3D mode. Select mat in object Custom PropertiesPiOverFour3+195-126
2014-03-09 15:17Added version check for freestyle API change in 2.70PiOverFour1+6-1
2014-03-09 15:09Blender exporter: consider parenting for lights.PiOverFour1+2-2
2014-03-09 14:56Added file browsing to Blender exporter. Renamed class in Freestyle module.PiOverFour3+20-19
2014-03-08 23:20Renaming for ease of use. Replaced zip with folder. Blender export : bugfix for 3D light export, when checking visibility. Other stuff I forgot.Damien Picard6+1247-453
2015-07-20 17:42Merge pull request #8 from Ri-P/masterMicah Elizabeth Scott6+7-3
2015-07-20 15:27Update example renderings.rip5+0-0
2015-07-20 14:40Fix correlation of per-object sampler and ray outcome sampler.rip1+7-3
2014-03-08 19:02Adding Blender and Maya exporters contributed by Damien PicardMicah Elizabeth Scott2+453-0
2013-09-14 06:20Remove broken AWS API versionsMicah Elizabeth Scott4+5-5
2013-05-16 06:36Verified to work on MinGWMicah Elizabeth Scott1+3-2
2013-05-14 17:48Links to the hqz intro videoMicah Elizabeth Scott2+8-2
2013-05-13 05:35Another important go-faster stripeMicah Elizabeth Scott1+1-1
2013-05-09 22:49quadtree: Fix another intersection-test bugMicah Elizabeth Scott1+13-18
2013-05-09 22:28quadtree: Fix Node initializationMicah Elizabeth Scott1+5-5
2013-05-09 22:11harmonic example: Typo in light angleMicah Elizabeth Scott1+1-1
2013-05-09 22:01hqz: Interrupt the render at any time with Ctrl-C and get a partial resultMicah Elizabeth Scott3+34-0
2013-05-09 21:35Refactor material outcomes into a new fileMicah Elizabeth Scott4+91-40
2013-05-09 21:35harmonic: More aesthetic tweaksMicah Elizabeth Scott1+20-9
2013-05-09 09:33Aesthetic tweaks for the 'harmonic' exampleMicah Elizabeth Scott1+8-12
2013-05-09 09:24plot: Keep angles continuousMicah Elizabeth Scott1+21-8
2013-05-09 08:32Adding another example, "harmonic", to show off plot()Micah Elizabeth Scott1+92-0
2013-05-09 08:30Add notes on normal interpolation and wireframe previewMicah Elizabeth Scott1+13-1
2013-05-09 08:26requestAnimationFrame polyfill, for Safari and Firefox compatibilityMicah Elizabeth Scott1+16-0
2013-05-09 08:01wireframe: Visualize normals and normal interpolation pathsMicah Elizabeth Scott1+35-8
2013-05-09 03:47plot: Don't loop forever if the function returns a NaNMicah Elizabeth Scott1+4-1
2013-05-09 02:04queue-submit: Log message bugfixMicah Elizabeth Scott1+1-1
2013-05-09 02:03cluster-start: fewer sticky instancesMicah Elizabeth Scott1+5-1
2013-05-09 01:58queue-submit: Some polish for the upload loggingMicah Elizabeth Scott1+12-6
2013-05-08 23:34hqz: Support for 'timelimit' and/or 'rays' stopping conditionsMicah Elizabeth Scott3+95-14
2013-05-08 23:34Bugfix: Exit before rendering if we have errors from scene parsingMicah Elizabeth Scott1+6-1
2013-05-08 22:49Fix quadtree rendering bugMicah Elizabeth Scott3+86-27
2013-05-08 03:38Add a quick script to check the SQS queue statusMicah Elizabeth Scott1+59-0
2013-05-08 02:36plot: Iterate entirely to t=1.0 before quittingMicah Elizabeth Scott1+7-5
2013-05-08 02:36Log unhandled object typesMicah Elizabeth Scott1+5-4
2013-05-08 00:55queue-submit: Fix out-of-order numberingMicah Elizabeth Scott1+7-5
2013-05-07 21:53queue-watcher: Fix job key bugMicah Elizabeth Scott1+1-1
2013-05-07 21:45Fix upload counterMicah Elizabeth Scott1+26-28
2013-05-07 21:41Log message cleanupMicah Elizabeth Scott1+4-2
2013-05-07 21:39Increase concurrent uploads (LTE latency)Micah Elizabeth Scott1+2-1
2013-05-07 21:35One-line format for quick.jsonMicah Elizabeth Scott1+1-12
2013-05-07 21:32Bugfixes for multi-part scene dataMicah Elizabeth Scott2+19-11
2013-05-07 20:00Remove debuggingMicah Elizabeth Scott1+0-3
2013-05-07 19:56Chunked upload supportMicah Elizabeth Scott1+107-58
2013-05-07 18:48New animation format, multiple lines of JSONMicah Elizabeth Scott8+69-104
2013-05-07 12:26queue-watcher: Add a hacky option to retry failed work itemsMicah Elizabeth Scott1+17-0
2013-05-07 11:06queue-submit: Improved support for extremely large JSON filesMicah Elizabeth Scott2+106-36
2013-05-07 08:56Use smaller upper/lower limits for scene coordinatesMicah Elizabeth Scott3+5-5
2013-05-07 07:42Enhance the animation previewer, rename it to 'wireframe hqz preview'Micah Elizabeth Scott2+199-180
2013-05-07 07:28Optimized sampler re-seeding during ray intersectionMicah Elizabeth Scott3+34-14
2013-05-07 07:14Small quadtree optimization, copy ray metadata less oftenMicah Elizabeth Scott1+24-22
2013-05-07 06:30Linux build fixMicah Elizabeth Scott1+1-0
2013-05-07 06:08More quadtree debuggingMicah Elizabeth Scott1+6-0
2013-05-07 06:08Microoptimization flagsMicah Elizabeth Scott1+1-1
2013-05-07 06:08NaN crash bugfix for LinuxMicah Elizabeth Scott1+4-6
2013-05-07 05:38Bugfix for out-of-order messages in queue-watcherMicah Elizabeth Scott1+3-2
2013-05-07 05:21Quadtree for accelerating ray intersectionsMicah Elizabeth Scott5+216-46
2013-05-07 05:21Fix crashes in HistogramImager due to NaN clipping bugMicah Elizabeth Scott1+21-13
2013-05-07 03:31Quadtree scaffoldingMicah Elizabeth Scott8+313-153
2013-05-07 01:48Polish for previewer scriptMicah Elizabeth Scott1+20-10
2013-05-07 01:48Fix for negative ray countsMicah Elizabeth Scott1+19-12
2013-05-07 01:20Refactor, AABB intersectionMicah Elizabeth Scott2+53-12
2013-05-07 01:04Refactor, move object-type-specific knowledge to new ZObject fileMicah Elizabeth Scott7+230-59
2013-05-07 00:19New benchmarking targetMicah Elizabeth Scott3+87-4
2013-05-06 23:07Automatically scale down cluster as the queue emptiesMicah Elizabeth Scott2+45-27
2013-05-06 22:37queue-runner: Optionally exit after CPU utilization drops below minimumMicah Elizabeth Scott1+21-0
2013-05-06 03:40Indicate light angleMicah Elizabeth Scott1+3-2
2013-05-05 23:10Use the whole window as a drop targetMicah Elizabeth Scott1+1-2
2013-05-05 19:43Auto-set aspect ratio of previewMicah Elizabeth Scott1+17-13
2013-05-05 18:51New animation preview toolMicah Elizabeth Scott1+166-0
2013-05-05 18:51Fix null object emitted by plot.jsMicah Elizabeth Scott1+3-1
2013-05-03 23:49sine05 renderMicah Elizabeth Scott1+10-6
2013-05-03 20:29Batch deletion for messages in queue-watcherMicah Elizabeth Scott1+28-5
2013-05-03 20:27Higher quality render, sine04Micah Elizabeth Scott1+1-1
2013-05-03 19:47Testing new normal interpolation, rendering job sine03Micah Elizabeth Scott1+22-33
2013-05-03 19:31Trigonometric rather than vector interpolation for normals, bugfixesMicah Elizabeth Scott4+36-27
2013-05-03 07:22Starting support for normal interpolationMicah Elizabeth Scott3+109-10
2013-05-03 05:11Remove spurious whitespaceMicah Elizabeth Scott1+1-1
2013-05-02 09:56Another example sceneMicah Elizabeth Scott2+56-0
2013-05-02 09:14Another light exampleMicah Elizabeth Scott2+49-0
2013-05-02 08:11An example with more complex lightingMicah Elizabeth Scott2+31-0
2013-05-02 06:38Correction to sine02Micah Elizabeth Scott1+1-1
2013-05-02 06:23sine02 job submittedMicah Elizabeth Scott1+73-0
2013-05-02 05:20Forgot to add arc4rand to dependencies listMicah Elizabeth Scott1+1-1
2013-05-02 05:17Readme: More about prereqs and what's newMicah Elizabeth Scott1+22-1
2013-05-02 04:47README notes on cloud renderingMicah Elizabeth Scott1+56-4
2013-05-02 03:23Correction to branches07Micah Elizabeth Scott1+1-1
2013-05-02 03:12Typo!Micah Elizabeth Scott1+1-1
2013-05-02 03:04Running branches07Micah Elizabeth Scott1+2-2
2013-05-02 02:57Pseudorandom branchingMicah Elizabeth Scott1+35-27
2013-05-02 02:57Fix scoping bug in queue-runner scene cacheMicah Elizabeth Scott1+3-4
2013-05-02 01:38Blar, fix log redirectsMicah Elizabeth Scott1+11-8
2013-05-02 01:21Show duration of completed work itemsMicah Elizabeth Scott1+16-1
2013-05-02 01:10Blah, replace s3cmd with a little node.js scriptMicah Elizabeth Scott1+33-5
2013-05-02 00:32Cleanup the userdata script in cluster-encodeMicah Elizabeth Scott1+27-25
2013-05-02 00:32branches04 testMicah Elizabeth Scott1+5-4
2013-05-02 00:10Experimental EC2 video encoder scriptMicah Elizabeth Scott1+136-0
2013-05-01 22:17Remove dependency on os.EOLMicah Elizabeth Scott1+2-3
2013-05-01 22:11New animation-friendly output for queue-watcherMicah Elizabeth Scott1+22-12
2013-05-01 22:11Speed tweaks for branches03 renderMicah Elizabeth Scott1+3-3
2013-05-01 21:34More framesMicah Elizabeth Scott1+2-2
2013-05-01 21:32Security role tweaks for cluster-startMicah Elizabeth Scott1+24-14
2013-05-01 21:31queue-submit: Automatic job naming, hash-based source upload, bucket from environment varMicah Elizabeth Scott1+49-21
2013-05-01 20:14Use appropriately sized batches for posting work items to SQSMicah Elizabeth Scott1+27-13
2013-05-01 20:14Revert "Upgrade to Ubuntu 12.10"Micah Elizabeth Scott1+1-1
2013-05-01 19:57More animation infrastructureMicah Elizabeth Scott5+180-142
2013-05-01 03:07Upgrade to Ubuntu 12.10Micah Elizabeth Scott1+1-1
2013-04-30 20:41Dequeue messages that experience permanent failuresMicah Elizabeth Scott1+22-24
2013-04-30 20:14Temp prefixMicah Elizabeth Scott1+1-1
2013-04-30 19:54cluster-start: Get an instance count from the command lineMicah Elizabeth Scott1+8-2
2013-04-30 19:54Logging and log replay for queue-watchMicah Elizabeth Scott2+47-20
2013-04-30 19:53Fix queue-runner crash for scenes with bad JSONMicah Elizabeth Scott1+12-6
2013-04-30 09:42Scale upMicah Elizabeth Scott1+1-1
2013-04-30 09:39Fix crash in queue-runnerMicah Elizabeth Scott1+3-3
2013-04-30 09:22Fix queue-watcherMicah Elizabeth Scott1+7-7
2013-04-30 09:21Modify simple animation example for cluster renderingMicah Elizabeth Scott1+10-17
2013-04-30 08:32Really experimental support for rendering on EC2 clustersMicah Elizabeth Scott6+339-31
2013-04-30 04:34Experimenting with EC2Micah Elizabeth Scott1+87-0
2013-04-30 04:02HQZ work queue, using Amazon SQSMicah Elizabeth Scott2+394-0
2013-04-30 01:23Add a minimal example for fast queue testingMicah Elizabeth Scott1+12-0
2013-04-29 21:13Reorganize, add an 'examples' directoryMicah Elizabeth Scott6+187-1
2013-04-29 09:20More animation goodiesMicah Elizabeth Scott2+17-4
2013-04-29 08:35Ring lightMicah Elizabeth Scott1+1-1
2013-04-29 08:31Experimenting with animation in node.jsMicah Elizabeth Scott1+86-0
2013-04-29 08:31More exposure tweaks, added gamma correction supportMicah Elizabeth Scott3+18-3
2013-04-29 08:09Update README for color light intensity tweaksMicah Elizabeth Scott1+1-1
2013-04-29 08:09Tweaks for color light intensityMicah Elizabeth Scott1+22-7
2013-04-29 08:09Linux build fixesMicah Elizabeth Scott3+4-1
2013-04-29 08:09Cleanup, no more XCodeMicah Elizabeth Scott3+0-253
2013-04-29 06:17Faster early-out for invisible raysMicah Elizabeth Scott2+15-14
2013-04-29 06:16Update README to reflect the current state of thingsMicah Elizabeth Scott1+4-13
2013-04-29 06:07Implementation for blackbody variablesMicah Elizabeth Scott5+1125-8
2013-04-29 04:32Example with multiple lightsMicah Elizabeth Scott1+5-4
2013-04-29 04:31Color rendering, line clippingMicah Elizabeth Scott7+769-145
2013-04-29 03:31More sampler refactoringMicah Elizabeth Scott2+17-17
2013-04-29 03:17Move random variable support to a separate Sampler objectMicah Elizabeth Scott3+144-67
2013-04-29 02:06Remove packWavelength() call for nowMicah Elizabeth Scott1+1-1
2013-04-29 02:06Remove histogramimage.cppMicah Elizabeth Scott1+0-14
2013-04-29 02:05Remove the tile bufferMicah Elizabeth Scott1+19-128
2013-04-27 01:03Starting to implement color renderingMicah Elizabeth Scott5+71-29
2013-04-26 23:54Exposure scaling by render areaMicah Elizabeth Scott4+8-4
2013-04-26 23:43Fix slope calculation bug in ray reflectionMicah Elizabeth Scott1+1-1
2013-04-26 23:16Some rendering is happening!Micah Elizabeth Scott3+164-41
2013-04-26 21:22Lots more raytracing infrastructure for hqzMicah Elizabeth Scott6+352-11
2013-04-26 19:31Implement the histogram sorting buffer scheme from RayChomperMicah Elizabeth Scott2+112-14
2013-04-26 18:41Readme updates for XCode buildMicah Elizabeth Scott1+14-1
2013-04-26 18:38XCode build compatibilityMicah Elizabeth Scott4+254-1
2013-04-26 18:04Removing old RayChomper scene classMicah Elizabeth Scott2+0-232
2013-04-26 18:03Simple histogram line renderer, with 192-bit colorMicah Elizabeth Scott5+189-276
2013-04-26 16:57Change in light format: Angle, monochromatic whiteMicah Elizabeth Scott3+8-7
2013-04-26 00:52Converter script for URL to JSON, example sceneMicah Elizabeth Scott3+297-9
2013-04-25 09:41More ideas for the scene formatMicah Elizabeth Scott3+47-6
2013-04-25 08:28Early scaffolding for hqzMicah Elizabeth Scott10+337-265
2013-04-25 08:27A readme to introduce the scope of the projectMicah Elizabeth Scott1+16-0
2013-04-25 05:12Another third party lib, lodepngMicah Elizabeth Scott2+7949-0
2013-04-25 05:05Importing rapidjson sourcesMicah Elizabeth Scott11+2686-0
2013-04-25 04:43Reorganization to support hqz, initial import of RayChomper sourcesMicah Elizabeth Scott12+851-75
2013-04-24 01:13Attach drawing event handlers to help text alsoMicah Elizabeth Scott1+1-1
2013-04-24 01:05Add Google Analytics blobMicah Elizabeth Scott2+10-0
2013-04-24 00:53Another 404 fix, icon for old iOS.Micah Elizabeth Scott2+1-0
2013-04-24 00:52Fix common 404 errorsMicah Elizabeth Scott4+21-12
2013-04-23 01:01Link to blogMicah Elizabeth Scott1+1-2
2013-04-22 19:24Link to flickr galleryMicah Elizabeth Scott1+2-1
2013-04-18 22:30Add iOS logos to deployment listMicah Elizabeth Scott1+4-0
2013-04-18 22:24Dynamic batch sizesMicah Elizabeth Scott1+39-6
2013-04-18 21:47Touch UI support for the main drawing areaMicah Elizabeth Scott1+56-20
2013-04-18 21:31Touch events for zen-widgetsMicah Elizabeth Scott1+104-25
2013-04-18 20:27Workaround for MobileSafari crashMicah Elizabeth Scott1+8-1
2013-04-18 20:05Adjust viewport size to support 4:3 devices (iPad)Micah Elizabeth Scott1+1-1
2013-04-18 19:52Icons and viewport settings for iOSMicah Elizabeth Scott5+8-0
2013-04-18 17:23Fix mouseups outside the windowMicah Elizabeth Scott2+6-6
2013-04-18 17:17Remove debug loggingMicah Elizabeth Scott1+0-4
2013-04-18 17:14Try out 'use strict'Micah Elizabeth Scott1+2-0
2013-04-18 17:12Serialization fix for signed coordinatesMicah Elizabeth Scott1+33-17
2013-04-18 17:03Movable light hackMicah Elizabeth Scott2+55-30
2013-04-18 04:51ShhhhMicah Elizabeth Scott1+1-1
2013-04-18 04:51Simple feature test for asm.jsMicah Elizabeth Scott1+43-0
2013-04-18 04:51Concurrent support for asm.js and original renderersMicah Elizabeth Scott6+480-12
2013-04-18 03:17Deferred initialization, small speedups for WebkitMicah Elizabeth Scott1+63-49
2013-04-18 02:44Maybe we shouldn't recommend Safari...Micah Elizabeth Scott1+2-2
2013-04-18 02:38Clearer precedenceMicah Elizabeth Scott1+4-4
2013-04-18 02:33Remove obsolete commentMicah Elizabeth Scott1+1-8
2013-04-17 22:39Minimal polyfill for imulMicah Elizabeth Scott1+3-7
2013-04-17 22:38More conservative clamping; fixes histogram overflow on ChromeMicah Elizabeth Scott1+4-4
2013-04-17 22:24Fake Web Workers implementation for debuggingMicah Elizabeth Scott2+339-6
2013-04-17 22:22Merge branch 'master' into asmjsMicah Elizabeth Scott1+8-1
2013-04-17 22:21More specific deployment file listMicah Elizabeth Scott1+8-1
2013-04-17 21:40Fix for line endpointsMicah Elizabeth Scott1+4-4
2013-04-17 20:33Fix stop condition in lineLoop()Micah Elizabeth Scott1+4-4
2013-04-17 20:15Command line option for a debug buildMicah Elizabeth Scott1+9-2
2013-04-17 20:15Command line option for a debug buildMicah Elizabeth Scott1+9-2
2013-04-17 00:37Inlined pseudo-random number generator for trace()Micah Elizabeth Scott2+46-24
2013-04-17 00:02Use a larger random bufferMicah Elizabeth Scott2+5-5
2013-04-16 23:52Bugfixes; Working asm.js port!Micah Elizabeth Scott2+54-26
2013-04-16 00:02First cut at porting to asm.jsMicah Elizabeth Scott5+633-370
2013-04-14 23:54Remove nosnippetMicah Elizabeth Scott1+0-1
2013-04-13 01:41UI cleanup and undo/redo hotkey supportMicah Elizabeth Scott3+64-34
2013-04-13 01:41New build scriptMicah Elizabeth Scott1+26-0
2013-04-13 00:58Build setup for multiple JS files and jsminMicah Elizabeth Scott15+1310-1090
2013-04-13 00:14Make segments visible on hover over undo/redo/clearMicah Elizabeth Scott1+13-3
2013-04-13 00:08Use saturation-safe accumulator loop selectivelyMicah Elizabeth Scott1+28-2
2013-04-12 23:57Prevent integer overflow during histogram accumulationMicah Elizabeth Scott1+5-5
2013-04-12 23:43Error message on unsupported browser or JS disabledMicah Elizabeth Scott2+64-11
2013-04-12 23:08Some meta tags for googleMicah Elizabeth Scott1+2-0
2013-04-12 22:59Fix broken exposure slider updatesMicah Elizabeth Scott1+2-1
2013-04-12 22:52Simple new logoMicah Elizabeth Scott10+0-0
2013-04-12 22:05Checking in screenshot submitted to chromeexperimentsMicah Elizabeth Scott1+0-0
2013-04-12 21:57Move web site to 'html' dirMicah Elizabeth Scott7+3-3
2013-04-11 07:08Favicon gifMicah Elizabeth Scott2+1-1
2013-04-11 07:05A little more READMEMicah Elizabeth Scott1+8-4
2013-04-11 07:02Fix blank screen on load without URI dataMicah Elizabeth Scott1+11-10
2013-04-11 06:59Renderer rewrite, with separate interactive and batch-render threadsMicah Elizabeth Scott1+192-175
2013-04-11 05:57Fast rendering loop (Webkit/Gecko variants)Micah Elizabeth Scott1+96-56
2013-04-11 04:46Cleanup old RayChomper namingMicah Elizabeth Scott4+605-604
2013-04-11 04:46Worker thread jobs for accumulate and renderMicah Elizabeth Scott1+108-8
2013-04-11 04:02More polish, 404 pageMicah Elizabeth Scott4+40-9
2013-04-11 03:45Favicon & deployment scriptMicah Elizabeth Scott4+10-0
2013-04-11 03:34Not going to use GitHub to host this after all.Micah Elizabeth Scott1+0-2
2013-04-11 03:31Importing sources from the raychomper repoMicah Elizabeth Scott4+1064-0
2013-04-11 03:30Initial commitM. Elizabeth Scott1+5-0