Skip to content <#start-of-content>
Toggle navigation
Sign up
*
Product
o
Actions
Automate any workflow
o
Packages
Host and manage packages
o
Security
Find and fix vulnerabilities
o
Codespaces
Instant dev environments
o
Copilot
Write better code with AI
o
Code review
Manage code changes
o
Issues
Plan and track work
o
Discussions
Collaborate outside of code
o Explore
o All features
o Documentation
o GitHub Skills
o Blog
*
Solutions
o For
o Enterprise
o Teams
o Startups
o Education
o By Solution
o CI/CD & Automation
o DevOps
o DevSecOps
o Case Studies
o Customer Stories
o Resources
*
Open Source
o
GitHub Sponsors
Fund open source developers
o
The ReadME Project
GitHub community articles
o Repositories
o Topics
o Trending
o Collections
* Pricing
*
In this repository All GitHub ↵
Jump to ↵
* No suggested jump to results
*
In this repository All GitHub ↵
Jump to ↵
*
In this user All GitHub ↵
Jump to ↵
*
In this repository All GitHub ↵
Jump to ↵
Sign in
Sign up
{{ message }}
Matteo04052017 /
*InsideStars
* Public
* Notifications
* Fork 0
*
Star 1
*
Code
*
Issues 0
*
Pull requests 0
*
Actions
*
Projects 0
*
Security
*
Insights
More
* Code
* Issues
* Pull requests
* Actions
* Projects
* Security
* Insights
Permalink
master
Switch branches/tags
Branches
Tags
Could not load branches
Nothing to show
{{ refName }} default
View all branches
Could not load tags
Nothing to show
{{ refName }} default
View all tags
Name already in use
A tag already exists with the provided branch name. Many Git commands
accept both tag and branch names, so creating this branch may cause
unexpected behavior. Are you sure you want to create this branch?
Cancel
Create
InsideStars /*README.md*
Go to file
* Go to file T
*
Go to line L
*
*
Copy path
*
Copy permalink
This commit does not belong to any branch on this repository, and may
belong to a fork outside of the repository.
@Matteo04052017
Matteo04052017 Update README.md
Latest commit 0b17b06
Nov 19, 2020 *History*
*1* contributor
Users who have contributed to this file
InsideStars <#insidestars> Requirements <#requirements> Project scenes
<#project-scenes> Project structure <#project-structure>
54 lines (47 sloc) 3.22 KB
Raw
Blame
Edit this file
E
Open in GitHub Desktop
* Open with Desktop
* View raw
*
* View blame
<#insidestars>InsideStars
This project is intended for astrophysicists that want to explain by
visualizing the thermonuclear fusion helium burning within a star: the
user can grab the nucleons in the screen (with the help of a kinect
sensor) and can make them interact reproducing the nuclear reactions of
the star in details highlighting the result of the fusion, that is the
new element produced and, for the most interested, the elementary
particles and the photons emitted.
This project has been presented in Genova. A demonstration can be found
here
<#requirements>Requirements
This project was made with Unity
version |2018.2.9f1|
using Kinect v2
.
<#project-scenes>Project scenes
There are 4 unity scenes: |Intro|, |Simulation|, |HBurning|, |HeBurning|:
* The |Intro| scene is the introduction of the application that is a
view of the solar system with a camera that explore it until inside
the star.
* The |Simulation| is a simulated internal star environment with semi
random simulated nuclear reaction.
* The |HBurning| scene is the gamification with the help of the kinect
sensor of the hydrogen burning process;
* The |HeBurning| is the gamification with the help of the kinect
sensor of the helium burning process
<#project-structure>Project structure
|├───Assets
│ ├───AvatarsDemo (kinect v2 sdk)
│ ├───DepthColliderDemo (kinect v2 sdk)
│ ├───DL_Fantasy_RPG_Effects (https://assetstore.unity.com/packages/vfx/particles/dl-fantasy-rpg-effects-68246)
│ ├───GesturesDemo (kinect v2 sdk)
│ ├───GUI (not used)
│ ├───KinectScripts (kinect v2 sdk)
│ ├───Material (basic materials for hydrogen)
│ ├───Materials (solar system materials)
│ ├───MilkyWay (https://assetstore.unity.com/packages/2d/textures-materials/milky-way-skybox-94001)
│ ├───OutlineEffect (https://www.assetstore.unity3d.com/#!/content/86481)
│ ├───OverlayDemo (kinect v2 sdk)
│ ├───Pianeti (Saturn and Uran rings)
│ ├───PlaymakerKinectActions (not used)
│ ├───Plugins (kinect v2 sdk)
│ ├───Pre-made (planets maps)
│ ├───Prefab (basic prefab for nuclear elements)
│ ├───Prefabs (sun and solar system prefabs)
│ ├───ProceduralGrid (not used)
│ ├───RockVR (assets: https://assetstore.unity.com/publishers/24830)
│ ├───Scenes (unity scenes)
│ ├───Script (c# script for nuclear reaction simulations)
│ ├───Shaders (shaders used for the prefab)
│ ├───SplashScreeniOs (image for splash screen)
│ ├───spline (spline interpolation)
│ ├───Standard Assets
│ ├───Standard Assets (Mobile)
│ ├───StreamingAssets (assets: https://assetstore.unity.com/publishers/24830)
│ ├───Texture (images for planets of the solar system)
│ ├───VolumetricLines (https://assetstore.unity.com/packages/tools/particles-effects/volumetric-lines-29160)
├───Library (unity private)
├───Packages (unity private)
├───ProjectSettings (unity private)
|
Go
Footer
© 2022 GitHub, Inc.
Footer navigation
* Terms
* Privacy
* Security
* Status
* Docs
* Contact GitHub
* Pricing
* API
* Training
* Blog
* About
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your
session. You signed out in another tab or window. Reload to refresh your
session.
InsideStars/README.md at master · Matteo04052017/InsideStars · GitHub