GithubHelp home page GithubHelp logo

npapoylias / cormas Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cormas/cormas

0.0 1.0 0.0 4.31 MB

CORMAS (COmmon pool Ressources and Multi-Agent Simulations)

Home Page: http://cormas.cirad.fr/indexeng.htm

License: MIT License

Dockerfile 0.01% Smalltalk 98.73% HTML 1.26%

cormas's Introduction

CORMAS Logo

CORMAS (COmmon pool Ressources and Multi-Agent Simulations)

Build Status

This is an ongoing effort to port CORMAS to Pharo ecosystem: http://www.pharo.org/ Current stable version of CORMAS is based on VisualWorks 7.6 and can be found on: http://cormas.cirad.fr/indexeng.htm

Some documentation (to be cleaned and reorganized) about Cormas is available on the Wiki here: https://github.com/cormas/documentation

If you want to contribute to CORMAS please read : https://github.com/cormas/cormas/blob/master/CODE_OF_CONDUCT.md

How to install Cormas

  • Download a Pharo 6.1 image+VM depending of your platform: http://pharo.org/download
  • Load Cormas: Open Pharo 6.1 image then click anywhere to open the main menu. Choose Playground to execute the following script. Paste the script below in Playground, select all then right-click and choose Do it to execute this.
Metacello new
	onWarningLog;
	repository: 'github://cormas/cormas/repository';
	baseline: 'Cormas';
	load.

All packages load into the Cormas-* package names.

If you want to contribute code to CORMAS, this is better to follow the contributing guide: https://github.com/cormas/cormas/blob/master/CONTRIBUTING.md

How to install with Command Line interface (CLI)

You can install CORMAS through Unix command line. It works as follow:

mkdir mydir
cd mydir
curl https://get.pharo.org | bash
./pharo Pharo.image eval "Metacello new onWarningLog; repository: 'github://cormas/cormas/repository'; baseline: 'Cormas'; load. Smalltalk snapshot: true andQuit: true"

Licence

Cormas is licensed under MIT. See : http://opensource.org/licenses/MIT

Where to discuss about CORMAS

Join us on the cormas-dev mailing-list: http://groups.google.com/group/cormas-dev

cormas's People

Contributors

sergestinckwich avatar elcep avatar brun0 avatar nbecu avatar npapoylias avatar pierbo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.