Compare commits
11 Commits
e3eedc5ffa
...
master
Author | SHA1 | Date | |
---|---|---|---|
bf702e403e | |||
4b22d5d9be | |||
03a091d853 | |||
b2fc0121b0 | |||
589773b29c | |||
9252f96bdb | |||
733649c62b | |||
dd4632cdb6 | |||
9859358d7b | |||
f1a3771912 | |||
4d3413b2a2 |
11
.gitea/issue_template.md
Normal file
11
.gitea/issue_template.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
## Story
|
||||||
|
|
||||||
|
**As a**:
|
||||||
|
**I want**:
|
||||||
|
**So that**:
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
## Resources
|
||||||
|
|
||||||
|
## Notes
|
@ -5,8 +5,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aurora", "Aurora\Aurora.csp
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aurora.gtk", "Aurora.gtk\Aurora.gtk.csproj", "{E8C8C24A-5C51-47CB-B241-F5A9F0E808B1}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aurora.gtk", "Aurora.gtk\Aurora.gtk.csproj", "{E8C8C24A-5C51-47CB-B241-F5A9F0E808B1}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aurora.test", "Aurora.test\Aurora.test.csproj", "{45680D8A-1AF1-4D93-AAC0-59CDB01CED5D}"
|
#Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aurora.test", "Aurora.test\Aurora.test.csproj", "{45680D8A-1AF1-4D93-AAC0-59CDB01CED5D}"
|
||||||
EndProject
|
#EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|iPhoneSimulator = Debug|iPhoneSimulator
|
Debug|iPhoneSimulator = Debug|iPhoneSimulator
|
||||||
|
@ -61,8 +61,8 @@
|
|||||||
</Compile>
|
</Compile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Protobuf Include="..\..\aurora-proto\proto\general.proto" />
|
<Protobuf Include="..\..\aurora-proto\Proto\general.proto" />
|
||||||
<Protobuf Include="..\..\aurora-proto\proto\party.proto" />
|
<Protobuf Include="..\..\aurora-proto\Proto\party.proto" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<EmbeddedResource Include="Resources\backward.png" />
|
<EmbeddedResource Include="Resources\backward.png" />
|
||||||
|
@ -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
|
- 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_
|
- 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
|
||||||
|
|
||||||
|
@ -8,6 +8,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "aurora-proto"
|
"path": "aurora-proto"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": ".gitea"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
|
Reference in New Issue
Block a user