Search found 12 matches
- Sun Jun 23, 2024 1:08 am
- Forum: Application libraries
- Topic: (GSoC 2024) SDL2 Library
- Replies: 15
- Views: 3915
Re: (GSoC 2024) SDL2 Library
Filesystem driver has been implemented (https://github.com/arnavbhatt288/sdl-2.30.3-kolibri/commit/f6ace07b244d502d650df62fa0869311ac6933d6): filesystem.png Other missing features that were implemented are: - Timer support (https://github.com/arnavbhatt288/sdl-2.30.3-kolibri/commit/59e47d974d5af02cd...
- Thu Jun 20, 2024 12:07 am
- Forum: Application libraries
- Topic: (GSoC 2024) SDL2 Library
- Replies: 15
- Views: 3915
Re: (GSoC 2024) SDL2 Library
Clipboard support has been added. Copying text from a SDL2 program: 2024-06-20 01-36-57.mp4 Pasting text from a SDL2 program: 2024-06-20 01-38-27.mp4 Required changes have been pushed to the repository: https://github.com/arnavbhatt288/sdl-2.30.3-kolibri/commit/99fe57fb2dada2ae2bee4c637ad403e52458357a
- Mon Jun 17, 2024 2:28 am
- Forum: Application libraries
- Topic: (GSoC 2024) SDL2 Library
- Replies: 15
- Views: 3915
Re: (GSoC 2024) SDL2 Library
Keyboard and mouse event is now implemented. Keyboard event: keyboard_event.mp4 Mouse button event: mouse_event.mp4 Mouse hover event: mouse_hover_event.mp4 Loading cursor through SDL2 is now also supported. This pictures showcases loading default SDL2 cursor: photo_2024-06-17_01-46-34.jpg Here is ...
- Sun Jun 16, 2024 11:28 pm
- Forum: Application libraries
- Topic: (GSoC 2024) SDL2 Library
- Replies: 15
- Views: 3915
Re: (GSoC 2024) SDL2 Library
Keyboard and mouse event is now implemented. Keyboard event: keyboard_event.mp4 Mouse button event: mouse_event.mp4 Mouse hover event: mouse_hover_event.mp4 Loading cursor through SDL2 is now also supported. This pictures showcases loading default SDL2 cursor: photo_2024-06-17_01-46-34.jpg Here is ...
- Sun Jun 16, 2024 11:18 pm
- Forum: Application libraries
- Topic: (GSoC 2024) SDL2 Library
- Replies: 15
- Views: 3915
Re: (GSoC 2024) SDL2 Library
Keyboard and mouse event is now implemented. Keyboard event: keyboard_event.mp4 Mouse button event: mouse_event.mp4 Mouse hover event: mouse_hover_event.mp4 Loading cursor through SDL2 is now also supported. This pictures showcases loading default SDL2 cursor: photo_2024-06-17_01-46-34.jpg
- Tue Jun 11, 2024 1:32 am
- Forum: Application libraries
- Topic: (GSoC 2024) SDL2 Library
- Replies: 15
- Views: 3915
Re: (GSoC 2024) SDL2 Library
Video subsystem for SDL2 is now functional. Loading a bitmap file as a texture for test:
Now, keyboard and mouse events are being implemented.- Mon Jun 10, 2024 2:19 am
- Forum: Application libraries
- Topic: (GSoC 2024) SDL2 Library
- Replies: 15
- Views: 3915
Re: (GSoC 2024) SDL2 Library
Sure, why not?Sweetbread wrote: ↑Mon Jun 10, 2024 12:26 am Hi! May I make a mirror of your repo on official KOS's git host?
- Sat Jun 01, 2024 2:16 am
- Forum: Application libraries
- Topic: (GSoC 2024) SDL2 Library
- Replies: 15
- Views: 3915
Re: (GSoC 2024) SDL2 Library
Changes for audio support have been pushed to the repository:
https://github.com/arnavbhatt288/sdl-2. ... 16ff3ee6a4
A test program is pre-compiled (the playwav program) for demonstrating the audio support:
https://github.com/arnavbhatt288/sdl-2. ... 16ff3ee6a4
A test program is pre-compiled (the playwav program) for demonstrating the audio support:
- Sun May 26, 2024 2:57 am
- Forum: Application libraries
- Topic: (GSoC 2024) SDL2 Library
- Replies: 15
- Views: 3915
Re: SDL2 Library
Playing a WAV file through SDL2 (without using SDL_mixer) on KolibriOS:
The program itself: I have yet to push changes to my repository for audio support though.
The program itself: I have yet to push changes to my repository for audio support though.
- Thu May 23, 2024 2:39 am
- Forum: Application libraries
- Topic: (GSoC 2024) SDL2 Library
- Replies: 15
- Views: 3915
Re: SDL2 Library
Currently, I have made a working audio driver for SDL2:
The driver needs more work before I will push the changes to my repository though.
The program which randomly generates tones and feeds to an audio buffer, was compiled using SDL2 library.The driver needs more work before I will push the changes to my repository though.
- Thu May 23, 2024 2:34 am
- Forum: Application libraries
- Topic: (GSoC 2024) SDL2 Library
- Replies: 15
- Views: 3915
(GSoC 2024) SDL2 Library
Hi there. I am porting SDL2 library to KolibriOS as a Contributor of GSoC 2024, for Kolibri Project Team. Main repo: https://github.com/arnavbhatt288/sdl2-kolibri/url] SDL_mixer: [url]https://github.com/arnavbhatt288/SDL_image-Kolibri SDL_image: https://github.com/arnavbhatt288/SDL_mixer-Kolibri SDL...
- Tue Apr 02, 2024 6:40 pm
- Forum: News
- Topic: Google Summer of Code 2024
- Replies: 8
- Views: 8319
Re: Google Summer of Code 2024
GSOC Task: SDL2 Port for KolibriOS Test Task: Fixing sound bug of PokeMini: https://github.com/KolibriOS/kolibrios/issues/18 There is a small bug in PokeMini where closing the program using "X" button of the window, last played in game sound hangs on which continues to play as a single inf...