• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

alleg4/H24-Jul-2018-2,4601,911

common/H24-Jul-2018-575423

gl/H24-Jul-2018-369280

gtk/H24-Jul-2018-289211

none/H24-Jul-2018-7761

osx/H24-Jul-2018-2,3931,953

skia/H24-Jul-2018-2,3541,819

win/H24-Jul-2018-3,4112,632

x11/H24-Jul-2018-730539

README.mdH A D24-Jul-2018435 118

capabilities.hH A D24-Jul-2018472 2413

display.hH A D24-Jul-20182.8 KiB8742

display_handle.hH A D24-Jul-2018330 187

draw_text.cppH A D24-Jul-20186.8 KiB232178

draw_text.hH A D24-Jul-20181.4 KiB5531

error.hH A D24-Jul-2018320 187

event.hH A D24-Jul-20184.1 KiB136101

event_queue.hH A D24-Jul-2018858 3517

font.hH A D24-Jul-2018993 4833

keys.hH A D24-Jul-20184.3 KiB166147

logger.hH A D24-Jul-2018391 2211

menus.hH A D24-Jul-20181.9 KiB9370

native_cursor.hH A D24-Jul-2018695 4028

native_dialogs.hH A D24-Jul-20181.1 KiB4833

pointer_type.hH A D24-Jul-2018686 2715

scoped_handle.hH A D24-Jul-2018704 3521

she.hH A D24-Jul-2018774 3223

shortcut.hH A D24-Jul-2018711 3621

surface.hH A D24-Jul-20182.7 KiB8761

surface_format.hH A D24-Jul-2018629 3321

surface_list.hH A D24-Jul-2018372 229

system.cppH A D24-Jul-2018525 3218

system.hH A D24-Jul-20182.7 KiB8953

README.md

1# SHE - Simplified Hardware Entry-point
2
3`she` is an abstraction layer to access in different way to the
4hardware/operating system. It can be implemented with different
5back-ends:
6
7* Previous version were using Allegro 4 (it still uses Allegro 4 on Linux)
8* Now we use our own implementation on Windows and macOS to handle
9  events, and [Skia](https://skia.org/) to render graphics.
10* Minimum Windows platform: Windows Vista
11