Skip to content

IDE to work with BYOND games, written in c++. Will eventually evolve into it's own engine.

Notifications You must be signed in to change notification settings

JoseETeixeira/MYG

Repository files navigation

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

About

IDE to work with BYOND games, written in c++. Will eventually evolve into it's own engine.

Topics

Resources

Stars

Watchers

Forks

Packages