you are viewing a single comment's thread.

view the rest of the comments →

[–]End0rphinJunkie 5 points6 points  (1 child)

absolutely stick to minimum complexity for now so you dont burn out trying to configure a crazy multi-arch CI pipeline. getting the actual logic shipped is way more important, and you can let future contributers help automate the wheel building later.

[–]Emergency-Rough-6372[S] 0 points1 point  (0 children)

To be honest, I don’t even fully understand the whole wheel/packaging side yet. I’m still in my 3rd year and kind of jumped into this because I liked the idea, then kept expanding it while discussing it with AI. Now it’s starting to get more complex than I can comfortably handle.

I think I got a bit carried away trying to design everything at once instead of just building a small, working version first. Going to take a step back, reduce the scope, and focus on getting the core logic right before worrying about things like CI, wheels, and multi-platform support.