GithubHelp home page GithubHelp logo

peter1745 / fusion Goto Github PK

View Code? Open in Web Editor NEW
27.0 4.0 2.0 36.31 MB

Fusion is a game engine written in C++ that I'm mainly working on as a hobby project, when I'm not working at my day job (where I'm also working on an engine).

Home Page: https://nilssondev.com

License: Apache License 2.0

Lua 1.12% C++ 98.28% Batchfile 0.01% GLSL 0.28% HLSL 0.32%
cpp cpp20 gameengine glfw imgui vulkan

fusion's Introduction

Fusion

Fusion is a game engine written in C++ that I'm mainly working on as a hobby project, when I'm not working at my day job (where I'm also working on an engine).

The main goal of Fusion is for me to expand my knowledge in game engine architecture, graphics programming, as well as learning more about programming in general.

Since this is a hobby project you should keep in mind that I constantly break it. And will make arbitrary choices based on personal preference, not strictly what's best practice. I highly recommend that you don't use Fusion for anything other than checking it out!

Roadmap

  • Finish Direct3D 11 + Direct3D 12 API abstractions (and ensure they're stable)
  • Refactor actor selection system (including proper selection using mouse picking)
  • Fix up editor UI a bit
  • Convert textures to be assets + texture importing
  • Implement a simple material system
  • Implement a basic physically-based renderer
  • Initial physics implementation (Consider either Jolt, PhysX 5 or custom)

Building

Fusion uses Premake as a build configuration system, meaning Fusion in theory works with whatever toolchains / compilers that premake supports. However the only compilers / toolchains I've actually tested Fusion on are these:

Currently Fusion only supports Windows, which is made apparent by it only support Direct3D as a graphics API. Vulkan support is planned for the future however, and I do plan on supporting Linux down the line.

Compilers

  • MSVC
  • Clang

Toolchains

  • Visual Studio 2022

Building on Windows

Either run the GenerateProjects.bat file located in the Scripts folder, or if you have premake installed locally (and it's in your PATH environment variable) you can just run premake5.exe [action] --cc=desired_compiler from the root directory.

fusion's People

Contributors

peter1745 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.