Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

PyMaster22/World-of-reflections

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World-of-reflections

Based off of (3-manifold)[https://github.com/en-GB/3-manifold] Made in my spare time and complicated.

apt-based linux instructions:

  • If not installed install g++ with sudo apt install gcc
  • If python3 is not installed install it with sudo apt install python3
  • Open your cloned repo and run bash compile+run.sh
  • To stop the program I have had to press the shutdown button on my PC and keyboard inturupt the terminal.
  • (this can be used as a super user or a regular user.)

windows build instructions:

  • install this: https://www.msys2.org/ (make sure you follow steps 5-7 aswell)
  • open mingw64 (c:/msys64/mingw64 is the default install location)
  • to install clang type in pacman -S mingw-w64-x86_64-clang and press enter
  • to install glfw type in pacman -S mingw-w64-x86_64-glfw and press enter
  • then drag 3_less.c into the window and press enter

(World-of-reflections does NOT have any reflections it just sounded cool when I renamed it)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 98.3%
  • Python 1.7%