Commit Graph

28 Commits

Author SHA1 Message Date
Gleb Zaharov 21c90abd44 refactor: Change to Rust's CStr 2024-05-08 20:42:41 +03:00
Kevin 78f050e20c feat: put_pixel
dark example
2024-05-07 22:20:44 +03:00
Sovenok-Hacker 20f46098ec Update .gitignore 2024-03-23 14:55:48 +03:00
Sovenok-Hacker c9a9df5746 Modify README.md a little
Add info about requirements
2024-03-23 14:55:48 +03:00
Sovenok-Hacker 49b37f37c8 config: Update Cargo.toml
Bump cstr_core
2024-03-23 14:55:48 +03:00
Sovenok-Hacker 30cc19fb3c build: Update layout 2024-03-23 14:55:48 +03:00
Gleb Zaharov ca5ca3c3c6
feat: Add event filters (#5) 2024-03-11 23:50:22 +03:00
Gleb Zaharov 79a286dd6d build: Fix data-layout
For some reason, rust made me change this, heh
2024-02-07 11:12:39 +03:00
SweetBread b25d5edca7 Update README.md 2024-02-01 19:02:41 +03:00
Gleb Zaharov ab3db879d2 feat: display_message_str 2024-02-01 19:02:41 +03:00
Gleb Zaharov 264618fe3b feat: DLL, console 2024-02-01 19:02:41 +03:00
Gleb Zaharov 1a6f5303cf feat: Languages 2024-01-31 16:31:47 +03:00
Gleb Zaharov 289d977ea8 build: Fix makefile 2024-01-31 16:31:47 +03:00
Gleb Zaharov 32b44dd339 style: Replace magic nums to less magic nums 2024-01-31 16:31:47 +03:00
Gleb Zaharov 59d825577a feat: Buttons + events
wip: malloc

feat: Buttons
2024-01-31 16:31:47 +03:00
Gleb Zaharov c6351affe3 refactor: Devide lib.rs into modules 2024-01-12 11:40:06 +03:00
Gleb Zaharov 994ae2f392 perf: Replace mult with shifts 2024-01-12 11:40:06 +03:00
Gleb Zaharov 447bb48501 style: Make start/end_window_draw safe and Size struct for define window 2024-01-12 11:40:06 +03:00
Gleb Zaharov 3ce36749a5 Remove unused field 2023-06-21 01:29:44 +03:00
Gleb Zaharov e0bef3cc0a Moved example to example folder 2023-06-20 22:09:25 +03:00
Gleb Zaharov 5828b9bd81 README update 2023-06-20 22:09:25 +03:00
Gleb Zaharov 91d8b54a56 Replace magic nums to constants 2023-06-20 22:09:25 +03:00
Gleb Zaharov b7031863c2 NASM to FASM 2023-06-20 22:05:21 +03:00
Gleb Zaharov 76ac2daa98 Offset fix 2023-06-20 22:05:16 +03:00
Kitsu 881e7b2ad3 Avoid gcc dependency 2021-12-09 16:25:28 +03:00
Kitsu 345624c745 Fix clean build and remove object 2021-12-09 14:32:45 +03:00
Kitsu 17ca59abe0 Use C for syscalls 2021-12-09 02:18:30 +03:00
Kitsu aef1325ce9 Impl 2021-09-10 17:32:09 +03:00