Port of BitRiot
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Papiosaur
    Posts: 2154 from 2003/4/10
    From: France
    Hello,

    i'm trying to port BitRiot on MorphOS.

    i have added includes and libs for SDL2 and OpenGL in the CMakeList.txt (all seems ok after a CMake ..) but i have a problem when i "make" because the game need RmlUI...

    Do you have any idea for this problem please?

    Must i port it to MorphOS?

    RmlUi

    or adapt something equivalent on MorphOS?

    Thanks for your help.
  • »14.09.24 - 11:28
    Profile Visit Website
  • Moderator
    Kronos
    Posts: 2304 from 2003/2/24
    This one?

    You got to decide at which layer you want to "port" it.

    Either you port everything it depends on, or rework the code to use CGX/MUI or what ever is suitable.
  • »14.09.24 - 11:44
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Papiosaur
    Posts: 2154 from 2003/4/10
    From: France
    @Kronos: yes, i have added the link after.

    Quote:

    Either you port everything it depends on, or rework the code to use CGX/MUI or what ever is suitable.

    Thanks for your answer.
    What is the more easy? :-D

    [EDIT] Normally SDL2 game don't have necessary CGX/MUI adaptation? Maybe i can remove this dependency and replace it by some SDL2 functions for the window/screen?

    [EDIT2] I have just see v1.3 seems not need RmlUI or librocket, i will try to port this version. Cross fingers :-D

    [EDIT3] v1.3 dont want to load bitmaps/wall.bmp...
  • »14.09.24 - 11:46
    Profile Visit Website