GitXplorerGitXplorer
M

sharpfire

public
55 stars
6 forks
1 issues

Commits

List of commits on branch master.
Unverified
fee39991c22b39d263933d0fd1ec25d585d82e6e

Add readme

MMichalStrehovsky committed 5 years ago
Unverified
c75067868b1fb6ee1c435defdcefa40f88ae64cf

First!

MMichalStrehovsky committed 5 years ago

README

The README file for this repository.

DOOM fire effect in C#

This is the DOOM fire effect with no dependencies on standard GUI frameworks. Calls into Win32 APIs directly.

This is not idiomatic C# GUI code, but mostly a hack. No sane person writes C# GUI apps like this.

Can be compiled with CoreRT to generate a ~8 kB fully self-contained executable.

To publish with CoreRT simply run the following line from the root of the repo:

dotnet publish -r win-x64 -c Release /p:UseCoreRT=true

The main objective of this was to get this code running on Windows NT 3.51:

C# fire effect on Windows NT 3.51

Mission accomplished.