No description
  • C++ 55.9%
  • Nix 23.5%
  • Makefile 15.6%
  • CMake 5%
Find a file
2025-11-23 02:01:58 +01:00
.vscode Updated early example to use Hephaestus module. 2025-01-23 23:29:36 +01:00
atlas@9c4386b9dc chore: Update to latest atlas, remove local dev path from flake which 2025-07-14 11:44:23 +02:00
include Update daedalus.h/c-pp to work with latest changes from heph-perf in 2025-06-19 14:33:36 +02:00
src Update Components to not pass a templated type 2025-08-18 01:41:02 +02:00
.gitignore Remove all conan stuff, using nix now instead. Add the ability to build 2025-02-18 00:34:16 +00:00
.gitmodules Add atlas submodule 2024-11-14 21:55:00 +01:00
AtlasModules.cmake feat: Enable iris module and remove hephaestus test cases. 2025-06-22 02:12:12 +02:00
CMakeLists.txt Merge branch 'master' of github.com:LarssonMartin1998/daedalus 2025-04-21 20:30:13 +02:00
flake.lock chore: Update to latest atlas, remove local dev path from flake which 2025-07-14 11:44:23 +02:00
flake.nix chore: Update to latest atlas, remove local dev path from flake which 2025-07-14 11:44:23 +02:00
Makefile chore: Remove redundant task in Makefile 2025-06-22 02:05:06 +02:00
README.md Update readme 2024-06-09 15:45:37 +02:00

Daedalus

Overview

Daedalus is a simple Space Invaders-style game created to test and drive the development of Atlas. It serves as a trial project to experiment with the core features and modules of Atlas.

Purpose

The primary purpose of Daedalus is to:

  • Validate the functionality and stability of the Atlas engine.
  • Provide a practical example of integrating various Atlas modules.
  • Facilitate rapid iteration and testing of engine features.