How to do with graphics (make games) in C# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to do with graphics (make games) in C#

I want to know to use graphica i c#. Help me, I am begginer.

23rd Apr 2017, 2:36 PM
xLukaCpp
xLukaCpp - avatar
11 Answers
+ 5
a good tutorial for SDL is at lazyfoo.net
23rd Apr 2017, 3:25 PM
jay
jay - avatar
+ 5
mmmmmm now that aint right. who got that account? first time for everything i guess.. ooooooo i seeee now.. good one bud
23rd Apr 2017, 3:41 PM
jay
jay - avatar
+ 5
start with a small simple thing like having a square appear. first. games are the pinnicale of programming. they require skill. even seemingly simple ones are no trival task. if you are comfortable with classes functions pointers inheritance then you can probably start to dabble with 2D. Expect small things at first like making a triangle, not angry birds :) lazyfoo walks you through the basics. but dont expect to learn if you just copy and paste stuff and you wont end up with a game it just gives you more tools that you will need. edit: readability
23rd Apr 2017, 4:16 PM
jay
jay - avatar
+ 4
have a look at unity.. or directx maybe?
23rd Apr 2017, 3:01 PM
jay
jay - avatar
+ 2
Ty for answers guys. I know all of C++ console applications, everythimg.I am competing in it, but how to use graphics?
23rd Apr 2017, 3:24 PM
xLukaCpp
xLukaCpp - avatar
+ 2
If I can make good games in C++, it will be better than to work im C#
23rd Apr 2017, 3:24 PM
xLukaCpp
xLukaCpp - avatar
+ 2
@xLukaCpp Dont want to be rude but do you understand something like this? Could you make modifications to it for your needs? Note I haven't used any std library function. template<template<typename...> class T, class ... K> struct A { T<K...> var; }; I only say this because to say that you know every aspect of c++'s syntax (including all functions in the standard library) is big thing.
23rd Apr 2017, 3:49 PM
Bebida Roja
Bebida Roja - avatar
+ 2
Probably
23rd Apr 2017, 3:50 PM
xLukaCpp
xLukaCpp - avatar
+ 2
@xLukaCpp But hey if you like coding for whatever reasons dont let not knowing something stop you. You have a lot of years ahead to become an expert and you'll progressively learn more and more.
23rd Apr 2017, 4:06 PM
Bebida Roja
Bebida Roja - avatar
+ 2
I won't stop coding ofc, but I need to make a video game...
23rd Apr 2017, 4:08 PM
xLukaCpp
xLukaCpp - avatar
+ 1
Unity works well, with one problem, the programs made with it are huge. I remember making a finger trainer app where in 6 seconds you must tap the screen as much as you can. In total it was like 100 lines of code, but the app was 30mb or so. So for big apps i'd say unity works well, but for small apps you should find another way.
23rd Apr 2017, 3:19 PM
Bebida Roja
Bebida Roja - avatar