2022-10-18 15:23:50 -07:00
2022-10-24 22:28:46 -07:00
2022-10-27 23:38:04 -07:00
2021-09-30 11:09:52 -07:00
2022-10-18 10:00:31 -07:00
2022-10-18 10:11:46 -07:00
2022-10-18 15:23:50 -07:00

Dawn Project

Simple in code, complex in structure game engine for creating small, fast and reusable games.

Folder Structure

.
├── assets                  # Game Assets and Files (before optimization)
├── cmake
|   ├── modules             # Tools to allow CMake to find third-party libraries
|   ├── targets             # Variable lists to control what will be built
├── lib                     # Third-Party Submodule Libraries
├── src
|   ├── dawn                # Game engine, common project tools and utilities
|   ├── dawnglfw            # Engine files for GLFW Support
|   ├── dawnopengl          # Engine files for OpenGL Support
|   ├── dawnpokergame       # Poker Game Project
|   ├── dawnwin32           # Engine files for WIN32 Host
Description
Hand crafted video game engine to make small, efficient games.
Readme MIT 1.3 GiB
Languages
C++ 50%
C 46.4%
CMake 2.9%
Python 0.7%