https://github.com/speauty/chernohazel
a open-source repository for learning Hazel Engine of TheCherno, if you enjoy this, please follow me and drop a star
https://github.com/speauty/chernohazel
game-engine hazel opengl speauty thecherno
Last synced: about 1 year ago
JSON representation
a open-source repository for learning Hazel Engine of TheCherno, if you enjoy this, please follow me and drop a star
- Host: GitHub
- URL: https://github.com/speauty/chernohazel
- Owner: speauty
- License: mit
- Created: 2022-05-17T07:32:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-10T08:19:17.000Z (almost 4 years ago)
- Last Synced: 2024-05-19T00:33:36.737Z (about 2 years ago)
- Topics: game-engine, hazel, opengl, speauty, thecherno
- Language: C++
- Homepage:
- Size: 501 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Hazel Engine
本仓库相关代码,仅供学习Hazel游戏引擎使用
### 相关依赖
#### 1. 日志 [spdlog](https://github.com/gabime/spdlog)
采用 `git-submodule` 管理,执行指令 `git submodule add git@git.zhlh6.cn:gabime/spdlog.git Hazel/vendor/spdlog` 可安装该依赖。确实卡,采用了加速源才下载成功。
#### 2. [Premake](https://github.com/premake/premake-core)
项目构建工具。其中 `GenerateProject.bat` 中的vs2022,需要适配成自己本地的工具集。