# unity **Repository Path**: mirrors_rougier/unity ## Basic Information - **Project Name**: unity - **Description**: Unified view on different graphic toolkits (sdl, sdl2, glut, qt, pyglet, glfw) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Experimental app framework for vispy ==================================== This is a tentative app framework for the vispy project. This app offers a unified view on different toolkit (glut, glfw, sdl, sdl2, glut, qt, pyglet), using the pyglet event system. Test with: $ ./test-backend.py --framerate 60 --backend glfw $ ./test-backend.py --framerate 0 --backend sdl2 for example