Skip to content

kraptor/minps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minps - a wannabe PlayStation 1 emulator

made-with-nim Build

License Total Lines Language Languages Code Size

Linux Dependencies

X11 development libraries:

sudo zypper install libX11-devel libXcursor-devel libXrandr-devel libXinerama-devel libXi-devel

OpenGL development libraries:

sudo zypper install Mesa-libGL-devel

Building instructions

minps can be compiled in different flavors using nimble.

Debug build:

nimble build_debug

Profiler build:

nimble build_profiler

Profiler build (memory):

nimble build_profiler_memory

Release build:

nimble build_release

Release build with symbols for Valgrind/Callgrind:

nimble build_callgrind

Release build (with stacktrace support):

nimble build_release_stacktrace

Running tests

nimble test --silent

About

A wannabe PlayStation 1 emulator written in Nim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published