Skip to content

🎮 C++ Game Engine. Forking for support and will try to help with in the future!

License

Notifications You must be signed in to change notification settings

gamemann/wtengine

 
 

Repository files navigation

What the Engine?

WTEngine is a cross-platform game engine written in C++17 and based on ECS design. Currently in alpha and is my learning meta programming project 🤣😎

Requirements

Documentation:


Library Installation

Build and installation is handled by CMake. To build just the library:

git clone https://github.com/wtfsystems/wtengine.git
cd wtengine
cmake .
make

Then to install the library run:

sudo make install

Troubleshooting

pkg-config can't find wtengine

Make sure the install location used for pkg-config is in PKG_CONFIG_PATH, example:

export PKG_CONFIG_PATH=/usr/local/share/pkgconfig

Check install_manifest.txt to see where wtengine.pc was placed.

You can verify pkg-config can locate the engine by:

pkg-config --libs --exists wtengine 

About

🎮 C++ Game Engine. Forking for support and will try to help with in the future!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.9%
  • JavaScript 7.8%
  • CMake 1.3%