Code Monkey home page Code Monkey logo

dollranger's Introduction

DollRanger-Engine

DollRanger

Game Engine open source

STARS RELEASE

DollRanger is a powerful and versatile game engine developed to provide developers with the tools necessary to create high-quality games. With support for advanced rendering, camera control, physics systems, and more, DollRanger is an ideal choice for independent developers and small game studios.

The first version was made with OpenGL: https://github.com/Dollengo/dollranger-v0.1-opengl

Features

  • Advanced rendering using Vulkan.
  • Easy-to-use camera control.
  • Support for point lights and other lighting systems.
  • Efficient handling of game objects.
  • Extensible with various external libraries.

Table of Contents

  1. Getting Started
  2. Installation
  3. Usage
  4. Contributing
  5. Credits
  6. License

Getting Started

These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • CMake 3.11 or higher
  • Vulkan SDK
  • GLFW
  • GCC or MinGW (for Windows)
  • Git
  • GLFW
  • glm

Installation

  1. Clone the repository:
git clone https://github.com/Dollengo/DollRanger
cd DollRanger
  1. Setup the engine:
./unixSetup.sh

or just execute the mingwSetup.bat

  1. Build the project:
./unixBuild.sh

or

./mingwBuild.bat

Usage

To run the application, simply execute the built binary:

./DollRanger

You can modify and extend the engine by editing the source files in the src directory. The main application logic is found in dr_first_app.cpp.

Create projects:

For create your projects/games, create a directory in Projects, and create the main.cpp, import dr_first_app.cpp, and create a template. For use ECS, physics and others, import src/(lib).

Contributing

We welcome contributions to the DollRanger project. To contribute, please follow these steps:

  1. Fork the repository:

Click the "Fork" button at the top of the repository page to create a copy of the repository on your GitHub account.

  1. Clone your fork:
git clone https://github.com/your-username/DollRanger.git
cd DollRanger
  1. Create a new branch:
git checkout -b my-feature-branch
  1. Make your changes:

Edit the files in the repository to add your new feature or fix a bug.

  1. Commit your changes:
git add .
git commit -m "Description of my changes"
  1. Push your changes:
git push origin my-feature-branch
  1. Create a Pull Request:

Go to the original repository on GitHub and click "New Pull Request" to submit your changes for review.

Credits

License

DollRanger is licensed under the GPL-3.0 license. See the LICENSE file for more details.

dollranger's People

Contributors

dollengo avatar

Stargazers

 avatar

Watchers

 avatar

dollranger's Issues

release a gui

please make a gui for dollranger, with maybe the: imgui

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.