mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	OpenGL to c++ 1st installment - WIP
This commit is contained in:
		
							parent
							
								
									8eb9ddc2eb
								
							
						
					
					
						commit
						5024fc4be7
					
				
					 14 changed files with 1015 additions and 56 deletions
				
			
		| 
						 | 
				
			
			@ -12,6 +12,8 @@ our $VERSION = '0.01';
 | 
			
		|||
BEGIN {
 | 
			
		||||
    if ($^O eq 'MSWin32') {
 | 
			
		||||
        eval "use Wx";
 | 
			
		||||
        eval "use Wx::GLCanvas";
 | 
			
		||||
        eval "use Wx::GLContext";
 | 
			
		||||
        eval "use Wx::Html";
 | 
			
		||||
        eval "use Wx::Print";  # because of some Wx bug, thread creation fails if we don't have this (looks like Wx::Printout is hard-coded in some thread cleanup code)
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue