Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zibas authored Dec 21, 2018
1 parent 2040473 commit 85c78b3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
Oh my. You've found Futz. This is a super casual, hobby project. I am making a cross-platform, 3D engine in my spare time. As one does.
Also, its main target is the Dreamcast.

![](docs/FutzDemo2018.gif)
![](docs/FutzDemo2018.gif)


## How's it going?

Expand All @@ -21,6 +22,7 @@ Futz has platform (input and rendering) abstraction layers which allow it to run

However, only SDL2 and Dreamcast are regularly tested.

![](docs/FutzLife.gif)
## What can it do?

Futz is C++ that compiles into a library for other C++ programs to use. It provides game engine features like:
Expand Down Expand Up @@ -70,6 +72,11 @@ Futz is C++ that compiles into a library for other C++ programs to use. It provi
## Compiling tips
Warning! Several of the demos are out of date. Only expect src/demo to compile currently!

### Windows
Should build with Visual Studio 2017.
Compiled demo and life binaries need to execute in a path along with a 32bit SDL2.dll and their assets folder.

### Unix
You'll need some dev libraries like SDL2 installed on your system. Make sure src/futz/bin exists.

```bash
Expand Down

0 comments on commit 85c78b3

Please sign in to comment.