mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 20:51:12 -06:00 
			
		
		
		
	New XS framework for C and C++ code
This commit is contained in:
		
							parent
							
								
									c88d8a5842
								
							
						
					
					
						commit
						9d27b5e4a7
					
				
					 18 changed files with 7889 additions and 0 deletions
				
			
		
							
								
								
									
										10
									
								
								xs/lib/Slic3r/TriangleMesh/XS.pm
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								xs/lib/Slic3r/TriangleMesh/XS.pm
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,10 @@ | |||
| package Slic3r::TriangleMesh::XS; | ||||
| use warnings; | ||||
| use strict; | ||||
| 
 | ||||
| our $VERSION = '0.01'; | ||||
| 
 | ||||
| use XSLoader; | ||||
| XSLoader::load(__PACKAGE__, $VERSION); | ||||
| 
 | ||||
| 1; | ||||
							
								
								
									
										11
									
								
								xs/lib/Slic3r/XS.pm
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								xs/lib/Slic3r/XS.pm
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | |||
| package Slic3r::XS; | ||||
| use warnings; | ||||
| use strict; | ||||
| 
 | ||||
| our $VERSION = '0.01'; | ||||
| 
 | ||||
| use XSLoader; | ||||
| XSLoader::load(__PACKAGE__, $VERSION); | ||||
| 
 | ||||
| 
 | ||||
| 1; | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci