mgerhold / silly-sprites

MIT License
4 stars 0 forks source link

Opengl #25

Closed PurpurTentakel97 closed 1 year ago

PurpurTentakel97 commented 1 year ago

implemented first stayable window.

need to move the main loop someware else but im not able to include gl_window.hpp and gl_error in gl_initialize. also im not shure if its good to return the window as it is now. maybe use a std::shared_ptr or a std::unique_ptr here

CI could work when youre branche is rebased because add(int,int) is from coder2k`s main function.

mgerhold commented 1 year ago

I merged the other PR, so you should be able to rebase now (to make the CI work again).

PurpurTentakel97 commented 1 year ago

CI is working again. include issue is still a problem. i have so idea how to make this accessibleproperly.