Code Monkey home page Code Monkey logo

Comments (2)

deathkiller avatar deathkiller commented on May 24, 2024 1

The original Jazz Jackrabbit 2 is using DirectDraw without GPU acceleration, but this is modern game that supports current platforms and it allows to have higher FPS with better graphical effects.

The main reason is that OpenGL 3.0 is already 15 years old (so it's a miracle that I still support it). Before v1.0.0 Jazz² Resurrection used OpenGL 2.1, but it was written in C# and used a completely different engine, the biggest problem was that I had to maintain 2 versions of each shader - one for OpenGL 2.1 and one for OpenGL ES 3.0 (for mobile devices), which led to situations where I didn't want to change anything at all in the shaders to avoid breaking anything. I think it doesn't work on OpenGL 2.1 mainly because of the unified shaders which probably doesn't compile on 2.1, but I can't test it, because I don't have any GPU that supports only 2.1.

So basically the main reason it that OpenGL 2.1 is too old to support.

from jazz2.

FrostKnight avatar FrostKnight commented on May 24, 2024

Ahhh okay, I hadn't realized that your reasoning was that important.

Well in any case, that is still good information to know. Thank you. Will close. Open if you feel the need ofc.

from jazz2.

Related Issues (20)

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.