Skip to content

BiznesBear/WFGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🗑️ WFGL

"Windows forms game library" allows you to create small 2D games faster and simplier (in windows forms, of course).

Note

WFGL was created as a 4fun 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. Treat this as a kind of joke/meme.

📄 General futures

  • Auto scaling
  • Object managment
  • Small optimalizations
  • Very basic ui

🎈 Install by Cloning

Important

You need minimum .NET 9.0 to build WFGL

$ https://github.com/BiznesBear/WFGL.git

When you create a new console project you have to set target platform to Windows and add this to your project file.

<UseWindowsForms>true</UseWindowsForms>

⭐ Showcase

thebird-wfgl.mp4

Code