Commit Graph

76 Commits

Author SHA1 Message Date
Hadrien G
e194406ae7
vulkan-utils -> vulkan-tools package naming fix (#2448)
There is no `vulkan-utils` package in current Ubuntu repos. But there used to be one in ubuntu 20.04, which was a compatibility alias for the `vulkan-tools` package that is still around. So I guess you meant `vulkan-tools`?
2024-01-06 19:31:52 +01:00
CoDeus
7c66eb8b43
Add Vera project (#2431) 2023-12-25 05:32:18 +01:00
charles-r-earp
87781d389e
Add krnl to projects using vulkano. (#2395) 2023-11-07 02:48:57 -06:00
marc0246
a832bc3d51
Improve readme formatting 2023-11-05 13:01:48 +01:00
SedenionProj
bef57db9bb
Update README.md (#2250)
update introduction link
2023-07-03 20:15:27 +02:00
Simon Hümmer
daa139dd53
Added Korangar to 'Projects using Vulkano' in README.md (#2116) 2022-12-30 03:16:21 -06:00
Rua
f70f43340f
Shorten the labels a bit to make it less wide 2022-10-04 18:27:40 +02:00
Rua
7b49dcefe9
More complete shield links (#2021) 2022-10-04 11:21:44 -05:00
Nevin
fbe81a9c73
Update examples link (#1931)
Change the example link from archived repo (https://github.com/vulkano-rs/vulkano-examples) to the examples folder which has been updated
2022-07-23 17:15:52 -05:00
Rua
e0654fee18
vk-sys is gone 2022-07-20 11:24:24 +02:00
Rua
463717973e
Mention vulkano-util 2022-07-20 11:23:40 +02:00
coolbot123
a945d7a1a8
fix errors I noticed in readme (#1906)
* fix errors I noticed

saw some errors while reading the readme then did a very quick proof-read/edit.

* lowercase "contribution"

Co-authored-by: Austin Johnson <me@austinj.me>
2022-06-05 17:34:07 -05:00
Austin Johnson
a3a1d4d8e9
Update discord badge
for to add the hyperlink.....
2022-01-29 20:09:51 -06:00
Austin Johnson
f3d8198249
Add discord badge 2022-01-29 20:06:04 -06:00
Ilya Lakhin
b25598ee70
Readme fix 2022-01-30 01:52:53 +07:00
Ilya Lakhin
381604b5e3
Upading readme's Projects section
Added "egui-winit-vulkano" and  "VideowindoW"
2022-01-30 00:29:39 +07:00
Okko Hakola
5ae11903d2
Add Sandbox project to readme (#1800) 2022-01-22 20:33:10 +07:00
HeavyRain266
f79814c2f2
Update wgpu link in readme (#1685)
Previous link provided currently archived version.
2021-08-27 18:05:17 -05:00
Ilya Lakhin
3850a923f9
Update about vk-sys in Readme 2021-06-28 16:30:30 +07:00
Ilya Lakhin
728fab92d1 #1590 Changelog entries submission policy change 2021-05-24 17:25:11 +07:00
Ilya Lakhin
a4ef1e6d9f
Readme update(fixes) 2021-04-11 14:15:47 +07:00
Ilya Lakhin
fc42de0c48
Readme update(removing some mentions of safety due to controversial opinions on this topic) 2021-04-10 22:38:59 +07:00
Ilya Lakhin
e8e9c69d83
Readme update(Sierra) 2021-04-10 18:19:20 +07:00
Ilya Lakhin
f89c2e325f
Readme fix(maintainer link) 2021-04-10 18:04:23 +07:00
Ilya Lakhin
0b4fd13bfe
Readme fix(wgpu description) 2021-04-10 17:56:15 +07:00
Ilya Lakhin
674efa655f
Readme update (#1547) 2021-04-10 17:47:40 +07:00
Ilya Lakhin
9f2257e83e
Update Readme Build Status badge 2020-12-21 07:44:14 +07:00
Travis Finkenauer
ccd22a4aa4
Convert HTTP links to HTTPS (#1397)
* Convert readme HTTP links to HTTPS

* Convert source files' URLs to HTTPS
2020-11-10 11:03:50 -06:00
Federico Morrone
3892ed7e32
Added arch example in Readme (#1419) 2020-10-25 19:33:59 +07:00
Colin Marc
aa1f402c9d
Update MoltenVK setup instructions (#1385) 2020-06-12 11:13:17 -05:00
Austin Johnson
3e7051d94b
Update README.md (#1305) 2020-01-26 02:36:33 -06:00
Milkey Mouse
32b616187c Update crate count in README.md (#1216) 2019-07-05 14:53:58 +10:00
45e71894af Shaderc version bump + update docs (#1197) 2019-05-08 07:18:26 +10:00
Lucas Kent
5b7a0c6466
Fix python installation docs (#1153) 2019-01-15 17:45:03 +11:00
Lucas Kent
52a91d8910
Release vulkano 0.11 (#1086) 2018-11-08 13:19:42 +11:00
Lucas Kent
64d67b5d0d
Fix and enforce line endings + stray whitespace (#1099) 2018-11-01 14:45:30 +11:00
Lucas Kent
c57289f536
refine shaders proc macro api (#1091)
macro renamed from `vulkano_shader!` to `shader!`
leave it up to the user to put it in a module
2018-10-28 10:10:29 +11:00
Lucas Kent
23709fb011
Remove vulkano-shader-derive (#1085) 2018-10-26 13:49:36 +11:00
Aron Granberg
e3c6c3b191 Update readme with workarounds for MoltenVK (#1077) 2018-10-17 07:13:54 +11:00
Lucas Kent
abadc72aa2
Further document new setup steps (#1046) 2018-09-21 11:22:26 +10:00
Nicholas Lordello
b507034df7 Use shaderc instead of glsl-to-spirv for shader compilation (#947)
* Use shaderc instead of glsl-to-spirv for shader compilation
* added some setup notes
2018-09-21 00:24:24 +10:00
Lucas Kent
f4f91f7ee1
Run LANG=en_us aspell --mode ccpp check $filename on every rust file (#1034) 2018-09-02 14:18:22 +10:00
Josh Catt
97dbbdc848 Adding details about installing the SDK for macOS (#1026) 2018-08-27 21:42:28 +10:00
Nicholas Lordello
37fcd507d0 Use libvulkan.dylib instead of MoltenVK by default on macOS (#948) 2018-04-19 09:48:33 +02:00
Pierre Krieger
4f5d479118
Add gitter badge in README (#901) 2017-12-28 15:06:53 +01:00
Florian Marending
188a11fb32 Fix typos in README (#860) 2017-10-09 10:46:45 +02:00
tomaka
bdcc06950e Add a "contributing" section to the README (#820) 2017-09-14 15:32:00 +02:00
tomaka
e07cbf1d49 Add the logo to the README (#779)
* Add the logo to the README

* Try fix style

* Try fix style
2017-08-27 10:04:37 +02:00
tomaka
2f9c9ff6b0 Update link to triangle example (#767) 2017-08-25 11:48:05 +02:00
Gabriel Majeri
ceb4ebdc95 Add more badges (#768) 2017-08-24 14:47:39 +02:00