Git Product home page Git Product logo

arx's Introduction

Arx Fatalis

Video

Overview


Changes from the original Arx Fatalis:

  • Programmable pipeline in OpenGL alongside the original fixed-function D3D7 pipeline.
  • Reduced CPU load for animation by having the GPU do vertex manipulation instead.
  • Per-pixel lighting in OpenGL alongside D3D7's per-vertex lighting model, allowing significant reduction in poly count in some areas (e.g. reductions of several thousand polys in cinematics).
  • Shader-based particle and screen effects allowing for more efficient particle rendering (e.g. batching)
  • Reduce framerate timing dependencies for key actions like movement
  • GPU text rendering for OpenGL to supercede the original GDI/Win32 text model.
  • SDL for input and window management
  • Cleaned up some warnings (though many still remain)
  • Miscellaneous tweaks and improvements

Building


Currently, the game builds with many warnings that are a holdover from the legacy Arx codebase, so warnings-as-errors must be disabled. Warnings are currently being chipped away at over time, but there are a lot of them.

Dependencies for building under Visual Studio 2017 (msvc15):

License


The original GPL source on which this project was based can be found on the developer's website at arkane-studios.com.

Out of obligation to the original GPLv3 license that the Arx Fatalis source code was released with, this project has also been released under GPLv3, the full text of which can be found included with the project here.

arx's People

Contributors

lostrootpass 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.