Skip to content

Commit

Permalink
Add Arche logo to README (#50)
Browse files Browse the repository at this point in the history
* upgrade to latest Arche dev version
* add arche logo to the readme
  • Loading branch information
mlange-42 authored Jan 19, 2024
1 parent e6f4c66 commit 062b894
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
*Arche Model* provides a wrapper around the [Arche](https://github.com/mlange-42/arche) Entity Component System (ECS), and some common systems and resources.
It's purpose is to get started with prototyping and developing simulation models immediately, focussing on the model logic.

<div align="center">

<a href="https://github.com/mlange-42/arche">
<img src="https://user-images.githubusercontent.com/44003176/236701164-28178d13-7e52-4449-baa4-41b764183cbd.png" alt="Arche (logo)" width="500px" />
</a>

</div>

## Features

* Scheduler for running logic and UI systems with independent update rates.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
toolchain go1.21.3

require (
github.com/mlange-42/arche v0.9.0
github.com/mlange-42/arche v0.9.1-0.20240118232202-a22df172716d
github.com/stretchr/testify v1.8.2
golang.org/x/exp v0.0.0-20230418202329-0354be287a23
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/mlange-42/arche v0.9.0 h1:I4hWp1qqWJbhNdd4+IpUcFwLQA/Gi4ZiTmeX0iEIfvA=
github.com/mlange-42/arche v0.9.0/go.mod h1:Bc4xbLsOifSzotIeXOvIKwsrwgzxyDhH3UIxE7vh1q0=
github.com/mlange-42/arche v0.9.1-0.20240118232202-a22df172716d h1:TXM9hO4DK3BTxWhcGrE7OMLZlDpwC2cbx7ppqvc8FRU=
github.com/mlange-42/arche v0.9.1-0.20240118232202-a22df172716d/go.mod h1:Bc4xbLsOifSzotIeXOvIKwsrwgzxyDhH3UIxE7vh1q0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down

0 comments on commit 062b894

Please sign in to comment.