Skip to content

Commit 329c48a

Browse files
Update README
1 parent 9361551 commit 329c48a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ffrunner
2-
ffrunner is a slim Wind32 application that hosts a single windowed Netscape Plugin instance in place of an NPAPI-compatible web browser. ffrunner was made to run FusionFall with zero dependencies. As such, it only implements APIs used by the Unity Web Player and contains some FusionFall-specific logic and file mappings, but it can be adapted to run any generic NPAPI plugin.
2+
ffrunner is a slim Wind32 application that hosts a single windowed Netscape Plugin instance in place of an NPAPI-compatible web browser. ffrunner was made to run FusionFall with zero 3rd-party dependencies. As such, it only implements APIs used by the Unity Web Player and contains some FusionFall-specific logic and file mappings, but it can be adapted to run any generic NPAPI plugin.
33
- a Unicode-aware window
44
- an asynchronous I/O threadpool with support for HTTP GET/POST through wininet
5-
- command-line arguments
5+
- configuration through command-line arguments
66

77
## Building
88
It is recommended to build ffrunner with mingw to minimize MSVC runtime dependencies, in which case you can build it with:

0 commit comments

Comments
 (0)