Skip to content

Commit

Permalink
added build and codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
louisponet committed Oct 4, 2021
1 parent 090c383 commit d749f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Overseer (Entity Component System)
[![Build Status](https://travis-ci.org/louisponet/Overseer.jl.svg?branch=master)](https://travis-ci.org/louisponet/Overseer.jl)
[![Coverage Status](https://coveralls.io/repos/github/louisponet/Overseer.jl/badge.svg?branch=master)](https://coveralls.io/github/louisponet/Overseer.jl?branch=master)
[![Build Status](https://github.com/louisponet/Overseer.jl/workflows/CI/badge.svg)](https://github.com/louisponet/Overseer.jl/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/louisponet/Overseer.jl/branch/master/graph/badge.svg?token=mVK0aEQGuu)](https://codecov.io/gh/louisponet/Overseer.jl)

This package supplies a lightweight, performant and friction-free implementation of the [Entity component system](https://en.wikipedia.org/wiki/Entity_component_system)(ECS) paradigm. It has been used mostly in game development, however I think that it's concept, way of programming and thinking can be applied and used in more broad applications. It offers a very clean and flexible way to gradually build up an application in well separated blocks, while remaining very performant due to the way data is generally structured and used.

Expand Down

0 comments on commit d749f96

Please sign in to comment.