dylan-thinnes / solsys

Solsys at https://solsys.xyz is a prime factorizing solar system generator.
6 stars 0 forks source link

Create develop-electron branch #16

Closed aaronshappell closed 6 years ago

aaronshappell commented 7 years ago

To separate desktop development and feature branches pertaining to the electron build.

dylan-thinnes commented 6 years ago

I would prefer we keep all development to feature- so that we aren't inclined to make any big separations in logic and keep the codebase very malleable. A new develop branch sounds more like we would need a new repository structure and implement a bunch of management tools.

electron is barely an idea at the moment, let's reopen this when we first release online and once the code is cracked sufficiently that making the code available for client-side electron apps is feasible.

In the meantime, the feature- branch should do more than fine.

aaronshappell commented 6 years ago

Sounds good. Also you wouldn't have to worry about the code being straight visible on the client side electron app as we can bundle the core code in an asar archive. Should research if this can be decrypted.