Enceladus icon indicating copy to clipboard operation
Enceladus copied to clipboard

A complete Lua environment for creating homebrew applications and games on PlayStation 2.

Results 21 Enceladus issues
Sort by recently updated
recently updated
newest added

1.open file 2.write file, string example:"hello",set size of bytes/characters 3. close file 4. ----------- 5. reopen file 6. rewrite file, string example:"a", set size of bytes/characters 7. close file the...

when i put make main.lua or make all it shows Makefile:261: /samples/Makefile.eeglobal: Arquivo ou diretório inexistente make: *** Sem regra para processar o alvo '/samples/Makefile.eeglobal'. Pare.

Is it possible to do networking in this program, or if not, can it be implemented?

i have a reason to have it, and after i saw something i guess if enceladus has this it will be more complete in order to make videogames/homebrews with it...

now it should cover all the file extensions and so on example: I add to makefile ```make EE_OBJS += foo.txt.o ``` and make should embed `embed/foo.txt`, and it will be...

this adds a builtin font and the necessary code to avoid calling `free()` upon it

Faser, simpler, with better error handling, and most importantly, it will not destroy old `settings.json` file

I am using test = System.openFile(file_header, FREAD) but it crashes. It seems to open the file and after a few seconds the PS2 crashes. Is there something I am missing?...