Giter VIP home page Giter VIP logo

ancientarcher's Introduction

AncientArcher

AncientArcher is a C++ library for game development and simulations.

Context Handled:

  • 3D/2D Renderering
  • Model & Texture Loaders with optimized resource management
  • Point, Directional, and Spot Lights
  • Spacial Transformations
  • Function Based Client Core Loop
  • Skeletal Animations (testing)
  • Physics(testing)
  • Input Controls
  • Windowing
  • Cameras
  • GLSL Shaders
  • Cubemap Skyboxes
  • 3D Sound

Compile

Recommended:

  • OS: Windows 10.
  • IDE: MSVC16, x64. Visual Studio 2019 Community Edition.

While AncientArcher code is generally designed to be crossplatform, at this stage the build system is handled via Visual Studio Solution file. Converting it to CMake will be done at some point. If you are just using some of the code and not the whole project it should work the same on any OS.

Dependencies

glm, assimp, glfw3, glad, OpenAL-Soft, sndfile, imgui

managed by vcpkg manifest

Tests and Samples

  • CoreTests: base case tests
  • ExampleProject: fpp with walk controls

Link as you would any other C++ library, and then you can begin using it in your code.

Sample usage code

#include <AncientArcher/AncientArcher.h>

AA::AncientArcher instance;

int main(int argc, char** argv) {
  instance.Init();
  /* 
   your code here -> implement camera, lights, models, sounds, 
   input handling, and their logic at will 
  */
  // instance.Add...
  return instance.Run();
}

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.