Giter Site home page Giter Site logo

mormert / jle Goto Github PK

View Code? Open in Web Editor NEW
128.0 10.0 13.0 23.24 MB

'Jet-Lagged Engine' is a work-in-progress C++/Lua game engine supporting Windows, Linux, Mac and browsers.

License: GNU General Public License v3.0

C++ 92.11% GLSL 2.79% C 1.38% CMake 1.68% HTML 0.31% Lua 1.73%
2d-graphics 3d-graphics cross-platform game game-engine game-framework opengl game-development webassembly game-engines

jle's Introduction

Cross-Platform 3D Game Engine

jle logo

A simple, yet powerful custom-made C++ game engine intended for PC games.
The engine is developed alongside an unannounced game.

Editor Showcase

Build Status

CMake-Linux CMake-MacOS CMake-Windows CMake-Wasm

Engine: jle

The engine is written in C++ 17 and currently runs OpenGL ES 3.0, OpenGL Core 3.3 or WebGL 2. It thus has the ability to build games targeting Windows, Mac and Linux, as well as modern browsers using WebAssembly via Emscripten.

The way of working in the engine is inspired by a mix of Unreal Engine and Unity, with scripting support in Lua.

Watch the showcase video on YouTube.

Third Party

The engine uses a set of libraries for certain specific tasks.

Usage Library
Window management & input GLFW3 (ZLib/LibPNG)
OpenGL loading (desktop) GLAD (CC0)
Image loading stb_image (MIT)
Serialization nlohmann::json (MIT), cereal (BSD), magic_enum (MIT)
3D importing tinyobjloader (MIT), Assimp (Modified BSD)
Font importing FreeType 2 (FTL or GPL)
Networking Socket.IO C++ Client (MIT)
Audio SoLoud (ZLib/LibPNG)
Editor UI Dear ImGui (MIT), ImGuizmo (MIT), ImGuiColorTextEdit (MIT)
In-Game UI RmlUI (MIT)
Logging Plog (MIT)
Mathematics GLM (MIT)
Compression Zlib (Zlib)
Multi-threading ConcurrentQueue (~BSD), wiJobSystem (MIT)
Scripting (Lua) Lua 5.4 (MIT), sol2 v3.0 (MIT)
Physics (3D) Bullet3 (Zlib)
Template Library EASTL (BSD-3)
Real-Time Profiling Tracy (BSD-3)

Development

CMake 3.20+ is used as the build system. Supported compilers are MSVC, GCC, Clang and Emscripten.

Linux Dependencies

sudo apt update
sudo apt install libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev wayland-protocols libwayland-dev libxkbcommon-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev

Fetching the Source

No external dependencies needed, everything is included.

git clone https://github.com/Mormert/jle.git --recurse-submodules

Building with CMake

mkdir build
cd build
cmake .. -DJLE_BUILD_EDITOR=ON -DCMAKE_BUILD_TYPE=Release
cmake --build .

jle's People

Contributors

mls-m5 avatar mormert 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jle's Issues

Build issues (might just be me)

Hey,
After watching your showcase on youtube I tried to build you engine by following the README but there does not appear to be a CMakeList file at the top level. Is this expected? Maybe I just understood your intructions wrong?

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.