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

https://github.com/jdsherbert/sherbert-engine

Custom game engine written in C++ and implementing various middleware.
https://github.com/jdsherbert/sherbert-engine

3d 3dgameengine assimp cpp cpp17 direct3d directx directx-11 directx11 fmod game-engine imgui lua lua-script physx

Last synced: 3 months ago
JSON representation

Custom game engine written in C++ and implementing various middleware.

Awesome Lists containing this project

README

          

# Sherbert Engine



Stars Badge
Forks Badge
Watchers Badge
Issues Badge



-----------------------------------------------------------------------

## Overview
Small, lightweight engine written in C++.
Still under a lot of work so stay tuned!

-----------------------------------------------------------------------

### Technologies

- Renderer: DirectX11
- Physics: Nvidia PhysX 4.0
- Audio: FMOD
- Scripting: Lua
- Assets: Assimp
- UI: Imgui
- Networking: TBC

-----------------------------------------------------------------------

### Random Docs and stuff

- https://sol2.readthedocs.io/
- https://learn.microsoft.com/en-us/windows/win32/direct3d11/atoc-dx-graphics-direct3d-11
- https://github.com/ocornut/imgui
- https://assimp-docs.readthedocs.io/en/v5.3.0/