Git Product home page Git Product logo

fishengine's Introduction

FishEngine

What is FishEngine

FishEngine is a simple, Unity-like game engine, mainly written in C++14.

1

2

Features

  • Unity-like Editor
  • Nearly same API with Unity
  • Physically Based Rendering (PBR)
  • Deferred Rendering
  • Asset management (WIP)
  • Physics system (WIP)
  • Audio(WIP)

How to Build


Before your build, you will need to have some additional software installed:

  • Git.
  • CMake. Version 3.0.0 or later is required.
  • Python. Version 2.7.x is required, 3.x is not officially supported because libclang has no python3 binding.
  • Visual Studio 2015, Update 3 (Windows only)

for all platforms:

for windows:

  • download and install Clang, clang is required if you want to automatically generate reflection code.

Step 1. Clone the sources and create a build directory.

git clone https://github.com/yushroom/FishEngine.git
cd FishEngine/Engine
mkdir build && cd build

Step 2. Use CMake to generate project file using any desired generator. Replace Qt5_DIR, PhysX_ROOT_DIR and FBXSDK_DIR with yours. Or you can use camke-gui to do the same thing(recommended).

cmake -G "Visual Studio 14 Win64" -DQt5_DIR=D:\Library\Qt\Qt5.8.0\5.8\msvc2015_64\lib\cmake\Qt5 -DPhysX_ROOT_DIR=D:\program\PhysX-3.3\PhysXSDK -DFBXSDK_DIR="D:\Library\FBX SDK\2017.1" ..

Step 3. Finally, you can use any IDE according to you selected generator, but you can also just build straight from CMake. Build results can be found in Engine/Binary.

cmake --build . --target FishEditor --config Release

3rd Party Libraries

for all platforms:

for MS Windows:

  • clang (c++ reflection)
  • glew (opengl loader)

fishengine's People

Contributors

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