An open API service indexing awesome lists of open source software.

https://github.com/caer/layered

A work-in-progress 2.5D graphics engine, tightly coupled with my Ludum Dare 57 submission Layered.
https://github.com/caer/layered

game game-engine isometric macroquad rust

Last synced: 8 months ago
JSON representation

A work-in-progress 2.5D graphics engine, tightly coupled with my Ludum Dare 57 submission Layered.

Awesome Lists containing this project

README

          

## What's Here

A work-in-progress 2.5D graphics engine, **tightly coupled** with
my Ludum Dare 57 submission **Layered**. Try it out [here](https://www.caer.cc/app/ld57).

This crate builds off of the following crates:

1. [`codas`](https://www.crates.io/crates/codas): Code and data processing.
2. [`macroquad`](https://macroquad.rs): 2D graphics engine.

## License and Contributions

```sh
git clone --filter=blob:none git@github.com:with-caer/Layered.git
```

### Sound Assets

Sound assets are copyright
[MooMarMouse](https://moomarmouse.itch.io/sweet-little-ambiance) and
[JDWasabi](https://jdwasabi.itch.io/8-bit-16-bit-sound-effects-pack)
on itch.io, used under a creative commons license.

### Art Assets and Layered Code

Art assets and Layered-specific code are copyright
2025 With Caer, LLC, all rights reserved.

### Everything Else

All other content in this repository is copyright 2025 With Caer, LLC.

Licensed under the GNU Affero General Public License version 3,
as published by the Free Software Foundation. Refer to
[the license file](LICENSE.txt) for more information.