Giter Club home page Giter Club logo

Comments (10)

ncannasse avatar ncannasse commented on June 6, 2024

Yes I have to check compilation for that, it requires some dependencies and it seems libPNG API is changing depending on the library version :'(

from hashlink.

ncannasse avatar ncannasse commented on June 6, 2024

Libs to install (for note): libjpeg-turbo-dev libturbojpeg (yes both) libpng-dev libz-dev libsdl2-dev

from hashlink.

ncannasse avatar ncannasse commented on June 6, 2024

PS: I have added Makefile support for it, please tell me if it works for you

from hashlink.

ibilon avatar ibilon commented on June 6, 2024

For the packages, on ubuntu 16.04:

Note, selecting 'libpng12-dev' instead of 'libpng-dev'
Note, selecting 'zlib1g-dev' instead of 'libz-dev'
E: Unable to locate package libjpeg-turbo-dev

so I ended doing apt install libturbojpeg:i386 libpng12-dev:i386 zlib1g-dev:i386 libsdl2-dev libsdl2-2.0-0:i386

but not enough, somehow I had to do ln -s /usr/lib/i386-linux-gnu/libSDL2-2.0.so.0 /usr/lib/i386-linux-gnu/libSDL2.so,
but after that it compiled.

Running the base2D sample didn't work, missing ui.hdll, though not sure why it'd need it, and an issue ofc since it's not available on linux.

Also is 64 bits support far? It's a huge pain to deal with 32bits on a 64.

from hashlink.

ibilon avatar ibilon commented on June 6, 2024

Actually doesn't work, stubbed a ui.hdll,
and I get PNG support is missing for this libPNG version.

from hashlink.

ibilon avatar ibilon commented on June 6, 2024

You use the simplified api from libpng 16, while ubuntu 16.04 only offers libpng 12,
that's going to be an issue.

I'll try getting libpng from source, but that's not ideal.

from hashlink.

ibilon avatar ibilon commented on June 6, 2024

Ok, got libpng 16 from a debian package and it works.
I'll open another issue about ui.hdll.

from hashlink.

ibilon avatar ibilon commented on June 6, 2024

Last note: (sorry for the multi multi post)
it'd be nice if the libpng version error wasn't at runtime

from hashlink.

ncannasse avatar ncannasse commented on June 6, 2024

Yes, but I don't know how much simple it is for people to get libpng16 installed on their computers. If it's not widely distributed enough i'll have to write libpng12 compatibility

from hashlink.

ncannasse avatar ncannasse commented on June 6, 2024

Regarding 64 bits support : HL/C supports 64 bits compilation but not HL/JIT, I need to fully rewrite the JIT because maintaining the two backends the way I did it is not really feasible, I also need much more optimizations although I'm surprised how well it runs :)

from hashlink.

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.