Monday, March 4, 2024

How to start

 


Let's say you want to help and don't know how to.


Learning PHP first is probably better because it give much less errors then C. Then you move to C which the sintax is almost the same. Procedural clean style.

https://www.w3schools.com/

Then learn some C programming. We have a good tutorial on youtube. Should also see some books on C they have extra details.

https://www.youtube.com/watch?v=87SH2Cn0s9A&t=521s

Once you completed this tasks can start learning some Ray Lib is become almost a standard in C programming.

https://www.raylib.com/
Highly adviced joining the Raylib at redhit : https://www.reddit.com/r/raylib/


Now that you can understand some of the code can help width this software. But mainly is more about Design. Which is something very specific and hard to do. Think is harder then programming, you need even more knowledge. But see the tasks page for more info.


To execute code you will need a code editor or a IDE a integrated development enviorment which include a bit of more stuff then a code editor.

Some examples :

Notepad++

Kate if you are using Linux + KDE

Code blocks : Code blocks works well on Linux and Windows

Vulkan: Vulkan

Also for Linux Vim

Sublime Text


If you don't want a IDE may try the GCC directly is just commands.



The links missing is just the planning to update. 

https://github.com/g-truc/glm


Librarys : 

External Includes :

The Box :

The Box Web : Build in PHP, still need some more stuff done.

Ultima Online Clone in Ray Lib :

My experiment width Open Game art stuff, what to convert Ultima to C and to Ray Lib, a bit of work. This a project that going to need some help, because the Box already consume a lot of time. Or have to wait until i have it working. 


No comments:

Post a Comment

m

 The MVC or separete logic from presentation. is a well knowned paradigm.  Its knowned that MVC Frameworks implemented the Model View Contro...