summaryrefslogtreecommitdiffhomepage
path: root/Makefile
AgeCommit message (Collapse)Author
2024-06-21Refactor code to use emscripten_set_main_loopPeter0x44
Supposed to give better perf, better to leave frame control to the browser.
2024-06-20Use OpenGL ES3 for GL_REPEATPeter0x44
Specifying a larger source rectangle than the texture only works if GL_REPEAT does, and GL_REPEAT only works on OpenGL ES3 Raylib must be built with GRAPHICS=GRAPHICS_API_OPENGL_ES3 for this to work on web.
2022-05-16added origin markersrealtradam
2022-05-16more polishedrealtradam
2022-05-16initrealtradam