This repository contains the prototype of an mmorpg with a custom engine, built entirely in C++. It contains the client, tools and servers. The goal of this project is to have a vertical slice of an MMORPG which is playable.
Textures are uncompressed right now. The texture tool should be able to apply DXT1 / DXT5 / BC6 / BC7 compression to them and the graphics library should be able to use it.
Textures are uncompressed right now. The texture tool should be able to apply DXT1 / DXT5 / BC6 / BC7 compression to them and the graphics library should be able to use it.