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
- Host: GitHub
- URL: https://github.com/oblerion/elyoko
- Owner: oblerion
- Created: 2024-09-04T10:34:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T21:24:04.000Z (over 1 year ago)
- Last Synced: 2025-02-12T22:27:26.164Z (over 1 year ago)
- Topics: c, codelyoko, game-engine, open-source, raylib
- Language: C
- Homepage:
- Size: 26.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
```