SA-MP Forums Archive
Game Engine for C - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Game Engine for C (/showthread.php?tid=602545)



Game Engine for C - vassilis - 08.03.2016

Tittle Says it all i want to play a bit with C Language.
Yes i know its so outdated but i love it somehow

Is there any Graphic/Game Engine i could use to connect it with C scripting ?


Re: Game Engine for C - Cameryn - 08.03.2016

https://github.com/orangeduck/Corange


Re: Game Engine for C - vassilis - 08.03.2016

Quote:
Originally Posted by Cameryn
Посмотреть сообщение
Genius


Re: Game Engine for C - lolumadd_ - 09.03.2016

Don't...just don't. Either use Java/C# with Unity or C++ with Unreal Engine. I don't see why you couldn't use C#/C++ if you already know C.


Re: Game Engine for C - DRIFT_HUNTER - 09.03.2016

Quote:
Originally Posted by lolumadd_
Посмотреть сообщение
Don't...just don't. Either use Java/C# with Unity or C++ with Unreal Engine. I don't see why you couldn't use C#/C++ if you already know C.
Learning purposes? Or maybe he just knows C language? Also there is a reason why C language is still actual and why C++ C# were made (Java and its garbage collectors was devils work just like Windows ME)


Re: Game Engine for C - Ritzy2K - 09.03.2016

Quote:
Originally Posted by lolumadd_
Посмотреть сообщение
Don't...just don't. Either use Java/C# with Unity or C++ with Unreal Engine. I don't see why you couldn't use C#/C++ if you already know C.
This


Re: Game Engine for C - vassilis - 09.03.2016

Quote:
Originally Posted by lolumadd_
Посмотреть сообщение
Don't...just don't. Either use Java/C# with Unity or C++ with Unreal Engine. I don't see why you couldn't use C#/C++ if you already know C.
I don't intent(at the moment) to work on a professional gaming project. I just want to work on C to be better until i step to the next level(C++ / C#).


Re: Game Engine for C - vassilis - 15.03.2016

I can't understand how to install and implement it.