All Projects → dgavedissian → dawn-engine

dgavedissian / dawn-engine

Licence: MIT License
Game engine designed for handling galactic sized game worlds.

Programming Languages

C++
36643 projects - #6 most used programming language
GLSL
2045 projects
CMake
9771 projects
c
50402 projects - #5 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to dawn-engine

Moonwards-Virtual-Moon
Development continues on Unreal, in the MoonwardsUE repository
Stars: ✭ 97 (+234.48%)
Mutual labels:  space
lunar-theme
🌓 A minimal dark and light theme for Visual Studio Code. Handpicked colours, easy on the eyes, and perfect for coding in the day/night.
Stars: ✭ 24 (-17.24%)
Mutual labels:  space
awesome-csv
Awesome Comma-Separated Values (CSV) - What's Next? - Frequently Asked Questions (F.A.Q.s) - Libraries & Tools
Stars: ✭ 46 (+58.62%)
Mutual labels:  space
Realistic-Atmosphere-Godot-and-UE4
A realistic atmosphere material for both the Godot game engine and Unreal Engine 4
Stars: ✭ 119 (+310.34%)
Mutual labels:  space
Space-Frontier
A reimagining of the game of my childhood - Stellar Frontier
Stars: ✭ 18 (-37.93%)
Mutual labels:  space
open-space-toolkit-astrodynamics
Flight profile, orbit, attitude, access.
Stars: ✭ 16 (-44.83%)
Mutual labels:  space
Nasa-And-Spacex-Cooperation
Theme Outer Space
Stars: ✭ 41 (+41.38%)
Mutual labels:  space
marscoin
Marscoin source tree
Stars: ✭ 37 (+27.59%)
Mutual labels:  space
Galactifun
A Slimefun addon inspired by ClayTech
Stars: ✭ 22 (-24.14%)
Mutual labels:  space
nextinspace
Never miss a launch. 🚀
Stars: ✭ 101 (+248.28%)
Mutual labels:  space
SpaceProject
A top-down 2D, procedurally generated space exploration and shooter game using libGDX. Kinda like Asteroids, only a little bigger.
Stars: ✭ 28 (-3.45%)
Mutual labels:  space
pyuavcan
Python implementation of the Cyphal protocol stack.
Stars: ✭ 91 (+213.79%)
Mutual labels:  space
1KCubeSat Hardware
Hardware design files for my $1000 CubeSat.
Stars: ✭ 65 (+124.14%)
Mutual labels:  space
antares
A tactical space combat game
Stars: ✭ 80 (+175.86%)
Mutual labels:  space
SpaceEye
Live satellite imagery for your desktop background
Stars: ✭ 253 (+772.41%)
Mutual labels:  space
Orekit
OREKIT is a free low level space dynamics library written in Java. Please visit our Gitlab instance for issues and contributions: https://gitlab.orekit.org
Stars: ✭ 110 (+279.31%)
Mutual labels:  space
spacetech-ssa
IBM Space Tech - Space Situational Awareness
Stars: ✭ 89 (+206.9%)
Mutual labels:  space
spaceholder.cc
A space-themed image placeholder service.
Stars: ✭ 28 (-3.45%)
Mutual labels:  space
SpaceId
macOS space indicator
Stars: ✭ 116 (+300%)
Mutual labels:  space
Mercury-GS
An Open Source Program that allows users to interact with a Spacecraft in a lab environment, pre-launch.
Stars: ✭ 18 (-37.93%)
Mutual labels:  space

Dawn Engine

Build Status

A game engine written in C++17 designed for powering space games with galactic sized game worlds.

Build Process

Dawn Engine uses CMake 3.14+ for generating build scripts. The following compilers are supported:

  • Microsoft Visual Studio 2017 and above.
  • Xcode 10+ targeting macOS 10.14.0 or later.
  • GCC 7+
  • Clang 6.0+
  • Emscripten

The source code is entirely self contained, using CMakes FetchContent feature to pin dependencies.

Note that on Linux, OpenGL development libraries and X11 development libraries are required. They can be installed by running:

sudo apt-get install xorg-dev libglu1-mesa-dev
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].