You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install glfw glew gcc cmake make
then clone the repo
after that go into Rikka-Engine dir
and type this command -> mkdir build && cd build && cmake .. && make
now you can type ./BasicWindow to run BasicWindow Demo