-
Notifications
You must be signed in to change notification settings - Fork 42
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
.NET SDK #80
Labels
area:sdk
Cesium .NET SDK
kind:feature
New feature or request
status:help-wanted
Open for contributors
Comments
ForNeVeR
added
kind:feature
New feature or request
status:help-wanted
Open for contributors
area:sdk
Cesium .NET SDK
labels
Jan 16, 2022
This is how I done F* SDK https://github.com/kant2002/fstarmsbuildsdk . Tools packaging is based on how Zig handle that. I just borrow simplified version of it. Cesium has ability package itself as MSBuild task, so some variations possible. |
Wow, yeah, your F* SDK would really help here. I didn't think about it myself. |
8 tasks
ForNeVeR
added a commit
to seclerp/Cesium
that referenced
this issue
Apr 20, 2024
ForNeVeR
added a commit
to seclerp/Cesium
that referenced
this issue
Apr 20, 2024
ForNeVeR
added a commit
to seclerp/Cesium
that referenced
this issue
Apr 20, 2024
ForNeVeR
added a commit
to seclerp/Cesium
that referenced
this issue
Apr 20, 2024
ForNeVeR
added a commit
to seclerp/Cesium
that referenced
this issue
Apr 20, 2024
ForNeVeR
added a commit
to seclerp/Cesium
that referenced
this issue
Apr 21, 2024
ForNeVeR
added a commit
to seclerp/Cesium
that referenced
this issue
Apr 21, 2024
ForNeVeR
added a commit
that referenced
this issue
Apr 21, 2024
ForNeVeR
added a commit
that referenced
this issue
Apr 21, 2024
ForNeVeR
added a commit
that referenced
this issue
Apr 21, 2024
ForNeVeR
added a commit
that referenced
this issue
Apr 21, 2024
ForNeVeR
added a commit
that referenced
this issue
Apr 21, 2024
ForNeVeR
added a commit
that referenced
this issue
Apr 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:sdk
Cesium .NET SDK
kind:feature
New feature or request
status:help-wanted
Open for contributors
I want the users to be able to develop Cesium projects using .NET SDK, with a workflow like this:
.cesproj
file similar to this:dotnet build
: it should download theCesium.Sdk
from NuGet, set up compiler target, probably even download the standard library from NuGet!In other words, Cesium projects should be fully compatible with normal .NET ecosystem; ideally, it should even be possible to use
<ProjectRefrence Include="../something.cesproj" />
in a C# project, and get the reference!Depends on:
The text was updated successfully, but these errors were encountered: