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.
- Host: GitHub
- URL: https://github.com/kgbier/sdl-luckyfruit
- Owner: kgbier
- License: mit
- Created: 2016-02-18T06:09:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T12:56:46.000Z (about 2 years ago)
- Last Synced: 2025-03-01T00:12:08.609Z (over 1 year ago)
- Topics: cpp, sdl2
- Language: C++
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```