Git Product home page Git Product logo

slime's Introduction

Docs.

slime

An ECS library for Elm. Slime provides an easy way to build a full game, using common Entity-Component-System architecture.

Examples

Pong is implemented in the examples directory. Link

To run locally:

git clone https://github.com/Seurimas/slime.git
cd slime/examples/pong
elm reactor

... Open http://localhost:8000/src/pong.elm ...

Change log

  • 2.1.1 -> 3.0.0

    • Small addition of a Noop engine message.
    • Fix for case-sensitive OSes.
  • 2.1.0 -> 2.1.1

    • Small documentation change, and testing a republish of the package to fix installation issues.
  • 2.0.0 -> 2.1.0

    • Added componentSpec for a type-ignorant constructor. Use that instead of { getter, setter } records.
    • Added stepEntitiesAndThen, for steppers who want to have side effects on the world. This won't work for every case, but it will cover a lot.
    • Added forNewEntities, for spawning several entities with particular parameters.
  • 1.1.0 -> 2.0.0

    • Revise system creation. Use untimedSystem, timedSystem, and systemWith in Slime.Engine.
    • Revise steppers. Use stepEntities, and entities/entities2/entities3.
    • Revise getters. entities(/2/3) -> getEntities(/2/3) or (world) &. entities(/2/3)
    • Improve entity creation API. Use forNewEntity and &=>.
      • See also: forEntityById and forEntityByUid for entity updates.
  • 1.1.0

    • Initial release.

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.