• Stars
    star
    132
  • Rank 268,513 (Top 6 %)
  • Language
    C
  • License
    MIT License
  • Created over 7 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Graphics and GUI library for embed systems.

MakiseGUI

Makise GUI - opensource crossplatform GUI library written on pure C99. It targets on ARM MCU but works fine everywhere - it has no external dependencies.

logo

STAGE: PASSIVE DEVELOPMENT

About

Graphics library for embed ARM platforms. It will support variety of displays and controllers. It allows to draw only primitives or use GUI.

Mission

To simplify process of development GUI interfaces for embed systems. And make possible to create modern GUI for everyone.

Main features

  • free and opensource GUI for everyone
  • absolutely crossplatform - written fully on gnu-c99 without any external libraries. It can be used with any MCU, PC or other platform
  • Minimal resource usage. Can work fine without external memory. F.e. it requires less then 40kb for color 320x240 display.
  • All base controls: buttons, sliders, tabs and etc
  • supports keyboard or touch input
  • customisable - any color can be configured even in runtime
  • EASY TO USE. Low barrier of entry and easy developing. Almost as simple as WindowsForms or etc
  • etc

Usage

Documentation is in /MakiseGUI/docs. But it's in progress. You can see an examples here: https://github.com/SL-RU/MakiseSDLTest

Elements

  • Button
  • Lable
  • Text field
  • Canvas(simple container)
  • Slider
  • List/Radiobuttons/Checkbox
  • Tabs
  • Toggle button
  • more will be soon

Drivers

It supports batch drawing(two buffers: one wich contains all pixels with low pixeldepth and second smaller with display's native pixeldepth in which data will be rendered from first using palette and after that sended to display using DMA).

Existing drivers:

  • 2.2 inch tft 240x320 on ILI9340C
  • SDL2 for PC applications You can easily write your own driver. Documentation(will be soon).

PULL REQUESTS, QUESTIONS, ISSUES and etc are welcome!

Author: Alexander Lutsai [email protected]

More Repositories

1

stm32libs

Some usefull libraries for STM32
C
136
star
2

ranger_udisk_menu

This script draws menu to choose, mount and unmount drives using udisksctl and ncurses for ranger file manager
Python
51
star
3

stm32-emacs

Some functions to automatize work with STM32 microcontrollers in Emacs using irony-mode and rtags
Emacs Lisp
46
star
4

STM32CubeMX_cmake

Simplest way to compile & build STM32 CubeMX project using cmake & arm-none-eabi-gcc or Clang. This repo is used in my package for Emacs: https://github.com/SL-RU/stm32-emacs
CMake
29
star
5

stm32_file_viewer

Project for testing and developing my libraries
C
21
star
6

sdmplayer

This is sources of my DIY music player based on STM32 MCU and VS1053 codec
C
20
star
7

sfam_generator

Simple scripts for generating bit fonts for STM32, AVR, Arduino or other MCU, game and etc.
Python
16
star
8

lighdb

lighDB - light embed database written on C99 without dynamic allocation and it targets to the MCUs
C
16
star
9

osfi-z

Opensource firmware for Zishan Z1 and Z2 music players
C
13
star
10

MakiseSDLTest

Test makise gui with SDL driver for the PC
C
6
star
11

MakiseILI9341Test

Tests & examples for MakiseGUI https://github.com/SL-RU/MakiseGUI for stm32 MCU and ILI9341 lcd
C
5
star
12

cs4398-stm32

Test project and test boards for using cs4398 codec with stm32
C
4
star
13

rdbv

rutracker.ru backup viewer
Python
4
star
14

rbcodecs

Codecs from ROCKBOX
C
3
star
15

vskb

Very Simple Knowledge dataBase
CSS
2
star
16

i3_rust_bar

Data readings for i3bar or swaybar including: date, time, keyboard language, AC power, battery capacity, ram and swap usage, cpu usage, cpu temperature
Rust
2
star
17

UnderTranslator

App for comfortable translation Undertale
C#
2
star
18

osfi-p

Opensource Hi-Fi audio player
C
1
star
19

writings

Тут будут лежать некоторые мои публичные рассказы и статьи.
1
star
20

hackwal

Arduino project
Eagle
1
star
21

RaspiRad

Simplest raspberry pi wifi radio.
Python
1
star
22

svelotracker

Device for bicycle. It will show current position, track, speed, compass, direction to the destination or to start. It can save the track and etc
C
1
star
23

pilgui

Simple python gui framework based on Pillow for using on Raspberry with tft oled lcd for this project https://github.com/SL-RU/RaspiBluePlayer
Python
1
star
24

awaker

Binary clock and alarm built with arduino
Arduino
1
star
25

yagpt_video_to_text

Rust
1
star