Skip to content

rickj33/Stact

 
 

Repository files navigation

Stact - A library for the LARGER than average developer

Stact

LICENSE

Apache 2.0 - see docs/legal (just LEGAL in the zip folder)

IMPORTANT

NOTE: If you are looking at the source - please run build.bat before opening the solution. It creates the SolutionVersion.cs file that is necessary for a successful build.

INFO

Overview

Stact is a collection of different tools that help you work smarter.

  • State Machine
  • Fast Model Binding
  • Reflection Tools
  • Concurrency
  • Expanding...

Check out the site at http://Stact-project.net/

Getting started with Stact

Downloads

You can also download Stact from the build server at http://teamcity.codebetter.com.

Gems & Nubular (Nu)

If you have Ruby 1.8.6+ (and Gems 1.3.7+) installed, you can get the current release of Stact to your machine the fastest!

  1. Ensure you have nu installed. 'gem install nu'
  2. At the top level directory (trunk or branch name) type 'nu install Stact' for bringing in Stact to your project.

Source

This is the best way to get to the bleeding edge of what we are doing.

  1. Clone the source down to your machine.
    git clone git://github.com/phatboyg/Stact.git
  2. Type cd Stact
  3. Type git config core.autocrlf false to set line endings to auto convert for this repository
  4. Type git status. You should not see any files to change.
  5. Run build.bat. NOTE: You must have git on the path (open a regular command line and type git).

REQUIREMENTS

  • .NET Framework 3.5/4.0

RELEASE NOTES

CREDITS

About

Distributed Actor Framework for .NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published