Page 1 of 1

Grahp App

PostPosted: 27 Dec 2019, 17:52
by jdc
SDL is a bit to nested to use in a project and evolve, so i found this most more simplified library, but also working and capable of doing a lot of things, like interfaces, menus, 3D, etc...

A project like "the box" , (https://forum.freegamedev.net/viewtopic.php?f=22&t=7722 ) need something to work and something to refactor code in long therm. Tutorials in C does not cover most of the topics in this code's, so in order to learn is also good to study, not just use.

If people do not know about this project, it may be of some useful the info, it will be in "the BOX", in next updated (lets see this code is a bit large, lol), ideal is a refactor version, but i will added to the tools collection, and see if i can put it to work while i don't know enough to refactor code.

It is well documented, and simple code, it seems easy to add you stuff. And also the above objectives mention in case you have a similar project like my own.

it works in Codeblocks.

https://sites.google.com/a/liesenberg.biz/cjogos/home/software/interfaces-graficas-em-c

http://www.enchantia.com/software/graphapp/

Hope it helps some body and good coding.

Re: Grahp App

PostPosted: 28 Dec 2019, 09:11
by Lyberta
Deleted.

Re: Grahp App

PostPosted: 29 Dec 2019, 09:21
by jdc
Thanks for the info, but it's to learn. Attempt to refactor code from projects like "lips of luna" or Quake 3 engine and is to nested or a big, mess in here it's code close to objects and commented, very nice.