mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:02:44 +00:00 
			
		
		
		
	 fd5eaf6494
			
		
	
	
		fd5eaf6494
		
	
	
	
	
		
			
			This is a simple demo for VirGL, that does the bare minimum required to create and render a spinning cube (with one color per face).
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			359 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			359 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| add_subdirectory(CatDog)
 | |
| add_subdirectory(Cube)
 | |
| add_subdirectory(Eyes)
 | |
| add_subdirectory(Fire)
 | |
| add_subdirectory(LibGfxDemo)
 | |
| add_subdirectory(LibGfxScaleDemo)
 | |
| add_subdirectory(Mandelbrot)
 | |
| add_subdirectory(ModelGallery)
 | |
| add_subdirectory(Mouse)
 | |
| add_subdirectory(Screensaver)
 | |
| add_subdirectory(Starfield)
 | |
| add_subdirectory(VirGLDemo)
 | |
| add_subdirectory(WidgetGallery)
 |