jmax01
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Building a Fast Lock-Free Queue in Modern C++ from Scratch (jaysmito.dev)
- Building a Hardware Accelerated Live TV Player from Scratch in C with Vulkan (blog.jaysmito.dev)
- Large Collection of Interactive(WASM) Creative Coding Demos C99 OpenGL/WebGL (jaysmito101.github.io)
-
Example Code: struct Shape { void draw(); int area(int x, int y); }; make_trait(Shape, draw, area); int main() { auto circle = Circle(); auto square = Square(); // NOTE: all of this is strictly checked, so if you are…
-
https://github.com/Jaysmito101/TerraGen3D/ https://github.com/Jaysmito101/TerraGen3D/raw/master/Screenshots/ShowCase2.gif