Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
fbshipit-source-id: 43f60bcb58d70e57c575a1f51c3b29189459e9ad
  • Loading branch information
facebook-github-bot committed Sep 24, 2019
0 parents commit 4cc10d6
Show file tree
Hide file tree
Showing 1,822 changed files with 267,966 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
👉 Please follow one of these issue templates:
- https://github.com/facebook/facebook360_dep/issues/new/choose

Note: to keep the backlog clean and actionable, issues may be immediately closed if they do not follow one of the above issue templates.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: "🐛 Bug Report"
about: Report a reproducible bug or regression in facebook360_dep.
title: ''
labels: 'Bug'

---

<!--
Please provide a clear and concise bug description.
Include screenshots as needed.
Please test using the latest facebook360_dep release to ensure that you are not reporting a fixed bug.
-->

## Steps To Reproduce

1.
2.

<!--
Issues without reproduction steps or code are likely to stall.
-->

Describe what you expected to happen:


Snack, code example, or link to a repository:


<!--
Please provide a Snack (https://snack.expo.io/), a link to a repository on GitHub, or
provide a minimal code example that reproduces the problem.
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve.
-->
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: "📃 Documentation Issue"
about: Documentation issues are handled in https://github.com/facebook/facebook360_dep.github.io.
title: 'Docs: '
labels: 'Type: Docs'

---
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: "📃 Feature Request"
about: New features that either exist in very limited capacity or do not exist at all.
title: 'Feature: '
labels: 'Type: Feature'

---

<!--
Please provide a clear and concise feature description. If there are accompanying
diagrams you have to mock the idea, feel free to drop them here.
-->

## The current behavior and new feature

<!--
Where in the pipeline is the new feature being added to: calibration, the
main render pipe, or the viewer? Or is this a new stage entirely?
-->

## Expected use cases

<!--
Is this intended to be primarily a research effort, something that will help
end users (i.e. producers), or something new entirely?
-->

## Additional info
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: "🤔 Questions and Help"
about: The issue tracker is not for questions. Please ask questions on https://stackoverflow.com/questions/tagged/facebook360_dep.
title: 'Question: '
labels: 'Type: Question'

---

🚨 The issue tracker is not for questions. 🚨

As it happens, support requests that are created as issues are likely to be closed. We want to make sure you are able to find the help you seek. Please take a look at the following resources.

## Coding Questions

### https://stackoverflow.com/questions/tagged/facebook360_dep

If you have a coding question related to facebook360_dep, it might be better suited for Stack Overflow. It's a great place to browse through frequent questions about using facebook360_dep, as well as ask for help with specific questions.


## Talk to other facebook360_dep developers

If you'd like to discuss topics related to the future of facebook360_dep, or would like to propose a new feature or change before sending a pull request, please create an issue with the "feature" tag to start a discussion.
15 changes: 15 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. -->

## Summary

<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. See https://github.com/facebook/facebook360_dep/wiki/Changelog for an example. -->

[CATEGORY] [TYPE] - Message

## Test Plan

<!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. -->
21 changes: 21 additions & 0 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Thanks for using facebook360_dep! If you need help with your facebook360_dep app, the right place to go depends on the type of help that you need.


## 🤔 I have a question or need help with my facebook360_dep app.

If you have a coding question related to facebook360_dep, it might be better suited for Stack Overflow. It's a great place to browse through [frequent questions about using facebook360_dep](https://stackoverflow.com/questions/tagged/facebook360_dep).


## 📃 I found something that seems wrong in the documentation.

The facebook360_dep website is hosted on a [separate repository](https://github.com/facebook/facebook360_dep.github.io). If you want to report something that is wrong or missing from the documentation, [please open a new issue there](https://github.com/facebook/facebook360_dep.github.io/issues).


## 🐛 I found a bug in facebook360_dep.

If you want to report a reproducible bug or regression in the facebook360_dep library, you can [create a new issue](https://github.com/facebook/facebook360_dep/issues/new?labels=Type%3A+Bug+Report&template=bug_report.md). It's a good idea to look through [open issues](https://github.com/facebook/facebook360_dep/issues) before doing so, as someone else may have reported a similar issue.


## 🚀 I want to discuss the future of facebook360_dep.

If you'd like to discuss topics related to the future of facebook360_dep, you can [create a new issue](https://github.com/facebook/facebook360_dep/issues/new?labels=Type%3A+Bug+Report&template=bug_report.md) with the "feature" tag.
26 changes: 26 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 90
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- Good first issue
- "Type: Discussion"
- Partner
- Core Team
- "Help Wanted :octocat:"
- "Impact: Regression"
- "Resolution: PR Submitted"
- "Resolution: Backlog"
# Label to use when marking an issue as stale
staleLabel: Stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs.
You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open.
Thank you for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: >
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.
only: issues
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
*.flags
CMakeCache.txt
CMakeFiles/
CMakeScripts/
Makefile
bin/
build/
cmake_install.cmake
lib/
source/thirdparty/bc7_compressor/ISPCTextureCompressor/*
xcode/
website/node_modules
windows/build
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
language: python

python:
- 3.6

jobs:
include:
- name: "Docs: Doxygen"
install:
- sudo apt-get install -y doxygen
script:
- cd source && doxygen .doxyfile
- cd ..
- cd scripts && doxygen .doxyfile
- name: "App: Testing suite"
services:
- docker
install:
- docker build -t facebook360_dep .
script:
- docker run -d facebook360_dep /bin/bash -c "python3.7 scripts/test/run_tests.py --type=cpu --binary_dir=build/bin/ --dataset_root=s3://facebook360-dep-sample-data/complex-single-frame/"
Loading

0 comments on commit 4cc10d6

Please sign in to comment.