Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicSponge committed Nov 26, 2024
1 parent fd7eaf0 commit 3eb9e7b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,21 @@ __Silvergun__ is a lightweight cross-platform game engine written in C++17 using
- A working C++ build environment with [CMake](https://cmake.org)
- __Libraries__:
- [Allegro Game Library](https://liballeg.org)
- __Optional__:
- [PhysFS](https://icculus.org/physfs/)

-----

### Library Installation
### Documentation

Installation is handled by [CMake](https://cmake.org/).
See the API documentation at <https://atomicsponge.github.io/silvergun/>. Documentation can be built locally using [Doxygen](https://doxygen.nl/index.html).

-----

### Demo Game

Playable Demo:
<https://atomicsponge.github.io/slv-demo-01/>
For a live demo and simple example of the the API usage, see the following:

Source Code:
<https://github.com/AtomicSponge/slv-demo-01>
- [Playable Demo](https://atomicsponge.github.io/slv-demo-01/)

- [Source Code](https://github.com/AtomicSponge/slv-demo-01)

0 comments on commit 3eb9e7b

Please sign in to comment.