Coder Social home page Coder Social logo

skylicht-lab / skylicht-engine Goto Github PK

View Code? Open in Web Editor NEW
611.0 611.0 51.0 564.55 MB

Skylicht Engine is C++ Game Engine based on Irrlicht 3D. And my goal is to create a high-performance and lightweight Game Framework that can seamlessly function on both web and mobile platforms. This framework will be available to everyone for free.

License: MIT License

Batchfile 0.01% CMake 0.62% C++ 68.67% C 27.65% Python 0.10% GLSL 0.97% HLSL 1.14% HTML 0.46% Shell 0.01% Objective-C++ 0.14% Objective-C 0.07% JavaScript 0.06% Java 0.10% Lua 0.01%
directx11 game-development game-engine google-angle irrlicht-engine lightmapper opengles3 particle skylicht-engine

skylicht-engine's Issues

Collision

Add raycast to detect collision with Object (Mesh)
Ref #5

Mesh Exporter

Export dae, obj... to binary mesh (optimize load model)

Skylicht Editor

DONE

  • UI Interface
  • Asset Management UI
  • Scene Editor (add an object, scale, rotate, move)
  • Import/Export 3d model
  • Material editor
  • Tools features: Undo, Copy, Paste, Duplicate...

IN PROGRESS

  • Animation
  • 2D GUI editor
  • Object Instancing
  • Primitive Object (Cube, Plane, Sphere...)

PLANNED

  • Terrain Paint
  • Animation Editor
  • Texture Atlas, Lightmap...

Physics

Add physics (Bullet3 engine), collision detection with CharacterController
Ref #5

Skylicht Engine Core

CORE FEATURES:

DONE:

  • GameObject (Camera, Lighting, Transform)
  • Component
  • Basic Engine Shader
  • Render pipe line: Forwarder/Deferred
  • Collada DAE loader
  • OBJ loader
  • Mesh Render
  • Material
  • Texture Manager
  • Entity Component System (ECS)
  • Skeletal Mesh
  • Animation/Animation Blending
  • Utils
  • Lightmapper
  • Particle system (billboard, trail)
  • Audio/Sound 3D engine
  • Android Studio APK build
  • Blend-Shapes
  • Mesh Instancing
  • Collision

IN PROGRESS:

  • Compute Shader
    • Done in DX11
  • GPU Lightmap baker
    • Done in DX11
  • Post processing
    • Done: Tonemapping, Camera Exposure, Bloom/Glow, FXAA
    • In progress: SSAO, ColorGrading
  • Particle system
    • In progress: Mesh particle instancing

PLANNED

  • Irrlicht Metal Driver
  • Terrain (Wait Editor)
  • Scene (Import, export) (Wait Editor)
  • Bullet Physics (Wait Editor)
  • Occlusion Culling (Wait Editor)
  • Animation IK (Wait Editor)

Improve Lightmapper baker

Optimize bake time 2 ways:

  • OpenMP (CPU multi thread) (done!)
  • Compute SH by GPU Shader (planned)
  • OpenCL (GPU multi thread for crossplatform) (pending)

ref #54

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.