Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EskoJTH authored Mar 10, 2018
1 parent adb7233 commit 5cebb0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

The example is operational. Shows a blue window with a green square in it that dissappears upon mouse press and reappears on mouse release. Any keyboard button will close the window and renderer but not stop the execution.

## Difficulties with gui libraries ##
* WX seems to be very difficult to get to work. Had disambiguous type definitions with latest GHC around 20.2.2018
* SDL2 seems to work on linux pretty easily. I am currently using that. I have not been able to compile the necessary libraries on windows yet. seems like a bunch of work. The binaries meant for windows didn't want to be recognized by windows10.
## SDL2 ##
* SDL2 seems to work on linux pretty easily. I have not been able to compile the necessary libraries on windows yet. seems like a bunch of work. The binaries meant for windows didn't want to be recognized by windows10.
* Reactive.Banana.SDL2 doesn't have good documentation and it needs some improvement. You can use this as an example. Don't be afraid to look at the source code of Reactive.Banana.SDL2.

## Building ##
Expand Down

0 comments on commit 5cebb0d

Please sign in to comment.