Top 5 C sokol Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Project mention: Zig cookbook: collection of simple Zig programs that demonstrate good practices | news.ycombinator.com | 2024-01-01
Zig currently doesn't allow chained designators and also doesn't allow to partially initialize arrays and fill up the rest of the array with default values.
E.g. the closest Zig equivalent to this C99 code:
https://github.com/floooh/sokol-samples/blob/b3bc55c4411fa03...
...is this:
https://github.com/floooh/sokol-zig/blob/a4b3c287fadd153a504...
...note how part of the initialization had to be moved out into "code".
There's a ticket about this here, but it's currently not high-priority:
https://github.com/ziglang/zig/issues/6068
-
-
-
yr11-physics-applied
Year 11 Physics, Applied. A collection of interactive demonstrations and physics simulations.
C sokol discussion
C sokol related posts
Index
What are some of the best open-source sokol projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | sokol_gp | 456 |
2 | sokol-zig | 365 |
3 | ferox | 195 |
4 | tophat | 72 |
5 | yr11-physics-applied | 17 |