mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #503] Any chance creating a C++ client? #271
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#271
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dummy0stud on GitHub (Aug 9, 2016).
Original GitHub issue: https://github.com/quasar/Quasar/issues/503
It is very boring to install .net, consider creating a C++ client!
@yankejustin commented on GitHub (Aug 9, 2016):
Besides the huge pain that would come with converting to C++, there are run-time components that would have to be installed for C++ regardless, so no. I very seriously doubt there is a chance of it. If someone was willing to convert it to C++, that would be neat to see though.
@MaxXor commented on GitHub (Aug 9, 2016):
We use many C# libraries in Quasar, for example Mono or NetSerializer. When converting the client to C++ we need to find replacements for these libraries or redo them from scratch. As @yankejustin said, this is very unlikely someone will actually do this. I'm not going to do it.