Skip to content

GCrean/AngryGL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngryGL

OpenGL clone of the Unity Angry Bots ECS sample project

I also made an accompnaying video with some discussion.

Code is pretty rough but may still prove useful for others doing something similar.

Building

The project is built using bazel for Windows only.

NOTE: None of the original assets from Unity's project have been included, you'll need to copy them into the appropriate directories if you want to run the project yourself.

Project can be built with bazel build -c opt angrygl:main and the resulting binary can be found at bazel-bin/angrygl/main.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 49.6%
  • C 48.8%
  • Other 1.6%