Skip to content

create your own game-engine with just lua for sony playstation

gly-engine/core-native-ps1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core Native PS1

This project is a basic micro-gameengine to run lua in the Sony PlayStation, which can be expanded to a custom engine, such as Gly Engine or a custom engine.


⚠️ Experimental Support!
This project is currently unstable and is being worked on for better support!

missing features:

  • math library
  • floatpoints

Building: Pong Example with Gly Engine

cmake -Bbuild -H. -DGAME=@pong
make -C build

Building: Your Own Game with a Self-Made Engine

cmake -Bbuild -H. -DGAME=path/game.lua -DENGINE=path/engine.lua
make -C build

About

create your own game-engine with just lua for sony playstation

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published