Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.08 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.08 KB

MYG

The evolution of B.Y.O.N.D, rewritten in C++ and OpenGL3.

The project will at some point become private, or migrate to another repository when server functionality is added for security purposes. For now, it features

  • DME reader/parser
  • DMM reader/parser
  • Code editor interface

Map_Reader DME_Parser

Compiling

  • UBUNTU

Install GLAD

pip install glad
sudo apt-get install zlib1g-dev
sudo apt-get install libpng-dev
cd third_party/boost 
./bootstrap.sh 
./b2 install --prefix=/usr/share/Boost

Windows

pip install glad
cd third_party/boost 
./bootstrap.bat 
./b2 install --prefix=C:\boost

TUTORIALS

https://github.com/bobbahbrown/DMISharp/blob/master/DMISharp/DMIFile.cs