An open API service indexing awesome lists of open source software.

https://github.com/kgbier/sdl-luckyfruit

C++ SDL project. Kinda trying out an awt/swing-like GUI library using the SDL Renderer.
https://github.com/kgbier/sdl-luckyfruit

cpp sdl2

Last synced: about 1 month ago
JSON representation

C++ SDL project. Kinda trying out an awt/swing-like GUI library using the SDL Renderer.

Awesome Lists containing this project

README

          

# luckyfruit by Konrad Biernacki (kgbier@gmail.com)
An experiment with Zig and SDL.
It uses SDL2, check it out [here](https://www.libsdl.org) (www.libsdl.org).

# Features
* It does some type of text rendering using a bitmap image
* It has some Immediate Mode UI, like some windows you can drag around
* It wraps some limited SDL2 API's in a lightweight Zig library

# Dev environment
* Written and tested on MacOS

# Build and Run

Built against Zig version `0.15.2`.

```sh
zig build run
```