CodeChickenLib contains libraries for 3D math and transformations, model rendering, packets, config, colours, asm and a few other things. Henrietta-cache is the program which makes a cache of eggs from distributed repositories at . CodeChickenLib 1.12.2/1.11.2/1.10.2 is a library of systems to help make various aspects of minecraft modding easier.
#Code chicken core 3.2.1 how to#
See the How to obtain the source code of eggs wiki page to find out how to obtain the source code of eggs. Point releases such as 5.2.0.2 are made from this stable branch.
Stability branchesĪfter a major release such as 5.2.0, a maintenance branch may be created to incorporate bugfixes and minor feature improvements, while development on master proceeds apace. If you have patches that you want to submit, please send them to one of the chicken maintainers or (even better) put them at the CHICKEN bug tracking system. For more information, see README's "Bootstrapping" section.
#Code chicken core 3.2.1 install#
In case you don't have one, get the release tarball, build and install it. CHICKEN supports R5RS and R7RS (work in progress) standards and many extensions. To build CHICKEN from git you'll need a recent working version of CHICKEN. CHICKEN is an implementation of Scheme programming language that can compile Scheme programs to C code as well as interpret them. You can clone the repository by executing $ git clone git:///chicken-coreĪlternatively, if you have problems with firewalls, you can clone it via HTTPS (slower and demands more bandwidth): $ git clone Helper object that defines how to accumulate values of a given type. A shared variable that can be accumulated, i.e., has a commutative and associative add operation. The CHICKEN compiler, interpreter and core libraries are maintained in a git(1) repository. Broadcast ( sc, value, pickleregistry, ) A broadcast variable created with SparkContext.broadcast (). We provide tarballs with development snapshots of the source code.