mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2025-12-24 14:08:50 +01:00
30 lines
827 B
Markdown
30 lines
827 B
Markdown
---
|
|
layout: simple
|
|
title: Lowres_NX
|
|
revisions:
|
|
- author: Cuu
|
|
date: 2024-02-22
|
|
comment: First version
|
|
---
|
|
## About
|
|
|
|
Make your own retro games on a virtual game console. Program in the
|
|
classic BASIC language and create sprites, tile maps, sound and music
|
|
with the included tools. As a beginner you will quickly understand how
|
|
to create simple text games or show your first sprite on a tile map. As
|
|
an experienced programmer you can discover the full potential of retro
|
|
hardware tricks!
|
|
|
|
## Installation on DevTerm
|
|
|
|
In a terminal type the following lines to install Lowres NX:
|
|
|
|
sudo apt install git make build-essential libsdl2-dev libdrm-dev libgbm-dev
|
|
git clone https://github.com/timoinutilis/lowres-nx.git
|
|
cd lowres-nx/platform/Linux/
|
|
make
|
|
./output/LowResNX
|
|
|
|
## Infos
|
|
|
|
<https://lowresnx.inutilis.com/> |