• Register

This member has provided no bio about themself...

Comment History
GXD456
GXD456 - - 1 comments @ Babylon Project

What you have achieved seems already outstanding, expecially with the given circumstances you described. However, perfectionism often does more harm than good, so releasing an "alpha" version would be a great idea i think. No warranties, just a Proof of Concept for people to play around with.

From technical perspective, You could put that project on a github repo and make a new release whenever you feel like something new worth seeing has been added and people can decide whether they want to check out the changes or not by downloading the latest (Beta!) release. You can easily set up the infrastructure yourself, especially with chatGPT widely available:

- Github repository: for storing the source code and version control
- Github actions: (continuous integration and deployment) to automate bundling your committed code into a ready to play executable
- Guthub readme: to tell people about your project and motivate them to contribute to your code. There are tons of open source projects which have more than 100 preople contributing (for free) to these to make the world a better place
- Github sponsor: activate the sponsor button on github, so anyone who wants to contribute financially can do so with a couple simple clicks, creating the funds you may need.
- Github issues: to keep track of your todo's, bugs, enhancements and what users report (if you care about that)

Feel free to reply here, if you need help.

Good karma+1 vote