cube-projection
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.8%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: TechMaster85
- License: mit
- Language: C++
- Default Branch: master
- Size: 39.1 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
License
Citation
README.md
Cube Projection
Transforms a matrix of 3D Cube coordinates with Eigen3 and visualizes the results with SDL2

Controls:
- U/D/L/R arrows: Rotates the cube in the direction specified by the arrow
- ESC: quit program
Requirements
- Eigen3
- SDL2
Ubuntu Linux / WSL
sudo apt install libeigen3-dev libsdl2-dev
Fedora
sudo dnf install eigen3-devel SDL2-devel
Arch btw
pacman -S eigen sdl2
macOS (Homebrew)
brew install eigen3 sdl2
Building and Running
Just run make and execute ./cube-projection. If you're having issues, make sure you have the right dependencies and your compiler knows where to find the dependencies.
Owner
- Name: William Starrs
- Login: TechMaster85
- Kind: user
- Website: https://starrs.tech
- Repositories: 1
- Profile: https://github.com/TechMaster85
I program things.
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit. # Visit https://bit.ly/cffinit to generate yours today! cff-version: 1.2.0 title: Cube Projection message: >- If you use this software, please cite it using the metadata from this file. type: software authors: - given-names: William Starrs - given-names: Silas Falde - given-names: Patrick Wang - given-names: Andre Gala-Garza - given-names: Christian Manohar repository-code: 'https://github.com/TechMaster85/cube-projection' abstract: >- Transforms a matrix of 3D Cube coordinates with Eigen3 and visualizes the results with SDL2 keywords: - projection - cube - C++ license: MIT