Skip to content

Releases: Freziyt223/Simple-Game-Engine

Source code download and compiled version(windows only for now)

09 Aug 11:38
Compare
Choose a tag to compare

This is the beginning release for quick download and expecting.

If compiled version doesn't work,

just use Build/Build.ps1, you should first open terminal in the workspace folder/Build folder and then run the Build.ps1 script, also, for now it doesn't support 32-bit version

This version only creates window and prints debug message in terminal(test of dynamic arrays), window doesn't respond to any commands(such as closing, minimizing, resizing)

image

Also

this executable is so large, because I've just included files and didn't optimize that and did manual linking, that will be done on library management step, for now I'm focused on the events, inputs and capabilities