Giter Site home page Giter Site logo

wooshiidev / crynn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wmcnamara/crynn

0.0 1.0 0.0 258.04 MB

3D Game Engine Created In C++ & OpenGL

Home Page: https://wmcnamara.com/crynn-game-engine

License: MIT License

C++ 96.27% C 2.30% GLSL 1.43%

crynn's Introduction

Crynn Game Engine

Crynn Logo

Introduction

Crynn is an open source game engine created with C++20 and OpenGL. Crynn is not a beginner engine. Knowledge of matrix math, OpenGL, C++ and Visual Studio is required. Currently only supports building to Windows.

Features

  • Easy Setup
  • Transformation hierarchy (parent child relationships)
  • Quaternion rotations.
  • 3D Model loading with assimp
  • Full rigidbody dynamics with qu3e.
  • Built in Blinn Phong lighting/shading with easily extendable shading options
  • Skybox/Cubemapping
  • Audio with SFML
  • Simple IMGUI integration
  • A robust and varied utility library
  • Made with C++20
  • Fast rendering with OpenGL
  • Robust Event and Input System

Example Scene Rendered With Crynn

Dependencies

Crynn relies on a multitude of dependencies. They are listed here:

Crynn Depends On:

  • GLFW for windowing, and input.
  • GLAD for loading OpenGL functions.
  • Dear IMGUI for GUI.
  • GLM for matrix and other graphics related mathematics.
  • STB_IMAGE for image loading.
  • SFML for audio.
  • qu3e for rigidbody dynamics.
  • ASSIMP for 3D model file loading.

Getting Started:

Downloading Crynn:

To get started, you will need a copy of the Crynn source. If you have Git installed, you can download Crynn by running this command in the console: git clone https://github.com/wmcnamara/crynn.git --recursive

The dependencies for Crynn are in the lib folder. Make sure you do a recursive clone to fetch submodules.

Building Crynn:

Crynn previously supported Premake for building the engine, but now only supports building for Visual Studio.

You can download Visual Studio here. Visual Studio 2019 is officially recommended.

Once everything is installed, you can follow these steps to build Crynn.

Using Crynn:

Navigate to the Github Wiki Page. It will bring you to the introduction page, explaining how to use Crynn.

Disclaimer

This engine is mostly intended as a personal project to learn more about computer graphics, and create personal games. As such I will not make any guarantees about master branch stability. I'm not always consistent with my styling, and there are some unfinished parts of the engine.

crynn's People

Contributors

wmcnamara avatar

Watchers

 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.