# Aftersun **Repository Path**: mirrors/Aftersun ## Basic Information - **Project Name**: Aftersun - **Description**: 一个用 zig 编写的 2D 角色扮演游戏,目前项目正在开发中 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: https://www.oschina.net/p/aftersun - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-04-10 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![aftersun_logo](https://user-images.githubusercontent.com/49629865/191372504-99704ce8-6e63-49f1-9e66-f5ec275070e5.png) An ongoing pet-project top-down RPG written in [zig](https://ziglang.org). Screen Shot 2022-10-08 at 11 58 10 PM ![aftersun](https://user-images.githubusercontent.com/49629865/190548207-1c43328c-cb23-4e09-a5d4-cb8894e37d1c.gif) ### Installation - Build with Zig 0.12.0-dev.3180+83e578a18 (`zigup 0.12.0-dev.3180+83e578a18`). This is required by Mach, see https://machengine.org/about/zig-version ``` git clone git@github.com:foxnne/aftersun.git --recurse-submodules cd aftersun zig build run ``` ### Credits [flecs](https://github.com/SanderMertens/flecs) [zig-gamedev](https://github.com/michal-z/zig-gamedev) [mach-core](https://github.com/hexops/mach-core)