-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wiki revision #31
Open
cdelapena
wants to merge
8
commits into
OpenSpace:master
Choose a base branch
from
cdelapena:wiki_revision
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Wiki revision #31
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
7373223
Update faq.md
cdelapena 32b704d
Update faq.md
cdelapena 74c6bfa
Update faq.md
cdelapena 46277db
Update faq.md
cdelapena b1ce1d5
Update faq.md
cdelapena 1f62771
Update pull-requests.md
cdelapena 3edf751
Update general.md
cdelapena 7e52975
Update general.md
cdelapena File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
|
@@ -6,16 +6,36 @@ parent: Users | |||||||
nav_order: 6 | ||||||||
--- | ||||||||
|
||||||||
# Linux | ||||||||
## OpenSpace reports number errors when compiling shaders | ||||||||
Error: | ||||||||
```Error linking program object [LocalChunkedLodPatch Vertex]: 6(54) : | ||||||||
error C0000: syntax error, unexpected integer constant at token "<int-const>" | ||||||||
6(70) : error C0000: syntax error, unexpected integer constant at token "<int-const>" | ||||||||
``` | ||||||||
# Frequently Asked Questions (FAQs) | ||||||||
## What is OpenSpace? | ||||||||
[OpenSpace](https://www.openspaceproject.com/) is an open source, non-commercial, and freely available interactive data visualization software designed to visualize the entire known universe and portray our ongoing efforts to investigate the cosmos. Bringing the latest techniques from data visualization research to the general public, OpenSpace supports interactive presentation of dynamic data from observations, simulations, and space mission planning and operations. The software works on multiple operating systems (Windows, Linux, MacOS) with an extensible architecture capable of powering both personal computers and also high resolution tiled displays and planetarium domes. In addition, OpenSpace enables simultaneous connections across the globe creating opportunity for shared experiences among audiences worldwide. The target audience of the software reaches from the general public who wishes to explore our universe, enthusiasts interested in hacking the underlying components in OpenSpace to create unique experiences, informal science institutions wishing to create a low-cost, yet powerful exhibition piece, but also scientists desiring to visualize their datasets in a contextualized, powerful software. | ||||||||
|
||||||||
Reason: We use the operating system's locale to convert numeric values into text. On some languages (Spanish and German, for example), a "," is used as the decimal separator, leading a `3` to be converted to `3,0` which the code does not understand. If you are finding this, you can overwrite the locale by exporting it to your shell first: | ||||||||
``` | ||||||||
# export LC_NUMERIC="en_US.UTF-8" | ||||||||
# ./OpenSpace | ||||||||
``` | ||||||||
## What is OpenSpace's history? | ||||||||
Founded in 2014, OpenSpace started as a collaboration between Sweden's Linköping University (LiU) and the American Museum of Natural History (AMNH). Development of the software began several years ago through a close collaboration with NASA Goddard's Community Coordinated Modeling Center (CCMC) to model space weather forecasting and continued with visualizations of NASA's New Horizons mission to Pluto and ESA's Rosetta mission to 67P/Churyumov-Gerasimenko. This promising set of preliminary work provided a foundation for continued funding from NASA, the Swedish eScience Research Centre, and the Knut and Alice Wallenberg foundation, which has extended the collaboration to include the University of Utah's Scientific Computing and Imaging (SCI) Institute, New York University's Tandon School of Engineering, multiple informal science institutions across the world, and multiple, international vendors. | ||||||||
|
||||||||
## How do I get started? | ||||||||
### Users | ||||||||
Please see our Users [Getting Started](http://wiki.openspaceproject.com/docs/users/getting-started/general.html) section. | ||||||||
|
||||||||
### Developers | ||||||||
Please join our [OpenSpace Slack Channel](https://openspacesupport.slack.com/). We have several subchannels to get you started. | ||||||||
- #general is the space for community wide announcements. | ||||||||
- #help-questions is the place to ask questions and receive help from our developers. | ||||||||
- #bugs-and-breaks is the channel to report bugs or errors you are experiencing in the | ||||||||
software. | ||||||||
Comment on lines
+24
to
+25
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
- #linux, #macos, #windows are channels related to discussions on specific operating systems. | ||||||||
- #events is the space to share your upcoming or previous programs/events that used OpenSpace. | ||||||||
- #sharespace is a dedicated space for cool screenshots, videos, or anything that you’d like | ||||||||
to share related to OpenSpace. | ||||||||
- #users-planetariums, #users-at-museums-and-science-centers, | ||||||||
- #users-at-elementary-and-middle- school, #users-at-higher-education-institutions, #users-at-community-orgs are channels for users at specific types of institutions to connect on how they’re using OpenSpace. | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
|
||||||||
### But I've never used Slack before! | ||||||||
No problem! | ||||||||
If you’re new to Slack and want a quick overview, start here! | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
- What is Slack? https://www.youtube.com/watch?v=q19RtuCHt1Q | ||||||||
- Quick Start Guide: https://slack.com/resources/using-slack/your-quick-start-guide-to-slack | ||||||||
- Want to see it in action as you scroll? Check out https://slackdemo.com/ | ||||||||
|
||||||||
## What if I have other questions that should be in this FAQ? | ||||||||
Great! Please [email]([email protected]) us the question and we'll work with you! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To keep it just a tad simpler