Nazariglez / Gecko2D

Cross-platform Game Framework
https://nazariglez.github.io/Gecko2D
MIT License
50 stars 6 forks source link

current build is unable to even use on macOS #75

Open lewislepton opened 6 years ago

lewislepton commented 6 years ago

the current build that exists I have just tried installing & using the methods given in the instructions. but its not working. saying gecko can not be found.

plus was sure I got examples running in kode studio, but now its not working at all

Nazariglez commented 6 years ago

Hi @lewislepton, this is weird, but in the last few hours i was making changes in how the framework is installed, can you try to install it via npm? first remove whatever version you have with npm uninstall gecko2d -g and after that install it npm install gecko2d -g. You don't need clone the repo now.

lewislepton commented 6 years ago

ok cool. ill try now or later on today, I mainly use haxelib for all haxe stuff.

what may be good to look at is even trying to cut out some things. making it easier for folks to install & run. as I said before, I did get examples working thru kode studio [with auto complete & running], which was great & made things easier to do in the end. but now thats not possible. which is a big shame, especially for new users or adopters

ill message you privately in a bit with some ideas

Nazariglez commented 6 years ago

Hi @lewislepton, we found a "bug" in how kha detect assets and shaders, and this was causing an issue installing and using gecko in unix devices with hidden directories, this is fixed now using a mirror of khamake (waiting to merge a pull request in the original khamake), mayb you can try again to install it via npm and see if it's works?