-
Notifications
You must be signed in to change notification settings - Fork 1
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
Native libraries project formats #1
Comments
PHP |
Also, AS3 is probably easiest to be distributed through an .swc file: http://old.haxe.org/manual/swc |
Argh, right, I actually mean swc instead of swf :p |
C#: NuGet I'll do some more research on project formats, although CMake is a good option for C++ |
Another issue is the mass of platform settings.
It would be great to have an own package distribution server for each platform, I guess. |
For most targets you have actually two options
In C# there exists "dotnet new ..." to create new applications. |
Information about each target's native project format and library distribution format.
For use in the toolchain. (Auto create native project, submission helpers, etc).
npm init
npm publish
static/dyn lib
composer init
Note: If anyone knows the missing information, please comment below and I will update accordingly.
The text was updated successfully, but these errors were encountered: