~prokop/rdck.dev

92463e6f8f82ccc8097879f9d04eda2f02ed1e03 — Prokop Randacek 5 months ago 8160f90
move contributions to the top
1 files changed, 10 insertions(+), 10 deletions(-)

M content/projects.md
M content/projects.md => content/projects.md +10 -10
@@ 1,3 1,13 @@
# Open source contributions

- [Stockfish](https://github.com/official-stockfish/Stockfish/pull/3461)
- [SPIRV-Headers](https://github.com/KhronosGroup/SPIRV-Headers/pull/261)
- [FTXUI](https://github.com/ArthurSonzogni/FTXUI/pull/660)
- [qoi](https://github.com/phoboslab/qoi/pull/256)
- [umka-lang](https://github.com/vtereshkov/umka-lang/pull/209)
- [umka-lang 2](https://github.com/vtereshkov/umka-lang/pull/126)
- [tup](https://github.com/gittup/tup/pull/477)

# Projects

## [asciilasers](https://git.sr.ht/~prokop/alc) (2023)


@@ 72,14 82,4 @@ Zig

Toy chess engine.

# Open source contributions

- [Stockfish](https://github.com/official-stockfish/Stockfish/pull/3461)
- [SPIV-Headers](https://github.com/KhronosGroup/SPIRV-Headers/pull/261)
- [FTXUI](https://github.com/ArthurSonzogni/FTXUI/pull/660)
- [qoi](https://github.com/phoboslab/qoi/pull/256)
- [umka-lang](https://github.com/vtereshkov/umka-lang/pull/209)
- [umka-lang 2](https://github.com/vtereshkov/umka-lang/pull/126)
- [tup](https://github.com/gittup/tup/pull/477)

[^glsl]: The problem is that the [main glsl implementation](https://github.com/KhronosGroup/glslang) [does not allow function declarations without definitions](https://github.com/KhronosGroup/glslang/blob/main/glslang/MachineIndependent/linkValidate.cpp#L1484) and because of that you can't call code that does not exists at the time of compiling the GLSL code.