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

Linux version. #5

Open
jf17 opened this issue Dec 24, 2019 · 2 comments
Open

Linux version. #5

jf17 opened this issue Dec 24, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@jf17
Copy link

jf17 commented Dec 24, 2019

I really want to have a Linux version of this wonderful tools . =)

@w23 w23 added the enhancement New feature or request label Dec 25, 2019
@w23
Copy link
Owner

w23 commented Dec 25, 2019

You mean for development? Or targeting Linux as release platform?

Development is pretty straightforward, I do have a Makefile for that somewhere (maybe even in this repo history ;)).

Targeting Linux as release platform is harder and involves a lot of research. There isn't a standard way to do things there, and there aren't any Crinkler alternatives. You can do gzip+shell dropping, but it is worse than crinkler significantly and also has its downsides (e.g. requires /tmp to be mounted without noexec). I did a bunch of Linux intros 7-8 years ago, and it was a mess.
There's a recent talk about Linux 4k intros with more recent ideas and further pointers: https://www.youtube.com/watch?v=a03HXo8a_Io

@jf17
Copy link
Author

jf17 commented Dec 25, 2019

You mean for development? Or targeting Linux as release platform?

Development is pretty straightforward, I do have a Makefile for that somewhere (maybe even in this repo history ;)).

Targeting Linux as release platform is harder and involves a lot of research. There isn't a standard way to do things there, and there aren't any Crinkler alternatives. You can do gzip+shell dropping, but it is worse than crinkler significantly and also has its downsides (e.g. requires /tmp to be mounted without noexec). I did a bunch of Linux intros 7-8 years ago, and it was a mess.
There's a recent talk about Linux 4k intros with more recent ideas and further pointers: https://www.youtube.com/watch?v=a03HXo8a_Io

I was referring to the focus on Linux as a release platform .
I'm developing on Linux I use 'Visual Studio Code' + plugins .
'glsl-canvas' - mega cool plugin !

http://editor.thebookofshaders.com/

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

No branches or pull requests

2 participants