Git Product home page Git Product logo

Comments (10)

axx0 avatar axx0 commented on August 30, 2024 1

You mean using custom resources so we're not dependent on the original's artwork?

from civ2-clone.

crhy avatar crhy commented on August 30, 2024 1

We could just use AI image creation. Would be hyper fast I bet.

from civ2-clone.

axx0 avatar axx0 commented on August 30, 2024 1

@IVENEND I've finally added option for texture filtering in settings .json file.
Example (TextFilter=0 is left, TextFilter=2 is right)
02

from civ2-clone.

axx0 avatar axx0 commented on August 30, 2024

Hi,
Raylib offers these options for texture filtering:

Clipboard02

Doing:
a) point ("no filter, just pixel approximation")
b) bilinear ("linear filtering")
c) trilinear
with 8 scaling factors (1, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75) I get these results:

Clipboard

There are probably more options for texture graphics in raylib.
Does this help?

from civ2-clone.

IVENEND avatar IVENEND commented on August 30, 2024

Hi, Raylib offers these options for texture filtering:

Clipboard02 Clipboard02

Doing: a) point ("no filter, just pixel approximation") b) bilinear ("linear filtering") c) trilinear with 8 scaling factors (1, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 2.75) I get these results:

Clipboard Clipboard

There are probably more options for texture graphics in raylib. Does this help?

Thanks for the reply. Of course that help! That is exactly what I talked about.

Personally I prefer bilinear/trilinear filtering (both actually look almost the same in the context of Civ2). But the best way might be adding different filtering as options in settings, in case some players prefer the old "sharp pixel" look of point filtering.

from civ2-clone.

axx0 avatar axx0 commented on August 30, 2024

Adding this as option shouldn't be a problem. I'll keep this issue open until we get there.

from civ2-clone.

crhy avatar crhy commented on August 30, 2024

THIS IS SO AWESOME! Best game ever and finally a version that might be playable on modern hardware?!?! Let me know if you want artwork to recreate it as a fully FOSS stand alone. I'm down to help.

from civ2-clone.

crhy avatar crhy commented on August 30, 2024

Yes exactly! The original art is not great anyway, and I'm pretty handy in the GIMP. Would love to do a retexture, then we could eventually come up with a fully FOSS release.

from civ2-clone.

crhy avatar crhy commented on August 30, 2024

I've redone most of the assets in the game already. Just waiting for an upload folder. Going to look WAY better. :) AND we can go full FOSS! :D

from civ2-clone.

crhy avatar crhy commented on August 30, 2024

AWESOME! But bear in mind that the new artwork is MUCH higher res, so this may not be as essential moving forward. Anyway: YAY PROGRESS! <3

I'm really excited about trying out a beta on Android, and having additional features, like disabling global warming, or nukes...

from civ2-clone.

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.