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.
- Host: GitHub
- URL: https://github.com/caer/layered
- Owner: caer
- License: agpl-3.0
- Created: 2025-04-29T03:11:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-31T04:39:40.000Z (10 months ago)
- Last Synced: 2025-08-31T06:22:52.678Z (10 months ago)
- Topics: game, game-engine, isometric, macroquad, rust
- Language: Rust
- Homepage: https://www.caer.cc/logs/ldjam-57/
- Size: 24.7 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
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.