Skip to content

Commit

Permalink
Spelling Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex authored Mar 17, 2019
1 parent 881ca32 commit f995cea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![Neothesia Baner](https://i.imgur.com/3uiwId8.png)
# Neothesia
Neothesia is a fork of [Legacy Synthesia](https://github.com/johndpope/pianogame)
Opensource Synthesia was abandoned in favor of [closed source commercial project](https://www.synthesiagame.com/)
Opensource Synthesia was abandoned in favour of [closed source commercial project](https://www.synthesiagame.com/)
Goal of this project is to bring back Legacy Synthesia to live, and make it look and work as good (or even better) than commercial Synthesia.

Linux build is based on [Linthesia](https://github.com/linthesia/linthesia)
Expand All @@ -17,8 +17,8 @@ Linux build is based on [Linthesia](https://github.com/linthesia/linthesia)
* (Maybe) Support Windows in future

## Windows Build?
For now I will not support windows build 😰, it is really annoying to open VM every time I want to test something, if you are windows user and you have bare minimum c++ knowledge, you can easly port it yourself.
I would realy appreciate any help in maintaining windows branch.
For now I will not support windows build 😰, it is really annoying to open VM every time I want to test something, if you are windows user and you have bare minimum c++ knowledge, you can easily port it yourself.
I would really appreciate any help in maintaining windows branch.

If you want to become full time windows maintainer you are welcome to do so,
You will have special place in my heart if you do so 😉
Expand All @@ -30,14 +30,14 @@ You will have special place in my heart if you do so 😉
##### Or you can try to crosscompile neothesia master branch
I didn't try it yet, but probably you can cross compile neothesia using mingw.
Remember that master branch of Neothesia uses AlsaLib, there is no way to crosscompile it, you'll have to replace some of the functions in Neothesia [libmidi](https://github.com/PolyMagic/Neothesia/tree/master/src/libmidi)
I recomend using original Windows version of [libmidi](https://github.com/johndpope/pianogame/tree/master/src/libmidi) for this
I recommend using original Windows version of [libmidi](https://github.com/johndpope/pianogame/tree/master/src/libmidi) for this

## Todo
* Make it cross platform so ports are no longer needed
* Replace unnecessary sprites with shaders
* Create proper shader loading system instead of current placeholder one
* Modernise main screen and track selection screen
* Consider adding song select screen, instead of native dialog
* Consider adding song select screen, instead of native dialogue

## Compile

Expand Down

0 comments on commit f995cea

Please sign in to comment.