Coder Social home page Coder Social logo

jalse's Introduction

JALSE - Java Artificial Life Simulation Engine

Build Status Coverage Status Maven Central License

JALSE is a lightweight entity framework for simulation written in Java 8. The framework is used to create a dynamic living data-model for your entity based simulation or game. By default all JALSE entities can have their attributes and child entities concurrently processed and mutated (no need for additional synchronisation).

JALSE takes entities one step further by allowing the user to create Entity types. Unlike classic Java objects JALSE entities can have multiple types and 'casting' to another type causes no issues (just null fields). As well as making use of typing (cow.isMooing()) entities can be grouped and processed by entity type. Inheritance still is at play here so I can be sure to feed() every Animal but only moo() a Cow!

Use JALSE for when you need to start processing a large number of entities or if you want a structured way to increase the level of detail kept about an entity (rather than adding yet another field).

Founded by Elliot Ford

Documentation

See the Wiki for full documentation, examples and project information.

See the API docs.

Getting the latest release

JALSE releases and (SNAPSHOTs) are published to maven central (http://search.maven.org/).

Example for Maven:

<dependency>
    <groupId>com.github.ellzord</groupId>
    <artifactId>JALSE</artifactId>
    <version>1.1.0</version>
</dependency>

Example for Gradle:

compile 'com.github.ellzord:JALSE:1.1.0'

Links

Licence

Code is under the Apache Licence v2.

jalse's People

Contributors

ellzord avatar pbremer avatar dting avatar benwaffle avatar khouari1 avatar

Watchers

James Cloos avatar Christina Nastevska 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.