jmax01

↗ HN profile [ 28.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…

  2. https://github.com/Jaysmito101/TerraGen3D/ https://github.com/Jaysmito101/TerraGen3D/raw/master/Screenshots/ShowCase2.gif