You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
# AdvancedCMakeTitanEngineExample
2
2
3
-
This repository contains a minimal example of building a small application with the **Titan (Esenthel) Engine** using modern CMake. It accompanies the [blog post](https://medium.com/@drew.gilpin/esenthel-titan-engine-visual-studio-cmake-wsl-project-75da74e3d5b6) and can be built on both Windows and Linux.
4
-
The project now builds two executables: a **client** sample and a **server** that hosts the ENet network.
3
+
This repository contains an example of building a cross-platform application with the **Titan (Esenthel) Engine** using modern CMake. It accompanies the [blog post](https://medium.com/@drew.gilpin/advanced-esenthel-titan-engine-cmake-ddb85cb3803a) and can be built on both Windows and Linux.
4
+
The project now builds two executables: a **client** sample and a **server** that hosts the ENet network (reliable UDP). It also includes unit tests using the Google Test framework, and a GitHub Actions workflow for building and testing on every push. The latest binary release is built with every push to master, which can be downloaded and ran without any installation. spdlog is included just as an additional example of using a third party library with CMake.
5
+
6
+
It is recommended to use CLion 2025.1.2+. This project was built ~80% by ChatGPT Codex.
0 commit comments