Git Product home page Git Product logo

jewel3d's Introduction

Jewel3D Logo

What is Jewel3D?

Jewel3D is a free C++ game development framework for Windows. It features a powerful Entity-Component-System and fine-grain control of both 2D and 3D rendering.

Why use Jewel3D?

The framework facilitates expressive and succinct code that is both easy to read, and to use. With a thin API and modern C++17 concepts, Jewel3D provides powerful features without feeling clunky.

Highlight features include:

Quick Start

  1. Run "INSTALL.cmd" to save the checkout path to the environment and install project templates.
    • You might have to restart your computer for this to take effect.
  2. Run "BUILD.cmd" to compile the engine and tools.
  3. Create a new game project by selecting Add New Project -> Visual C++ -> Jewel3D Project.
    • Due to a known bug in Visual Studio, source files are missing from the template project.
    • Feel free to manually copy the project from \Jewel3D\Tools\TemplateProject\ until this is fixed.
    • Includes and link dependencies are still set up correctly.

Code samples are available and maintained here.

Upcoming Features

Jewel3D is always being updated and improved. See the Trello board to follow development.

Future highlight features include:

  • Custom GUI support
  • A fully featured world/UI editor
  • Bullet physics integration
  • Custom memory management
  • C++ reflection driven features
    • Animations
    • Serialization and deserialization
    • Networking
    • Seamless editor integration of user components

Dependencies

All Dependencies used under their respective licenses. Copyright is held by their respective owners.

Notes

  • Jewel3D is built for Windows with Visual Studio 2017 Community (Update 5) and is not tested on other compilers, IDEs, or platforms.
  • Jewel3D requires at least OpenGL 3.3.
  • Jewel3D is provided under the MIT License.

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.