← Back

Lab 1 - Raylib Part 1


Video


Notes

Raylib.InitWindow(int width, int height, string title)

Raylib.ClearBackground(Color color)

Raylib.DrawRectangle(int x, int y, int width, int height, Color color)