Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZIXO

Zixo is raylib but made with C++ and uses classes instead of structs and functions

The avdvantage of ZIXO (currently) is that it uses modern C++ to make classes and classes make the code more modular.

The boilerplate it still the same.

You initialise a window (using a class)

You run a loop that runs until the window closes (using the ZIXO_Window.ShouldClose func)

You close the window after the loop (using the ZIXO_Window.Close func)

I tried my best to make the function names as similar to raylib as possible but not every func name is raylib func name as it can make conflicts

For other x86 users

if you use x86 linux then you will have to build the library from source, Heres how...

  1. Download the ZIXO source code

    You can download it from the latest release's assets

  2. Navigate to the source code directory
  3. Create the static library

    You can do this by running the create_static_library.sh file in the source code

  4. Make global (optional but recommended)

    You can do by running the make_global.sh file

About

Zixo is raylib but made with C++ and uses classes instead of structs and functions

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages