This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <sys/ioctl.h> | |
| #include <time.h> | |
| #include <unistd.h> | |
| int WIDTH = 80; | |
| int HEIGHT = 40; | |
| char getCell(char *buffer, int x, int y) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Smooth Noise Generator | |
| // Rendered using OpenTK | |
| // I did not design this algorithm | |
| using OpenTK; | |
| using OpenTK.Input; | |
| using OpenTK.Graphics.OpenGL; | |
| using System; | |
| namespace OpenTKTest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2020-06-02T21:36:59.753Z","extensionVersion":"v3.4.3"} |