GithubHelp home page GithubHelp logo

dequilla / lucent Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 208.92 MB

A crossplatform game engine using OpenGL

CMake 8.83% C++ 70.85% GLSL 19.10% Shell 1.21%
opengl engine cmake game-engine 3d c-plus-plus

lucent's Introduction

A crossplatform game engine using OpenGL

NOTE A hobby project
I learn as I go

WoW - Way Of Working

  • Work is done on dev or branches of dev
  • Work to be added to master has to go through a pull request
  • More TBD

Requirements

Uses Freetype, SDL, GLEW, ASSIMP, GLM and OpenGL under the hood.

Building

Lucent uses CMAKE as it's building system. It is recommended to build out of source.

Linux - libraries required

On Ubuntu packages(tested):

  • libsdl2-dev
  • libglew-dev
  • libassimp-dev
  • libfreetype6-dev

sudo apt-get install libsdl2-dev libglew-dev libassimp-dev libfreetype6-dev

Other distros/unix-based systems are yet to be tested.

To build you also need CMAKE as stated before:

sudo apt-get install cmake

Now you can build it:

cd path/to/Lucent/build
sh build.sh

You can add --clean to create a clean build (ex: sh build.sh --clean). You can add --debug to create a debug build (ex: sh build.sh --debug). These flags cannot be combined as of now.

The build will appear in Lucent/build/bin/src

Windows - libraries required

On Windows any libaries needed come with the project under the "deps"-folder.

Current progress

alt text

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.