Skip to content

dextrogm/aesir

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Æsir

Æsir — an open-source cross-platform MMORPG client.

Building

For building you should have VC++ 2017, D compiler and Sublime Text.

You can grab D compiler(prefixed with dmd) from the bottom of d.acomirei.ru, but it requires some tweaks to work.

Those compilers are configured to use local copy of VC++, so I think you can just replace sc.ini(settings file) with one from official dmd distribution from dlang.org or modify it by yourself.

Open the project from sublime text and run building of dependencies: packet gen, shader gen, opengl gen, gui gen.

Then build the Æsir itself using first dub command.

Related Links

About

Æsir — an open-source cross-platform MMORPG client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 74.4%
  • D 25.6%