Open nofea opened 4 years ago
I'm looking into:
I'm leaning toward Godot as it allows me to create UI on multiple platforms including Android's ARM and I can reach out to @mohithsrao for assistance with Godot if needed.
Resources for Godot: https://docs.godotengine.org/en/stable/tutorials/plugins/gdnative/gdnative-c-example.html
Use https://github.com/godotengine/godot-cpp/issues/313 if scons for windows does not work. For the record, it's still not working
I'm still seeing,
g++ -o src/Controller.os -c -DWIN32 -D_WIN32 -D_WINDOWS -W3 -GR -D_CRT_SECURE_NO_WARNINGS -EHsc -D_DEBUG -MDd -fPIC -I. -Igodot-cpp/godot_headers -Igodot-cpp/include -Igodot-cpp/include/core -Igodot-cpp/include/gen -Isrc src/Controller.cpp g++: error: unrecognized command line option ‘-W3’; did you mean ‘-W’? g++: error: unrecognized command line option ‘-GR’; did you mean ‘-R’? g++: error: unrecognized command line option ‘-EHsc’ g++: error: unrecognized command line option ‘-MDd’; did you mean ‘-MD’?
Look at https://github.com/ocornut/imgui
The game has CLI support for now. I want to dip my toes in front-end dev