Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.