• Welcome to the Vanguard Community

    These forums date back to the game's origins as the Crysis mod Traction Wars. Over the years the game and internet habits have evolved and discord.gg/vanguardww2 is now the principle home of the community.

    The team continue to read and reply to posts here, but we can be contacted more quickly on Discord.

How to start a graphic engine

Status
Not open for further replies.
Hi,

I just want to know for fun.... How to create your own engine instead of using CryEngine or UE???

thx
 
Last edited by a moderator:

litchu

Member
Start with a degree in mathematics..

In all seriousness though; when you have to ask how to make an engine you're probally not going to get very far. BUT it's fun trying to make one for yourself so I'll suggest starting here:
Let's Build a 3D Graphics Engine: Points, Vectors, and Basic Concepts - Tuts+ Game Development Tutorial

Start with drawing some lines between two 3d points. I'd suggest using Javascript canvas becaus it's way easier than having to learn C++ or anything like that.

Hopefully this will get you started but you might want to use Google instead of a game forum to ask your questions :)
 

SpaceCroissant

Well-known member
That would be uhhh... quite the undertaking. The guy that made Banished created his own multi-platform game engine (even down to writing his own shader language!) and wrote a number really interesting dev blogs detailing his progress. Requires a reasonable understanding of C++ to make sense of them however.
 
Status
Not open for further replies.
Top