Skip to content

d2armory/flare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Flare

DotA 2 Web-based Model Viewer

I found a bug / Can you add this feature?

Thanks for letting us know! Head over here and create a new issue. Be sure to stick to the posting guidelines.

So, what's this page?

This page is a code repository of the engine. The part where the actual model is rendered onto the screen. Just that. It's written in C++ and compiled into Asm.js compatible code by Emscripten. You're free to study this code. Read the license below to check out what you can do with this code. If you want to help, you're welcomed to contribute to this project by forking, fixing it, and making a pull request. Or join us.

Related Repo

Flare uses multiple repositories to host distinct parts of the application.

  • Flare Static - Compiled version of everything, ready to be put on server
  • Flare Engine - This page. Contains code of the renderer.
  • Flare Frontend - Contains code of frontend skin.
  • Donkey - Contains code related to file server.

Links

Teams

Acknowledgment

  • Source 2 Decompiler by Dingf for providing me most of the basic for Source 2 file format.
  • /r/DotA2 redditor for helping testing the engine

License

This license applies to the core part of the engine.

You're allowed to read and study this code, make a local copy, modify, build, run, and written you own code with that knowledge.

You're NOT allowed to redistribute the code, or use this code directly in you project. Commercial usage is strictly forbidden.

Dota 2 is a registered trademark of Valve Corporation. Valve Corporation holds the rights to every art assets in this repository except when noted.

forthebadge