KO
|
EN
gitlite — search
Search
#php
#javascript
#java
#python
#deprecated
#library
#android
#dotfiles
#ruby
#objective-c
#ios
#go
Hazel
★ 13,077
Open GitHub ↗
Hazel Engine
Download README (.md)
Explore Similar Repositories
systemjs
:
Dynamic ES module loader
awesome-laravel
:
A curated list of bookmarks, packages, tutorials, videos and other cool resources from the Laravel ecosystem
mall-swarm
:
mall-swarm是一套微服务商城系统,采用了 Spring Cloud Alibaba、Spring Boot 3.5、Sa-Token、MyBatis、Elasticsearch、Docker、Kubernetes等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。mall-swarm在电商业务的基础集成了注册中心、配置中心、监控中心、网关等系统功能。
angular-seed
:
Seed project for angular apps.
stimulus
:
A modest JavaScript framework for the HTML you already have
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Hazel
?
Download (.md)
# Hazel [](https://github.com/TheCherno/Hazel/blob/master/LICENSE)  Hazel is primarily an early-stage interactive application and rendering engine for Windows. Currently not much is implemented, however (almost) everything inside this repository is being created within YouTube videos, found at [thecherno.com/engine](https://thecherno.com/engine). *** ## Getting Started Visual Studio 2017 or 2019 is recommended, Hazel is officially untested on other development environments whilst we focus on a Windows build. <ins>**1. Downloading the repository:**</ins> Start by cloning the repository with `git clone --recursive https://github.com/TheCherno/Hazel`. If the repository was cloned non-recursively previously, use `git submodule update --init` to clone the necessary submodules. <ins>**2. Configuring the dependencies:**</ins> 1. Run the [Setup.bat](https://github.com/TheCherno/Hazel/blob/master/scripts/Setup.bat) file found in `scripts` folder. This will download the required prerequisites for the project if they are not present yet. 2. One prerequisite is the Vulkan SDK. If it is not installed, the script will execute the `VulkanSDK.exe` file, and will prompt the user to install the SDK. 3. After installation, run the [Setup.bat](https://github.com/TheCherno/Hazel/blob/master/scripts/Setup.bat) file again. If the Vulkan SDK is installed properly, it will then download the Vulkan SDK Debug libraries. (This may take a longer amount of time) 4. After downloading and unzipping the files, the [Win-GenProjects.bat](https://github.com/TheCherno/Hazel/blob/master/scripts/Win-GenProjects.bat) script file will get executed automatically, which will then generate a Visual Studio solution file for user's usage. If changes are made, or if you want to regenerate project files, rerun the [Win-GenProjects.bat](https://github.com/TheCherno/Hazel/blob/master/scripts/Win-GenProjects.bat) script file found in `scripts` folder. *** ## The Plan The plan for Hazel is two-fold: to create a powerful 3D engine, but also to serve as an education tool for teaching game engine design and architecture. Because of this the development inside this repository is rather slow, since everything has to be taught and implemented on-camera. There is a much more advanced version of the engine in a private repository called `Hazel-dev`, accessible to supporters on [Patreon](https://patreon.com/thecherno). The plan for this project is to mostly take already implemented code from the `Hazel-dev` repository and integrate it into this one, done within videos and supported by explanations. ### Main features to come: - Fast 2D rendering (UI, particles, sprites, etc.) - High-fidelity Physically-Based 3D rendering (this will be expanded later, 2D to come first) - Support for Mac, Linux, Android and iOS - Native rendering API support (DirectX, Vulkan, Metal) - Fully featured viewer and editor applications - Fully scripted interaction and behavior - Integrated 3rd party 2D and 3D physics engine - Procedural terrain and world generation - Artificial Intelligence - Audio system ## Short term goals : *Note: this is subject to change at any time! Follow the roadmap over at [hazelengine.com/roadmap](http://hazelengine.com/roadmap).* By the end 2020, we want to make a game using the Hazel game engine. Not like the time I made a game in one hour using the engine, but this time by using the proper tools that would be required to make a game with Hazel. This means we need to add a full 2D workflow: - Design the game scene by using Hazelnut, the Hazel editor, - Test the game inside Hazelnut, including the ability to save/load the created game, - Load and play the game inside Sandbox. We want everyone to be able to play the game on all desktop platforms (Windows, Mac and Linux). When this is implemented, another attempt at the "Creating a game in one hour using Hazel" will be made to see how far the engine has become. [](https://twitter.com/thecherno) [](https://www.instagram.com/thecherno) [](https://www.youtube.com/user/TheChernoProject) [](https://discord.gg/K2eSyQA) [](https://patreon.com/thecherno)