Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/omnisci3nce/celeritas-core

A game engine base layer that handles rendering & input (more to come)
https://github.com/omnisci3nce/celeritas-core

Last synced: about 2 months ago
JSON representation

A game engine base layer that handles rendering & input (more to come)

Awesome Lists containing this project

README

        

# celeritas-core

Celeritas is an engine 'core' written in C that acts as an extendable base layer for creating custom game-specific "engines" (frameworks) or other
multimedia libraries.

Celeritas Core focuses on rendering and platform abstractions, helpful wrappers around input handling, and common components needed by 3D game or interactive applications such as cameras, collision detection, etc.

Bindings to Rust are WIP and other languages are planned for the future.

Higher-level concepts can then be overlaid on top of this core!

All third-party dependencies are licensed under their own license.

## Goals

- Easy to compile
- Headless build + tests for reliability
- Bindgen
- Targets Vulkan 1.3 for simpler code
- Plugin system (?)
- We can build tools on top of this layer while maintaining high performance. The C side retains
all rendering data.

Renderer Goals:

- Cascading Shadow Maps
- PBR (Filament)
- GI
- Forward+
- Water
- Terrain

## Developing

#### Handy commands

- Check symbols in an 'archive' (static library)
- `nm -C build/libcore.a`
- Generate compiler_commands.json
- `bear -- make`