summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-04Moved workspace settings in Cargo.tomlMicha White
2023-02-04Fix colorsMicha White
2023-02-04Fix runtime error in debug mode for bunnymarkMicha White
2023-02-04Fix shader compilation errorMicha White
2023-02-04Decrease instance capacity in bunnymarkMicha White
2023-02-04Allow bytemuck to updateMicha White
2023-02-04Upgrade winit and texture_packerMicha White
2023-02-04Fix configMicha White
2023-02-04Upgrade to wgpu 0.15Micha White
2023-01-29Cleaned up the TextureAtlas APIMicha White
2023-01-29Optimize bunnymarkMicha White
2022-11-27Added a comment explaining the leakMicha White
2022-11-27Fixed leak that occurs when window is minimizedMicha White
2022-11-27Small performance improvementMicha White
2022-11-20Brought back the texture atlasMicha White
2022-11-20Removed the reference to the TextureManagerMicha White
2022-11-20Don't load unnecessary texturesMicha White
2022-11-20Allowed queuing of a new priorityMicha White
2022-11-19Quick fix to already loaded texturesMicha White
2022-11-19Set the priority of a textureMicha White
2022-11-19Added a load_from_file methodMicha White
2022-11-19Don't unload memory texturesMicha White
2022-11-19Ultimately decided to remove the atlas for nowMicha White
2022-11-19Created TextureRefMicha White
2022-11-19Added ImageFile buffersMicha White
2022-10-25Allowed loading into the texture atlasMicha White
2022-10-25Added the texture packerMicha White
2022-10-25Started the alligator_resources projectMicha White
2022-10-22#[source] need not be specifiedMicha White
2022-10-21alligator 0.0.1Micha White
2022-10-21Changed up some dependenciesMicha White
2022-10-20Made the run function genericMicha White
2022-10-20Added a bunnymarkMicha White
2022-10-20Added rustfmt.tomlMicha White
2022-10-20Moved files into workspaceMicha White
2022-10-20More profiling and error loggingMicha White
2022-10-20Optimized the benchmark compiler flagsMicha White
2022-10-20Move the event loop into the rendererMicha White
2022-10-17Removed the need for users to have image for nowMicha White
2022-10-17More docsMicha White
2022-10-17Minor changes to an exampleMicha White
2022-10-17Depth orderingMicha White
2022-10-13Be less picky about function sizeMicha White
2022-10-13You can load images now!Micha White
2022-10-13Brought back bitmapsMicha White
2022-10-13Removed bitmap supportMicha White
2022-10-13Rotate instances in the clockwise directionMicha White
2022-10-13Tested rotationMicha White
2022-10-13Minor changesMicha White
2022-10-13Added transparent texture supportMicha White