Skip to content

Commit

Permalink
Merge branch 'main' of github.com:NoelFB/Foster
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelFB committed Sep 9, 2023
2 parents f15dde2 + dafe94c commit 59de634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Platform/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The Platform library is a small C99 library that implements the native methods required to run an application, a small rendering API, as well as various utility methods that are easier to implement in C than in C# (such as image loading).
The Platform library is a small C99 library that implements the native methods required to run an application. This includes a small rendering API, image and font loading, and window & input management.

The repo already contains prebuilt binaries for Windows/Linux, but you can also build it yourself using CMake:
```sh
Expand All @@ -7,4 +7,4 @@ cd build
cmake ../
make
```
If built successfully, the library should appear in `libs/{yourPlatform}`, which is then used & copied from `Foster.csproj`.
If built successfully, the library should appear in `libs/{yourPlatform}`, which is then used & copied from `Framework/Foster.Framework.csproj`.

0 comments on commit 59de634

Please sign in to comment.