Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baszalmstra/pixi-crispy-doom
Crispy Doom with Pixi for building
https://github.com/baszalmstra/pixi-crispy-doom
Last synced: about 2 months ago
JSON representation
Crispy Doom with Pixi for building
- Host: GitHub
- URL: https://github.com/baszalmstra/pixi-crispy-doom
- Owner: baszalmstra
- Created: 2023-07-13T10:15:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-06T16:00:44.000Z (9 months ago)
- Last Synced: 2024-10-16T01:09:07.414Z (3 months ago)
- Size: 33.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pixi Crispy Doom
This project showcases how to build [Crispy Doom](https://github.com/fabiangreffrath/crispy-doom) via [pixi](https://github.com/prefix-dev/pixi).
This makes the project completely standalone, and it doesnt require installing any dependencies since that is taken care of by pixi. The repository ships with a lock-file (`pixi.lock`) that contains information about the required depdendencies for different platforms.To get started simply run:
```shell
pixi run start --iawd
```> **Note**
>
> Crispy Doom (or this repository) does not ship with any game files (WAD files), however, you can download a free version of Doom from https://freedoom.github.io/download.html.