Skip to content

Instantly share code, notes, and snippets.

@andyli
andyli / Main.hx
Created February 10, 2011 22:47
onthewings.stuffs.stuff6
/**
* Some of the renderings can be found at
* http://www.flickr.com/photos/andy-li/sets/72157625719497466/
*
*
* Copyright (c) 2011, Andy Li http://www.onthewings.net/
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
@andyli
andyli / Main.hx
Created February 20, 2011 05:52
onthewings.stuffs.stuff7
/**
* Some of the renderings can be found at
* http://www.flickr.com/photos/andy-li/sets/72157625719497466/
*
*
* Copyright (c) 2011, Andy Li http://www.onthewings.net/
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
@andyli
andyli / Main.hx
Created February 26, 2011 13:16
onthewings.stuffs.stuff8
/**
* Some of the renderings can be found at
* http://www.flickr.com/photos/andy-li/sets/72157625719497466/
*
*
* Copyright (c) 2011, Andy Li http://www.onthewings.net/
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
@andyli
andyli / Main.hx
Created March 8, 2011 11:40
onthewings.stuffs.stuff9
/**
* Some of the renderings can be found at
* http://www.flickr.com/photos/andy-li/sets/72157625719497466/
*
*
* Copyright (c) 2011, Andy Li http://www.onthewings.net/
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
@andyli
andyli / Main.hx
Created April 4, 2011 07:41
onthewings.stuffs.stuff10
/**
* Some of the renderings can be found at
* http://www.flickr.com/photos/andy-li/sets/72157625719497466/
*
*
* Copyright (c) 2011, Andy Li http://www.onthewings.net/
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
@andyli
andyli / Main.hx
Created April 8, 2011 15:11
onthewings.stuffs.stuff11
/**
* Some of the renderings can be found at
* http://www.flickr.com/photos/andy-li/sets/72157625719497466/
*
*
* Copyright (c) 2011, Andy Li http://www.onthewings.net/
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
@andyli
andyli / Main.hx
Created April 10, 2011 19:54
onthewings.stuffs.stuff12
/**
* Some of the renderings can be found at
* http://www.flickr.com/photos/andy-li/sets/72157625719497466/
*
*
* Copyright (c) 2011, Andy Li http://www.onthewings.net/
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
@andyli
andyli / Main.hx
Created May 3, 2011 15:50
onthewings.stuffs.stuff13
/**
* Some of the renderings can be found at
* http://www.flickr.com/photos/andy-li/sets/72157625719497466/
*
*
* Copyright (c) 2011, Andy Li http://www.onthewings.net/
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
@andyli
andyli / Main.hx
Created May 11, 2011 18:21
onthewings.stuffs.stuff14
/**
* Some of the renderings can be found at
* http://www.flickr.com/photos/andy-li/sets/72157625719497466/
*
*
* Copyright (c) 2011, Andy Li http://www.onthewings.net/
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
//A backup of http://lists.motion-twin.com/pipermail/haxe/2009-July/027010.html
/**
* Memory Layout:
* Block size b = DATA_SIZE * (N + 2) * (M + 2)
* 1. d 0 ... b-1
* 2. d_prev b ... 2b-1
* 3. u 2b ... 3b-1
* 4. u_prev 3b ... 4b-1
* 5. v 4b ... 5b-1
* 6. v_prev 5b ... 6b-1