2023-03-14 00:20:43 -07:00
2023-03-14 18:55:10 -07:00
2023-03-14 21:21:16 -07:00
2023-01-17 00:11:22 -08:00
2023-01-17 00:11:22 -08:00
2023-03-13 12:07:29 -07:00
2022-10-18 10:00:31 -07:00
2023-02-13 17:07:24 -08:00
2023-02-26 21:56:39 -08: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%