nem0 / OpenFBX

Lightweight open source FBX importer
MIT License
1.15k stars 135 forks source link

Adding OpenFBX to conda-forge for Pixi packaging #97

Closed jeongseok-meta closed 4 months ago

jeongseok-meta commented 4 months ago

Hello @nem0, I am considering adding OpenFBX to conda-forge so that it can be used in a cross-platform package manager called Pixi. Would you be interested in adding tags to OpenFBX for this packaging? Thank you!

nem0 commented 4 months ago

Hi, do you mean github tags in the right column? If so, sure, why not. Let me know when and I will add it.

jeongseok-meta commented 4 months ago

Great! Yes, adding git tags is necessary for versioning in package managers. We can start with version 0.1.0 or 0.0.1, depending on your preference.

It is generally recommended to follow semantic versioning. If the project is still under heavy development with frequent API changes, we could keep the major version at zero and then move to version 1.0.0 once it reaches stability.

nem0 commented 4 months ago

https://github.com/nem0/OpenFBX/releases/tag/v0.9

jeongseok-meta commented 4 months ago

Awesome, thank you!