Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.21 KB

README.md

File metadata and controls

50 lines (39 loc) · 1.21 KB

Simple SDL DVD

Content

What is SDL?

Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.

SDL official page.

About this project

Pet project of mine, to learn and work with SDL along with Go.

Compatibility

Currently tested only on MacOS arm64. Feel free to test and open PRs/issues to include/fix for other OS.

Showcase

How to?

Prerequisites

Init

    go mod tidy

Build and Run

In the cloned directory:

    go build . && ./dvd

Lazy

You can download pre-built app (executable) only in this folder.

Try hitting c while running the app.