1 месяц назад
История
Readme.md
Async Game Engine
AsEn - is a totally asynchronous engine for desktop and mobile.
Language: minimal C++ 17, preferred C++ 20
Platforms: Windows, Android, Linux, MacOS, Emscripten (without graphics)
GraphicsAPI: Vulkan, Metal
Shaders: GLSL, MSL
Key features:
- Scalable task system with optional C++20 coroutine support.
- Multi-threaded command buffer recording.
- Staging buffer memory manager, per-frame limits for stable FPS.
- Async file IO on all platforms.
- Lock-free algorithms and sync primitives.
- Built-in profiling tools and cross-platform shader debugger.
- CI/CD to run all tests on all platforms, including graphics tests.
Engine documentation:
- Build instructions
- Licensing information
- Engine Concept
- Changelog
- Low-level Graphics features: Vulkan, Remote, Metal
- Graphics: DeviceProperties
- Graphics: FeatureSet
- Graphics Resources
- Supported platforms
- Profiling
- Resource Compilation
Papers:
Samples:
- Shader Playground with high level scripting, see Samples overview.
- Low level Demos (in progress).
Tools:
- Lock-Free Algorithms Sandbox
- GLSL-Trace
- Detect Image Z-Curve
- Vulkan Header Generator
- Vulkan Synchronizations Logger
- FeatureSet Generator
- Remote Graphics Device
rus
AsEn - полностью асинхронный движок.
Язык: минимально C++ 17, рекомендуется C++ 20
Платформы: Windows, Android, Linux, MacOS, Emscripten (без графики)
Графика: Vulkan, Metal
Шейдеры: GLSL, MSL
Документация по движку:
Статьи:
Заметки:
Обсуждение:
Конвейеры
0 успешных
0 с ошибкой