When i am changing the name of timer in butterfly game it gives property is not valid .what should i do ? Please guide
@ozkanozdemir6255 Жыл бұрын
Great..
@mooict Жыл бұрын
Thanks :)
@-wokhead Жыл бұрын
How good is winforms especially for performance?
@mooict Жыл бұрын
Its good for learning not for live projects. For those you might want to look into Unity or GODOT. Win Form its easy to learn and also to get a basic ideas to prototype out quickly but not for performance or multi platform stuff.
@-wokhead Жыл бұрын
@@mooict yeah i know game engines are easier but i like the idea of creating everything from scratch, just as i want. But since simple 2d games are not heavily dependent on rendering, can i make a game as big as terraria run on mid pcs when written with winforms? I mean c# should be okay for game logic, only thing that can hold performance back is rendering stuff on screen. So as i said would it have "decent" performance to run at a constant fps
@mooict Жыл бұрын
@@-wokhead in that case I would recommend WPF template than WinForms. You will have more control with the graphics as it will be DirectX supported, to render relatively consistent FPS.