Giter Site home page Giter Site logo

neptuneengine's Introduction

Neptune Engine (WIP)

一个基于C++17和Vulkan的游戏引擎,用于学习和功能性的实验。

Vulkan-test is a toy game engine.It's used to understand how things work and has become my go-to place for experiment.

How to build

Windows

1. Setting up the environment

Vulkan-Test currently uses Vulkan as a rendering backend. As a result we have to make sure that we set up the right environment for it.

  • Vulkan sdk
  • Microsoft Visual C++ Redistributable for Visual Studio 2022

2. Update submodule

git submodule update --remote   

ECS is a required submodule

3. Use cjing-build-system to build

Is very easy to build.

  1. We click and run "build.cmd" in order for a Visual Studio solution to be generated in "app/build"
  2. Then open "VulkanTest.sln"

Features

  • Vulkan backend
  • Render graph
  • Fiber based jobsystem
  • Basic core lib
  • Archetype based ecs library
  • Easy to build (use custom build system)
  • Tiled forward rendering
  • Editor and resource importers

Roadmap

v0.0.0-v0.1.0

Feature Completion Notes
Vulkan backend 100% Basic vulkan backend (multithreading)
Core 100% Complete
Render graph 100% Complete
ECS 100% Support multithreading
Native lua binder 100% Basic version
Resource 100% Resource pipeline(import and compile)
Forward+ shading 100% done
Scene 60% Use ecs with jobSystem
Base render path 75% doing
Editor 50% Basic editor
Graphical features 20% doing

Dependencies

  • dxcompiler
  • glfw
  • glm
  • spriv_reflect
  • stb
  • volk
  • imGui
  • rapidjson

neptuneengine's People

Contributors

maoxiezhao avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.