Skip to content
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

Prebuilt binaries for macOS, Windows, Linux #7

Open
Nexuist opened this issue Jan 9, 2019 · 8 comments
Open

Prebuilt binaries for macOS, Windows, Linux #7

Nexuist opened this issue Jan 9, 2019 · 8 comments

Comments

@Nexuist
Copy link

Nexuist commented Jan 9, 2019

Hello,

Following in the footsteps of #1, it would be nice to have prebuilt binaries (via GitHub releases) that prospective users could download to avoid having to clone and build the whole project. In addition, this could allow non-developers to be exposed to the primary concept behind the game, the fractal game engine, and give it a wider audience.

I'm not sure if this is where you intend to take the project, or if you would prefer to keep it as an open source demo of sorts, but I figured it might be worth starting the conversation.

@HackerPoet
Copy link
Owner

This may be the direction I head down eventually if I decide to make another game with the engine. Right now, there's poor separation between the game and the engine/physics, as it was thrown together quickly rather than as a long term project. I also wasn't expecting the popularity that it got. If I make something else with this engine, I will also pull out the engine components to a library so it can be used in more applications.

@swedneck
Copy link

I would also like to see prebuilt executables available for download, as compilation is extremely daunting for most people.

@tomlister
Copy link

Yeah compiling for macOS is a bitch, spent like 3 hours trying to get it to work.

@nottux
Copy link
Contributor

nottux commented Jan 17, 2019

Yeah compiling for macOS is a bitch, spent like 3 hours trying to get it to work.

you might want to use make -j$(nproc) next time

@tomlister
Copy link

It's not an issue with cores, it's that fact that clang isn't getting headers from cmake. I haven't been able to make it compile (wasted 3 hours).

@markedphillips
Copy link

I just wasted an hour doing the same. Sucks, I really wanted to play this. Actually, I really wanted to have this as a screensaver.

@nottux
Copy link
Contributor

nottux commented Feb 6, 2019

I just wasted an hour doing the same. Sucks, I really wanted to play this. Actually, I really wanted to have this as a screensaver.

you might have the problem with old libsfml packages

@C-Kenny
Copy link

C-Kenny commented Apr 9, 2019

On the flip-side, having the game behind a bunch of build step encourages curious individuals to get their hands dirty. I do agree that debugging environment and build issues are potentially the least fun aspects of life though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants