x1nixmzeng

Results 22 comments of x1nixmzeng

Not the author, but this framework is to wrap ImGui functionality - you can draw an image at a smaller size without needing to resize the underlying data: ImGui::Image((GLuint*)textureID, ImVec2(image_size,image_size));...

Setting up a bot would be trivial. It could watch for pull requests (or use the Github API) and upload the XBE published from travis to the Xbox. When I...