doomfire 0.1.0

Doom Fire rust implementation based on Fabien Sanglard's blog post
Documentation
  • Coverage
  • 22.22%
    2 out of 9 items documented0 out of 4 items with examples
  • Size
  • Source code size: 1.25 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.51 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • r-marques/doomfire
    88 3 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • r-marques

DOOM Fire

Doom Fire rust implementation based on Fabien Sanglard's blog post.

demo

Implementation

The implementation is independent of the graphics library used.

The examples folder contains examples using different graphics libraries to render the DOOM fire:

How to run

To run the examples cd into one of the examples folder and run it using cargo. For example:

$ cd examples/doomfire-sdl2
$ cargo run --release

Note that all of these graphics libraries have system dependencies so it the build fails check the output and install the missing libraries using your systems package manager.