An open API service indexing awesome lists of open source software.

https://github.com/oblerion/elyoko

3d game engine, help to create your lyoko world
https://github.com/oblerion/elyoko

c codelyoko game-engine open-source raylib

Last synced: 7 months ago
JSON representation

3d game engine, help to create your lyoko world

Awesome Lists containing this project

README

          

# Lyoko Engine
3d lyoko game engine,
help to create lyoko world
[elyoko](https://oblerion.itch.io/elyoko)

## Build (window or linux)
need : gcc toolchain and make

go in elyoko dir and :
```sh
make
```

## Run engine
- win :
```sh
start elyoko.exe
```
- linux :
```sh
./elyoko
```
- macos :
```sh
wine elyoko.exe
```