https://github.com/biznesbear/wfgl
Windows Forms game library
https://github.com/biznesbear/wfgl
game-library gamedev windows windows-forms
Last synced: 5 months ago
JSON representation
Windows Forms game library
- Host: GitHub
- URL: https://github.com/biznesbear/wfgl
- Owner: BiznesBear
- License: mit
- Created: 2024-09-06T17:50:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-23T13:40:49.000Z (over 1 year ago)
- Last Synced: 2025-03-29T06:42:53.023Z (over 1 year ago)
- Topics: game-library, gamedev, windows, windows-forms
- Language: C#
- Homepage:
- Size: 641 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🗑️ WFGL
"Windows forms game library" allows you to create small, unoptimized 2D games.
> [!IMPORTANT]
> WFGL is aborted project.
> [!NOTE]
> WFGL is 4fun & educational purpose project.
> This *library* was not created with the intention of creatin large games in it (or even anything in it).
> Also contains huge amounts of spagetti code.
## 📄 General futures
- Auto scaling
- Object managment
- Small optimalizations
- Very basic ui
## 🎈 Install by Cloning
```
$ https://github.com/BiznesBear/WFGL.git
```
In new project you have to set target platform to Windows and add
```csproj
true
```
to your project file.
## ⭐ Showcase
https://github.com/user-attachments/assets/a8b30b77-9fb4-4d3d-88e3-1df1ebba3904
[Code](https://github.com/BiznesBear/FlappyBird)