Skip to content

Clay ported to various interesting platforms

License

BSD-3-Clause, Zlib licenses found

Licenses found

BSD-3-Clause
LICENSE
Zlib
LICENSE.raylib
Notifications You must be signed in to change notification settings

mrneo240/clay_port

Repository files navigation

Clay_Port

Port of Clay to interesting platforms

Features/Info

  • Desktops:

    • Windowing: GLFW
    • Rendering: OpenGL 1.2
    • Text: libintrafont
  • Dreamcast:

    • Windowing: KallistiOS
    • Rendering: GLdc (OpenGL 1.2) or Native PVR
    • Text: libintrafont or BMFont
  • PSP:

    • Windowing: PSP OS (plain)
    • Rendering: Sony GU
    • Text: libintrafont

Pre-req

  • Meson
  • toolchain for intended platform:
    • linux (gcc)
    • dreamcast (KallistiOS)
    • psp (pspsdk)

Step 1

Configure the project and your platform using meson

Linux:

meson setup builddir
meson compile -C builddir

Dreamcast:

choose your renderer by adding

-Drenderer=gl_legacy

OR

-Drenderer=pvr

To the below meson setup command

meson setup --cross-file sh4-dreamcast-kos -Dplatform=dc builddir_dreamcast
meson compile -C builddir_dreamcast

Psp:

meson setup --cross-file mips-allegrex-ps -Dplatform=psp -Drenderer=gu builddir_psp
meson compile -C builddir_psp

Second Level Heading

Paragraph.

  • bullet
  • other bullet
  • another bullet
    • child bullet
  1. ordered
  2. next ordered

Third Level Heading

Some italic and bold text and inline code.

An empty line starts a new paragraph.

Use two spaces at the end
to force a line break.

A horizontal ruler follows:


Add links inline like this link to the Qt homepage, or with a reference like this other link to the Qt homepage.

Add code blocks with
four spaces at the front.

A blockquote starts with >

and has the same paragraph rules as normal text.

First Level Heading in Alternate Style

Paragraph.

Second Level Heading in Alternate Style

Paragraph.

About

Clay ported to various interesting platforms

Resources

License

BSD-3-Clause, Zlib licenses found

Licenses found

BSD-3-Clause
LICENSE
Zlib
LICENSE.raylib

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published