Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
Tests include:
# Setup
[MoonWorks](https://github.com/MoonsideGames/MoonWorks) will need to be separately installed, in the same parent directory as wherever you place this repository.

The MoonWorks native dependencies, placed in a folder called `moonlibs`, will also need to be installed in the same parent directory.<br/>
These can be obtained in pre-compiled form through a link in the MoonWorks README.

Example folder hierarchy:
```
(...)/Code/MoonWorks
(...)/Code/MoonWorksGraphicsTest
(...)/Code/moonlibs
```

# Tests Included

**ClearScreen**

Expand Down