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

vkBasalt #380

Closed
MadMagnetic opened this issue May 8, 2020 · 4 comments
Closed

vkBasalt #380

MadMagnetic opened this issue May 8, 2020 · 4 comments

Comments

@MadMagnetic
Copy link

Could you consider adding vkBasalt https://github.com/DadSchoorse/vkBasalt ?
I think it can provide some good feautures.

@tpotancok
Copy link

Paste this into your .config/tweaks folder as vkbasalt.json, try if it works. (Guess can't break anything with this kind of program)

{
	"id": "vkbasalt",
	"name": "vkBasalt",
	"description": "Vulkan post processing layer to enhance the visual graphics of games",
	"url": "https://github.com/DadSchoorse/vkBasalt",
	"command": "ENABLE_VKBASALT=1 ${command}"
}

@Lucki
Copy link
Contributor

Lucki commented Jun 15, 2020

I guess it's better to use "env" here.

{
	"id": "vkbasalt",
	"name": "vkBasalt",
	"description": "Vulkan post processing layer to enhance the visual graphics of games",
	"url": "https://github.com/DadSchoorse/vkBasalt",
	"env": {
		"ENABLE_VKBASALT": "1"
	}
}

@MadMagnetic
Copy link
Author

I guess it's better to use "env" here.

{
	"id": "vkbasalt",
	"name": "vkBasalt",
	"description": "Vulkan post processing layer to enhance the visual graphics of games",
	"url": "https://github.com/DadSchoorse/vkBasalt",
	"env": {
		"ENABLE_VKBASALT": "1"
	}
}

It works! Thank you. Can please tell me - is there some "skeleton" to add custom tweaks (like this one)?

@Lucki
Copy link
Contributor

Lucki commented Jun 17, 2020

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

3 participants