inexorgame-obsolete / deprecated-cube-engine-inexor

UNMAINTAINED: Please have a look at the vulkan-renderer
https://inexor.org
zlib License
11 stars 1 forks source link

Make flex npm install-able #449

Closed Fohlen closed 6 years ago

Fohlen commented 7 years ago

We should make flex a globally install-able package via npm install This involves

That way we could use Flex (and thereby Inexor) in a really simple matter in the future

npm install @inexor-game/inexor-flex
inexor-flex # <-- this will start flex and the web server, wohoo

# if you like to have a specific version of flex,
npm install @inexor-game/inexor-flex@VERSION
Fohlen commented 7 years ago

This will also

Croydon commented 7 years ago

How does that deprecate inexor_unix and inexor.bat? We still need one-click files which are executing the start command for users.

Fohlen commented 7 years ago

well, in that case you can simply inexor-flex instance start 31415 from the command line..

Fohlen commented 7 years ago

I have thought about your comment again. Providing a desktop shortcut to inexor-flex instance start 31415 will be much easier / more comfortable for the user than a bash script.

aschaeffer commented 7 years ago

Already done for linux: https://github.com/inexorgame/inexor-core/blob/master/dist/linux/inexor.desktop Who wants to create an ico file for windows?

a-teammate commented 6 years ago

whats to do on this one? :)

Fohlen commented 6 years ago

@a-teammate still depends on #450 which was previously assigned to @aschaeffer I am working on it, however it will take some more time..

aschaeffer commented 6 years ago

Good morning :-)

What's the state of this issue? Successfully implemented?

Fohlen commented 6 years ago

Yes. Please test wether it works extensively.