saintsoftware / the-box

software engine in c
GNU General Public License v3.0
3 stars 0 forks source link

What is this about? #1

Open DebugBSD opened 4 years ago

DebugBSD commented 4 years ago

Hi, good morning!

Please, feel free to delete this issue if this is not the correct place to post this question.

I've seen this repo and I wonder if this is a repo to make a 3D Game Engine based on C or what is this about? If is this a repo to make a 3D Game Engine, which graphic API are you going to use? OpenGL, DirectX, Vulkan, Metal or maybe a Software Renderer?

jdc01 commented 2 years ago

Think in using Open GL, since doing a high level engine is a bit pointless compared width other engines available. The concept is a retro engine to get more compatibility width old stuff and higher performance width new things like modules for example. If you have any costume render for 3D or render for Images it hold be nice. At this point i have no clue how to render simple images. I get the image library's in C like STB but fail to understand how to have them working width. I'm working in adding many stuff to next update. let see how it evolve, in next update think the perspective on the software will be a bit more clear since at this point we don't have that many stuff. If you want to "Fork" we have that issues to work. Another point besides that is to have a educational software. In this days people have some many stuff to work and learn they can't grasp all this stuff, in this way it will be easy for them and all people to follow.