6 Commits

68 changed files with 67 additions and 8 deletions

22
.gitea/bug_template.md Normal file
View File

@ -0,0 +1,22 @@
---
name: "Bug"
about: "Add a bug to the backlog"
title: "[Bug] "
labels:
- bug
---
## Description
## Steps to Reproduce
## Expected Behavior
## Actual Behavior
## Resources
## Notes

21
.gitea/issue_template.md Normal file
View File

@ -0,0 +1,21 @@
---
name: "New Story"
about: "Add a new story to the backlog"
title: "[Feature] "
labels:
- feature
---
## Story
**As a**:
**I want**:
**So that**:
## Description
## Resources
## Notes

View File

@ -5,8 +5,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aurora", "Aurora\Aurora.csp
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aurora.gtk", "Aurora.gtk\Aurora.gtk.csproj", "{E8C8C24A-5C51-47CB-B241-F5A9F0E808B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aurora.test", "Aurora.test\Aurora.test.csproj", "{45680D8A-1AF1-4D93-AAC0-59CDB01CED5D}"
EndProject
#Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aurora.test", "Aurora.test\Aurora.test.csproj", "{45680D8A-1AF1-4D93-AAC0-59CDB01CED5D}"
#EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator

View File

@ -61,8 +61,8 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Protobuf Include="..\..\aurora-proto\proto\general.proto" />
<Protobuf Include="..\..\aurora-proto\proto\party.proto" />
<Protobuf Include="..\..\aurora-proto\Proto\general.proto" />
<Protobuf Include="..\..\aurora-proto\Proto\party.proto" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\backward.png" />

View File

@ -21,3 +21,16 @@ We are always looking for ways to improve the exerience of the application.
- Aurora Turn Server: The next big step for the application is integrating a custom Aurora turn server so that listeners can connect to one another from different networks while maintaining perfectly synchronized output
- 3rd Party Source Integration: Not everybody has a vast local collection of media that they have been collecting for years. We plan to integrate with 3rd Party music sources such as _Spotify_ and _Apple Music_
## Developers Start Here
### Installation
1. Install dotnet versions 3.1 and 5.0
1. Install mono complete
1. If linux, install gtk-sharp via apt
1. If linux, install libvlc-dev via apt

View File

@ -1,15 +1,18 @@
{
"folders": [
{
"path": "aurora-sharp-desktop"
"path": "aurora-sharp-desktop"
},
{
"path": "aurora-cradle-sharp"
"path": "aurora-cradle-sharp"
},
{
"path": "aurora-proto"
"path": "aurora-proto"
},
{
"path": ".gitea"
}
],
],
"settings": {
"files.exclude": {
"**/obj": true