Skip to content

viral32111/Pixels

Repository files navigation

Pixels

This is a small .NET Framework program for Windows that renders a pattern of pixels to a form.

There are two color generation methods in the code that can be switched between to produce different results.

I originally made this to help me understand how to make my Garry's Mod custom Wiremod GPU render pixels to a digital screen.

Check out the Windows Examples directory for screenshots and a video of what this program can produce.

This project was originally kept private up until 2022, when I cleaned it up and updated it to use modern .NET and C# standards. This is why there is no 1.0.0 release, but you can still browse the source for that version.

License

Copyright (C) 2020-2023 viral32111.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses.