summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-06-20Merge pull request #2 from Peter0x44/masterHEADmaster_Tradam
Use OpenGL ES3 so repeating textures works
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.
2024-06-20Make GUI look the same as it did beforePeter0x44
I'm not sure why, but setting the font and spacing in the rgs wasn't working. Just do it in code.
2024-06-20Fix compilation with latest rayguiPeter0x44
2024-06-20Bump raygui and raylib to latestPeter0x44
2022-07-14bump raygui and raylibrealtradam
2022-07-14Merge pull request #1 from Peter0x44/master_Tradam
Allow changing the texture used
2022-07-14Allow changing the texture usedPeter0x44
Drag an image onto the window to replace the default
2022-05-17added a little spacingrealtradam
2022-05-17fixed dragging inverted rectsrealtradam
2022-05-17added draggingrealtradam
2022-05-16added origin markersrealtradam
2022-05-16lil readmerealtradam
2022-05-16Create LICENSE_Tradam
2022-05-16more polishedrealtradam
2022-05-16donerealtradam
2022-05-16initrealtradam