A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: CJLibrary CS4

  1. #1

    CJLibrary CS4

    I think I've misposted this in the AS3 forum.
    Guess this goes here.

    I've tweaked my CS3 library to fit in CS4.
    (mostly doing performance-related adjustments like using Vector instead of Array)

    And after I realized the number of classes it contains,
    I think I should put it into an SVN repository for maintenance convenience.

    And I think I might well as share it with you guys.
    So here it is, the CJLibrary CS4.
    Hope you like it

    Google Code project homepage



    CJLibrary CS4 features:

    Emitter - Particle FX engine.
    DynaShape - Dynamic shape drawing API.
    Fenozix - Simple 2D particle physics engine.

    Documentation is also available.
    Just check it out in the SVN repository.

  2. #2
    I've written a basic Z-depth sorter class called ZSorter.
    It's in the idv.cjcat.display.zsorter package of CJLibrary CS4.



    View SWF

    Donwload FLA

    It implements the simpliest z-depth sorting algorithm: The Painter's Algorithm.
    Moreover, ZSorter is very light-weighted.
    So for simple carousel effect like this, I think the performance is kind of nice.

  3. #3
    Hey , recently I've recorded several Emitter video tutorials.
    Hope you like it

    http://www.youtube.com/watch?v=SuFkq...x=0&playnext=1
    More vids coming up~

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center